/* CSS Document */

body{
 width:800px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 background-color: #333333;
 font-size: 12px;
 color:#CCCCCC;
}

a:link{
 color: #FFFFFF;
 text-decoration: none;
 line-height:16px;
}

a:hover {
 color: #FF9900;
 text-decoration: underline;
}

a:visited {
 color: #FFFFFF;
 text-decoration: none;
}


div#header {
	width: 800px;
	height: 90px;
	background-color: #333333;
}

div#main{
	width:800px;
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 20px;
	float:left;
}

.heads{
	width: 800px;
}

.imgs{
	width: 775px;
	padding-left: 25px;
	padding-top: 15px;
}

.contents{
	width: 670px;
	padding-left: 130px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.contact{
	width: 700px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 20px;
}


div#footer{
	width:800px;
	clear:both;	

}

.nav{
	width: 800px;
	height: 15px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 3px;
	float: left;
}

.footer{
	width: 800px;
	height: 15px;
	text-align: right;
	float: left;
}
