/* CSS Document */

* {

	margin: 0;
	padding: 0;
	}

body{

	padding: 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#headingbox {
		width: 900px;
		height:12px;
		vertical-align:bottom;
		text-align:center;
		}

#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 1050px;
	background-color:#FFFFFF;
	}
#wrapperrecords{
	margin: 0 auto;
	width: 900px;
	height: 1250px;
	background-color:#FFFFFF;
	}
#wrappervillages{
	margin: 0 auto;
	width: 900px;
	height: 1850px;
	background-color:#FFFFFF;
	}

#main {
	width: 490px;
	height:480px;
	float: left;
	background-color:#FFFFFF;
	margin-bottom:25px;
	}
		#mainrecords{
		width: 490px;
		height:500px;
		float: left;
		background-color:#FFFFFF;
		margin-bottom:25px;
		}
		
		#mainvillages{
		width: 490px;
		height:700px;
		float: left;
		background-color:#FFFFFF;
		margin-bottom:25px;
		}

#sidebar_right{
	float: right;
	width: 180px;
	height:500px;
	margin-left:20px;
	margin-right:5px;
	}

#sidebar_left{
	float: left;
	width: 180px;
	margin-right:20px;
	margin-left:5px;
	}
	
#SectionTop{
	width: 900px;
	margin-bottom:25px;
	}

#MainBottom{
	width: 900px;
	margin-bottom:25px;
	}

#SectionBottom{
	margin: 0 auto;
	width: 900px;
	background-color:#ffffff;
	}
	
#SectionBottomrecords{
	margin-top:290px;
	float:left;
	width: 900px;
	height:100px;
	background-color:#FFFFFF;
	}
