/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}

.content {
background-color:#E7E7E7;
padding:15px;
font-family:"Times New Roman", Times, serif;
font-size:14px;
line-height:18px;
}

.main_title {
padding-top:10px;
padding-bottom:20px;
}

.main_text {
vertical-align:top;
padding-right:20px;
padding-bottom:20px;
}

.photo_right {
width:270px;
margin-left:20px;
vertical-align:top;
}

.bottom_nav {
border-top:solid 1px #000;
float:none;
background-color:#E7E7E7;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
line-height:16px;
text-align:center;
padding-bottom:30px;
padding-top:10px;
}