@charset "utf-8";
/* CSS Document */



body {

	background-color: #FFFFFF;
	background-image: url(../Images/pagegradient.jpg);
	background-repeat: repeat-x;
	} 
	
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 530px;
	background-color: #FFF;
	background-image: url(../Images/wrapperbknd.jpg);
	background-repeat: no-repeat;
}


#header {
position: relative;
width: 800px;
height: 100px;
background: #FFF url(../Images/logoheader1a.jpg) no-repeat;
}

#nav {
	width:500px;
	height: 30px;
	position: relative;
	top: 120px;
	left: 186px;
	margin:0;
	padding: 0;
}

#left-side-bar {
	width: 191px;
	margin: 0;
	float: left;
	top: 0px;
	height: 375px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}

#left-side-box {
	width: 90px;
	margin: 0;
	float: left;
	top: 260px;
	height: 150px;
	text-indent: 0px;
	right: 0px;
	position: relative;
	left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}




#maincontent {
	width: 500px;
	height: 320px;
	margin: 0;
	float: left;
	right: 0px;
	position: relative;
	left: 180px;
	top: 135px;
	clear: none;
	background-repeat: no-repeat;
}



#footer {
	width: 450px;
	height: 30px;
	margin: 0;
	float: left;
	right: 0px;
	position: relative;
	left: 280px;
	top:150px;
	clear: none;
	background-repeat: no-repeat;
}
