#logo {
	background-image: url(../images/logo.jpg);
	height: 100px;
	width: 150px;
	float: left;
}
#nav {
	height: 100px;
	width: 650px;
	float: right;
	position: relative;
}
#nav2 {
	height: 25px;
	width: 620px;
	float: right;
	position: relative;
	top: 75px;
}

#logonav {
	height: 100px;
	width: 800px;
	background-color: #FFFFFF;
}

#banner {
	background-image: url(../images/banner.gif);
	height: 215px;
	width: 800px;
}
#page {
	height: 30px;
	width: 150px;
	vertical-align: bottom;
	position: relative;
	top: 183px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	left: 35px;
}

#images {
	width: 150px;
	float: left;
}
#main {
	height: 300px;
	width: 800px;
}
#text {
	width: 650px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#bottom {
	width: 800px;
}


#footer {
	height: 10px;
	width: 800px;
	background-color: #B2D234;
	clear: right;
	float: none;
}
#global {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	border: 1px solid #CCCCCC;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
A:link {color: #666666;}
A:active {color: #666666;}
A:visited {color: #666666;}
A:hover {text-decoration: underline; color: #c3d82e;}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../background.jpg);
	background-repeat: repeat-x;
}
.creditname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center
}
.creditname:link {color: #666666; text-decoration: none} 
.creditname:active {color: #666666; text-decoration: none}
.creditname:visited {color: #666666; text-decoration: none} 
.creditname:hover {color: #000000; text-decoration: none}
