/* CSS Document */

body{
	width:100%;
	height:100%;
	background:#000;
	
	margin:0;
	padding:0;
	
	color:#000;
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
td{
	vertical-align:top;
}
.top{
	height:82px;
	font-size:70%;
	font-weight:bold;
	background:url(images/top_bg.gif) repeat-x;
	margin:0;
	padding:0;
}
.top a{
	color:#fff;
	text-decoration:none;
	border-right:1px solid #fff;
	margin:2px;
	padding:0px 5px 1px 5px;
}
.top a:hover{
	border-right:2px solid #FD980A;
	margin-right:1px;
	color:#ccc;
}

#nav{
	float:right;
	color:#fff;
	margin:20px 5px 0 0;
}
.photo_home{
	height:248px;
	background:url(images/photo_bg.jpg) repeat-x;
}
.photo_inside{
	height:120px;
	background:url(images/photo_bg.jpg) center repeat-x;
}
#title{
	margin:49px 0 0 80px;
}
.main{
	color:#fff;
	background:#232323;
	font-size:80%;
	padding:10px 70px 20px 70px;
	vertical-align:top;
}
.main h1, .main_home h1{
	font-size:170%;
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	color:#CCCCCC;
	margin:0.5% 0 -1% 0;
	padding:0 0 0 10px;
	background:#262626 /*url(images/h2.gif) top left repeat-y*/;
	border-color:#2B2B2B;
	border-style:solid;
	border-width:1px 0px 0px 0px;
}
.main h2{
	font-size:145%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	margin:2% 0 -1% 0;
}
.main a{
	color:#2E97E0;
	text-decoration:underline;
}
.main a:hover{
	text-decoration:none;
}
.main a:visited{
	color:#1D6891;
}
.footer{
	font-size:70%;
	color:#fff;
	text-align:right;
	padding:2px 5px;
}
.footer a{
	color:#ccc;
	text-decoration:none;
}
.footer a:hover{
	color:#D3561C;
}
.footer img{
	margin:5px 0 2px 0;
}