@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #eee5dc;
	background-attachment: scroll;
	background-image: url(sandbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

#navbar {
	float: left;
	height: 505px;
	width: 160px;
	position: relative;
}
#homebutton {
	float: left;
	height: 35px;
	width: 160px;
	position: relative;
	top: 15px;
}
#button1 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 30px;
}

#button2 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 35px;
}
#button3 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 40px;
}
#button4 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 45px;
}
#button5 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 50px;
}
#button6 {
	float: left;
	height: 65px;
	width: 160px;
	position: relative;
	top: 55px;
}
#mainimage {
	float: left;
	height: 505px;
	width: 800px;
	position: relative;
	background-attachment: scroll;
	background-image: url(mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#maincontent {
	float: left;
	width: 685px;
	position: relative;
	height: auto;
	top: 20px;
}
#adbox1 {
	float: left;
	height: 150px;
	width: 335px;
	position: relative;
}

#adbox2 {
	float: left;
	height: 150px;
	width: 335px;
	position: relative;
	left: 15px;
}
#adbox3 {
	float: left;
	height: 285px;
	width: 325px;
	position: relative;
	top: 10px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
#adbox4 {
	float: left;
	height: 275px;
	width: 325px;
	position: relative;
	left: 15px;
	top: 10px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#rightcolumn {
	float: left;
	width: 245px;
	position: relative;
	height: auto;
	left: 30px;
	top: 20px;
}
#adbox5 {
	float: left;
	height: 150px;
	width: 245px;
	position: relative;
}
#adbox6 {
	float: left;
	height: 135px;
	width: 245px;
	position: relative;
	top: 10px;
}
#adbox7 {
	float: left;
	height: 135px;
	width: 245px;
	position: relative;
	top: 25px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B0059;
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 960px;
	position: relative;
	height: auto;
	top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#designedby {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	float: left;
	height: 15px;
	width: 960px;
	padding-bottom: 5px;
	position: relative;
	top: 47px;
	text-align: center;
}

