.main_div { 
	background: url("/images/background.jpg") no-repeat;
	width: 950px;
	height: 650px;
}

.overlay, .overlay_fix {
	background-color: #BCBCBC;
	width: 5000px;
	height: 8000px;
	z-index: 1000;
	position: absolute;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	display: none;
	text-align: center;
	font-family: verdana;
	font-size: 16px;
}

.overlay_fix {
	display: inline;
	width: 940px;
	height: 400px;
	top: 89px;
	left: 350px;
	font-weight: bold;
}

.main_div div.buttons {
	position: relative;
	top: 389px;
	right: 250px;
	font-family: verdana;
	font-size: 17px;
	font-weight: normal;
	width: 420px;
	height: 30px;
	line-height: 25px;
} 

.main_div div.desc_title, .main_div div.desc_body {
	align="center";
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.main_div div.desc_body {
	font-size: 12px;
	font-weight: normal;
	color: #3A3A3A;
	margin: 6px 10px 0 10px;
}

.main_div div.desc_body span {
	font-weight: bold;
	color: #000000;
}

.main_div div.desc_body li {
	line-height: 14px;
	margin-left:15px;
}

.main_div div.desc_title span a:link, .main_div div.desc_title span a:visited {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #5F5F5F;
	text-decoration: none;
}

.main_div div.desc_title span a:hover{
	font-weight: normal;
	font-style: italic;
	color: #fe0000;
	text-decoration: underline;
}

.main_div div.description {
	background: url("/images/window.jpg") no-repeat;
	position: relative;
	top: -240px;
	right: 250px;
	font-family: verdana;
	font-size: 17px;
	font-weight: normal;
	width: 406px;
	height: 244px;
	line-height: 18px;
	display: none;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
} 

* html .main_div div.description {
	top: -235px;
}

.main_div div.buttons span {
	color: #ffffff;
}

.main_div div.buttons span a{
	color: #ffffff;
	text-decoration: none;
}

.main_div div.buttons span a:hover{
	color: #000000;
	text-decoration: none;
}

.main_div div.main_area {
	position: relative;
	width: 418px;
	height: 328px;
	top: 71px;
	left: 200px;
}

.main_div div.main_area div.main_area_div {
	display: none;
	filter:alpha(opacity=0);
	opcity: 0;
	-moz-opacity:0;
	height: 328px;
}

.port_content {
	margin-bottom: 20px;
	height: 240px;
}

.about_content {
	height: 60px;
	text-align: left;
}

.error_string {
	display: none;
	font-family: verdana;
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
}

.about_title {
	background-color: #000000;
	height: 20px;
	font-family: verdana;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	width: 120px;
	text-align: center;
}

.about_title a:link, .about_title a:visited, .about_title a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.about_title a:hover {
	color: #BCBCBC;
	text-decoration: none;
}

.about_text {
	margin: 2px 10px 7px 5px;
	font-family: verdana;
	color: #000000;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}

.about_text a:link, .about_text a:visited, .about_text a:active {
	color: #696666;
	text-decoration: underline;
}

.about_text a:hover {
	color: #fe0000;
	text-decoration: underline;
}

.table_align {
	text-align: right;
	margin-right: 3px;
	width: 155px;
	vertical-align: top;
}

.table_align_right {
	width: 290px;
	margin-right: 0;
	margin-left: 5px;
	text-align: left;
}