@charset "UTF-8";

/* CSS Document */



#wrapper {
	background-image: url(../images/logo32.png);
	background-repeat: no-repeat;
	width: 850px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color:#FFFFFF;
}


#header {
	height: 45px;
	padding-left: 248px;
	padding-top:18px;
	position:relative;
	z-index:30;
}	
#content {
	/*background-color: #fff;*/
	height: 200px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
	z-index:20;
}

/* for contact page only */
#content.contact {
	height: 50px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
	z-index:20;
}


/* for links page only */

#content.links {
	height: 100px;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
	z-index:20;
}





#content img {
	border-bottom: 2px solid #7e7e7e;
	border-right: 2px solid #ababab;
	border-top: 2px solid #686868;
	border-left: 2px solid #2f4f4f;
	margin-left:4px;	
}

#content td {
	background-color: #ececec;
	height: 136px;
	width: 136px;
}

#content table {
	border-bottom: 2px solid #7e7e7e;
	border-right: 2px solid #7e7e7e;
	border-top: 1px solid #686868;
	border-left: 1px solid #686868;} 
	
#content img.port916{
	margin-left:30px;
}

#content img.port{
	margin-left:20px;
}


#text_area {
	z-index: 10;
	background-color: #1e1e1e;
	height: 180px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px 5px 12px;
	width: 588px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 70px;
	border-left :3px solid #000000;
	border-bottom :5px solid #000000;
	border-top: 2px solid #000000;
	border-right:2px solid #333333;	
}


/* for index page only */
#text_area.index{
	height:240px;
	margin-top:10px;
	width: 588px;
	padding-top: 5px;
	color:#9CADB7;
	
}


/* for contact page only */	
#text_area.contact{
	height:400px;
	margin-top:0px;
	width: 588px;
	padding-top: 5px;
	color:#FF0000;
	
}	
	      
/* for links page only */

#text_area.links{
	height:350px;
	margin-top:0px;
	width: 588px;
	padding-top: 5px;
	color:#000000;
	
}

/* for links page only */
#text_area.links a {
 	color:#0000FF;
	padding-left:8px;
}	

.info{
	font-size:11px;
	color:#990000;
	text-align: center;
	
}


#text_area a:hover {
	font-size: 13px;
	color: #990000;
	text-decoration: none;
}	
#text_area a {
	font-size: 13px;
	color: #FFFFFF;
	padding-left:35px;
}

#footer {
	background-color: #000000;
	height: 20px;
	margin-top: 5px;
	padding-top: 8px;
	border-bottom: 2px solid #333333;
	border-right: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}	

