@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	text-align: center;
	height: 600px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
}

#header {
	background-color: #FFF;
	height: 120px;
	width: 600px;
}
#navbar {
	background-color: #000;
	height: 30px;
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	float: none;
	background-position: center;
}


#content {
	background-color: #000;
	height: 400px;
	width: 600px;
}
#content_image {
	background-color: #000;
	float: left;
	height: 400px;
	width: 310px;
}
#content_text {
	background-color: #000;
	float: right;
	height: 400px;
	width: 290px;
}




#subdirectory {
	background-color: #FFF;
	float: left;
	height: 430px;
	width: 252px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #536D8E;
	text-indent: 5px;
}



#footer1 {
	background-color: #000;
	height: 25px;
	width: 600px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding-top: 10px;
	color: #FFF;
}
#footer2 {
	height: 25px;
	width: 600px;
	background-color: #000;
}
#footer2left {
	height: 25px;
	width: 370px;
	background-color: #000;
	float: left;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
}
#footer2right {
	height: 25px;
	width: 230px;
	background-color: #000;
	float: left;
	text-align: right;
}
a.link1:link {
	color:#FFF;
	text-decoration:underline;
	font:Verdana, Geneva, sans-serif;
	font-size:8px;
	font-weight:bold;
}	
a.link1:visited {
	color:#FFF;
	text-decoration:underline;
	font-size:8px;
	font-weight:bold;
}  
a.link1:hover {
	color:#E69020;
	font-size:8px;
	font-weight:bold;
}  
a.link1:active {
	color:#E69020;
	font-size:8px;
	font-weight:bold;
}
a.link2:link {
	color:#000;
	text-decoration:underline;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}	
a.link2:visited {
	color:#000;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}  
a.link2:hover {
	color:#E69020;
	font-size:14px;
	font-weight:bold;
}  
a.link2:active {
	color:#E69020;
	font-size:14px;
	font-weight:bold;
}
a.link3:link {
	color:#FFF;
	text-decoration:underline;
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}	
a.link3:visited {
	color:#FFF;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
}  
a.link3:hover {
	color:#E69020;
	font-size:14px;
	font-weight:bold;
}  
a.link3:active {
	color:#E69020;
	font-size:14px;
	font-weight:bold;
}
#p1 {
	text-decoration:none;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
}
