body {
	background-image: url(../images/BG.jpg);
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#wrapper {
	background-color: white;
	width: 800px;
	height: auto;
	margin: 0 auto;
	border: 1px solid black;
	border-top: none;
}

#header {
	width: 800px;
	height: 100px;
	background-image: url(../images/header.jpg);
}

#links {
	width: 800px;
	height: 60px;
	border-bottom: 1px solid black;
	background-color: #2A4149;
}

#linksbutton {
	width: 400px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}

#sweethome {
	width: 800px;
	height: 300px;
	background-color: #CCCCCC;
}

#formcontainer {
	width: 800px;
	height: 450px;
	padding-top: 30px;
	background-color: #CCCCCC;
}

#bar {
	width: 800px;
	height: 10px;
	background-color: black;
}

#frequentcontainer {
	background-color: #88A7B3;
}

#frequentevents {
	width: 400px;
	height: 66px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	background-color: #88A7B3;
	padding-top:10px;
}

#otherlinks {
	width: 800px;
	height: 145px;
}

#otherlinkstext {
	width: 800px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background-color: #88A7B3;
}

#otherlinkspic {
	width: 800px;
	height: 85px;
	background-color: #88A7B3;
}

#otherlinksinfo {
	width: 800px;
	height: 20px;
	background-color: #88A7B3;
}

#otherlinksinfodiv {
	width: 200px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
	font-size: 12px;
	background-color: #88A7B3;
}

#sponsor {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	font-size: 14px;
	background-color: #88A7B3;
	border: 1px solid black;
	border-top: none;
	text-align: center;
}

/* EXTRA */

.pad {
	padding-top: 3px;
}

.footertext {
	color: #2A4149;
	font-size: 18px;
}