body{
	margin: auto;
	padding: 0px;
	background-color: #fff;
}
*{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
form{
	padding: 0px;
	margin: 0px;
}
a{
	color: #CF0405;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}
a img{
	border: 0px;
}
div,td,th,span,input,textarea,select{
	font-size: 11px;	
}
#main_cont{
	margin: auto;
	width: 800px;
}
#top{
	overflow: auto;
	height: 100%;
}
#top #logo{
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}
#top #icons{
	float: right;
	margin-top: 50px;
	text-align: right;
}
#top #icons a{
	margin-left: 15px;
}

#nav{
	background-image: url(images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 32px;
	margin-top: 20px;
	padding-left: 60px;
}
#nav a{ 
	margin-right: 95px;
}
#cont{
/*	margin-top: 20px;*/
}
#footer{
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
	background-image: url(images/footer_bk.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	height: 100%;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer img{
	display: block;
	float: right;
	margin-top: 20px;
}

#copy{
	text-align:center;
	font-size: 10px;
	line-height: 18px;
	margin-top: 15px;
}

#cont .banner{
	display: block;
	margin: auto;
	margin-top: 15px;
}

#flash{
	text-align: center;
}