body, h1, h2, h3, p, li, ul, div
{
	margin: 0; padding: 0;
}

body {
	background-color: #717170;
	margin: 0 0 20px 0;
	font-family: tahoma;
	font-size: 11px;
	color: #747474;
	} 
			
#wrapper {
	width: 802px;
	margin: 0 auto;
	}
	

	#main-left {
		width: 428px;
		height: 518px;
		display: block;
		background: url(images/home/main-left.gif) no-repeat;
		float: left;
		}
		
		#main-left .links { 
			padding: 148px 0 0 65px; 
			font-size: 11px;
			font-family: tahoma;
			color: #7a7a7a;
			}
		
		#main-left .links a { font-size: 11px; color: #7a7a7a; text-decoration: none; }
		#main-left .links a:hover {font-weight: bold; text-decoration: none; }
		
	#main-right {
		width: 374px;
		height: 518px;
		display: block;
		background: url(images/home/main-right.gif) no-repeat;
		float: right;
		}
		
	#footer {
		clear: both;
		width: 802px;
		}
		
		#footer .copyright {
			float: left;
			padding: 20px 0 0 20px;
			}
			
				#footer .copyright p {			
					font-family: verdana;
					font-size: 10px;
					color: #cacaca;
					padding: 0;
					}
	
		#footer .links { 
			float: right;
			padding: 20px 20px 0 0; 
			font-family: verdana;
			font-size: 10px;
			color: #cacaca;			
			}
				#footer .links a { color: #cacaca; font-size: 10px; text-decoration: none;}
				#footer .links a:hover { font-weight: bold; text-decoration: none;}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
