body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;	
	background-image: url(../pics/background.jpg);
	background-repeat: repeat-x;
	background-position: topleft;
}

/* Scenery style definitions (top jpg) */
#scenery {
	margin: 0px;
	padding: 0px;
	height: 140px;
	border: solid 1px #fff;
	clear: both;
}

/* GENERAL CONTENT style definitions */
/* Settings and placements of the main containers */
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 768px;
	text-align: left;
	background-color: #fff;
	clear: both;
}

h1 {
	font-size: 16px;
	line-height: 18px;	
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content #left {
	margin: 0px;
	padding: 25px 25px 0px 25px;
	width: 305px;
	float: left;
}
#content #right {
	margin: 0px;
	padding: 20px 20px 0px 0px;
	float: right;
}
#content #text {
	margin: 25px 25px 0px 25px;*/
}

/* POLL style definitions */
#poll {
	width: 389px;
	background-color: #bedeed;
	background-image: url(../pics/poll-top.jpg);
	background-repeat: no-repeat;
	background-position: topleft;
}
#poll #options {
	margin: 0px;
	padding: 15px 15px 0px 15px;
}
#poll a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#poll a:hover {
	text-decoration: underline;
}

#poll #bottom {
	width: 389px;
	height: 20px;
	background-color: #bedeed;
	background-image: url(../pics/poll-bottom.gif);
	background-repeat: no-repeat;
	background-position: topleft;
	margin: 0px;
	padding: 0px;
}


/* MENU style definitions */
#menu {
	margin: 0px;
	padding: 0px;
	width: 766px;
	height: 30px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background-image: url(../pics/menu.jpg);
	background-color: #fff;
	clear: both;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	clear: both;
	margin: 0px 0px 0px 15px;
}
#menu ul li {
	display: inline;
	text-align: center;
	color: #fff;
}
#menu ul li a {
	color: #fff;
	margin-left: 5px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}
#menu ul li a:hover {
	text-decoration: underline;
}


/* TITLE style definitions */
#content #title {
	margin: 0px;
	padding: 0px 0px 5px 15px;
	float: left;
	height: 60px;
}
#content #banner {
	margin: 0px;
	padding: 0px 1px 5px 0px;
	float: right;
	height: 60px;
}


/* Footer style definitions */
#footer {
	clear: both;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #7c7c7c;
	width: 768px;
	text-align: right;
	background-image: url(../pics/footer.gif);
	background-repeat: no-repeat;
	background-position: topleft;
	height: 40px;
}
#footer #copy {
	margin-right: 20px;
	position: relative;
	top: 20px;
}
#footer #copy a {
	color: #7c7c7c;
	text-decoration: none;
}
#footer #copy a:hover {
	text-decoration: underline;
}

/* Generally used classes throughout the site*/
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.spacer {
	height: 8px;
}
.smallgray {
	color: #999;
	font-size: 10px;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}