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

body{
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#333333;
	color:#FFFFFF;
	}
	div, p, table,  tr, td, form{
	padding:0;
	margin:0;}
		.main{
	width:751px;
	margin:auto;
	background:url(images/line.jpg) repeat-y;
	}
	.nav{
	background:url(images/nav.jpg);
	height:18px;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	}
	*html .nav{
	background:url(images/nav.jpg);
	height:18px;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	}
	.content{
	background:url(images/top.jpg) no-repeat;
	}
	.left{
	float:left;
	width:502px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	}
	*html 	.left{
	float:left;
	width:502px;
	padding-left:10px;
	padding-right:0px;
	}
	.right{
	margin-left:8px;
	
	width:223px;
	padding-left:530px;
	padding-right:10px;
	padding-top:20px;
	text-align:right;
	}
	*html	.right{

	width:213px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-align:right;

	}
	
	.cls{
	clear:both;}
	.footer{
	background:url(images/footer.jpg) no-repeat;
	padding-top:15px;
	padding-left:40px;
	height:73px;
	}
	.frame{
	border:2px #CCCCCC solid;}
		a:link {
	color:#FDCA01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FDCA01;
}
a:hover {
	text-decoration: none;
	color: #CF9C02;

}
.nav a:active {
	text-decoration: none;
	color: #ffffff;
	}
			a:link {
	color:#FDCA01;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color:#ffffff;
}
.nav a:hover {
	text-decoration: none;
	color: #000000;

}
.nav a:active {
	text-decoration: none;
	color: #ffffff;
	}
