/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #ffffff;
	}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #7d3041;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}	

#wrapper {
	width: 1000;
	height: 800;
	margin-left: auto;
	margin-right: auto;
	}	
	
#logo {
	position: absolute;
	width: 224px;
	height: 150px;
	left: 14px;
	top: 5px;
	}
	
#sidebar {
	position: absolute;
	top: 195px;
	width: 200px;
	height: 115px;
	left:19px;
	font-size: 14px;
	}	
		
#topbanner {
	position: absolute;
	width: 603px;
	height:151px;
	left: 232px;
	top: 0px;
	}

#text {
	position: absolute;
	width: 670px;
	height: 10px;
	left: 3px;
	font-size: 12px;
	
	}

#heading {
	position: absolute;
	top: 164px;
	width: 200px;
	left: 248px;
	height: 19px;
	}	
	
#maincontent {
	position: absolute;
	top: 202px;
	left: 247px;
	width: 608px;
	height: auto;
	font-size: 12px;
	text-align: justify;
	}
	
	
			
