*{
	padding:0;
	margin:0;
}

body {
	background-image: url(images/bg.jpg);
	background-color: #474747;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	
}

.container {
	margin: auto;
	width: 1052px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/back1.jpg);
	height:2490px;
    
}

#head {
	height: 463px;
	width: 1052px;     
}

#nav {
	
	float:left;
	background-image:url(images/nav.png);
	width:254px;
    height:418px;
	margin-top:-9px;
	
}
#main     {
	float:left;
	width:560px;
	height:auto;
	

}

#sidebar   {
                float:right;
				background-image:url(images/sidebar.png);
				width:210px;
				height:600px;
				margin-top:-9px;

}

p      {
		  margin-left:20px;
		  width:570px;
               
       }

