* {
	padding: 0;
	margin: 0;
}
body {
	background: url(images/bodyBG.jpg);
	font-family: arial;
}
#container {
	width: 951px;
	margin: 0 auto;
}

#nav {
	width: 951px;
	height: 105px;
	background: url(images/navBG.jpg);
	background-repeat:no-repeat;
	border: 0;
}
#navtop {
	width: 951px;
	height: 61px;
}
#buttons {
	width: 951px;
	height: 44px;
	
}


#header {
	width: 951px;
	height: 233px;
	background: url(images/HeaderBG.jpg);
	background-repeat:no-repeat;
}
#main {
	height: 405px;
	width:auto; 
}
#leftCont {
	width: 34px;
	height: 405px;
	background: url(images/leftContentBG.jpg);
	background-repeat:no-repeat;
	float: left;
}
#rightCont {
	width: 125px;
	height: 405px;
	background: url(images/rightContentBG.jpg);
	background-repeat:no-repeat;
	float: left;
}
#content {
	width: 792px;
	height: 405px;
	background: white;
	float: left;
	overflow: auto;
	border:0;
}
#lowercont {
	width: 901px;
	height: 29px;
	background: url(images/lowercont.jpg);
}
#footer {
	width: 951px;
	height: 54px;
	background: url(images/footerBG.jpg);
	background-repeat:no-repeat;
	clear:;
}
#footer p {
	padding-top: 10px;
	color: #333333;
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#buttons a, a:active {
	border:0;
	text-decoration: none;
}
#buttons a:hover {
	border: 0;
	text-decoration: none;
}
#buttons a:visited {
	border: 0;
	text-decoration: none;
}
#buttons img {
	padding: 0;
	margin: 0;
}
#content img {
	padding: 5px;
	margin-left: 10px;
}

