@charset "utf-8";
/* CSS Document */

#header {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 5px;
}
#nav {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#nav a {
	font-size: large; 
	font-weight:bold; 
	color: #ffffff;	
}
#nav a:hover {
	font-size: large;
	font-weight:bolder;
	color:#000000;
	text-decoration:underline;
	
}
#uppercontent {
	height: auto;
	width: 790px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	height: auto;
	width: 380px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#right {
	float: right;
	height: auto;
	width: 370px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#lowercontent {
	height: auto;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#footer {
	background-color: #CC9900;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
}
#spacerdiv {
	width: 800px;
}
body {
	background-image: url(images/bg.jpg);
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
TEXTAREA, INPUT {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px; /* a bit of breathing room*/
	font-size: 13px;
	color: #FFFFFF;/* The text in white*/
	background-color: #CC9900;/* Background-color: dark blue*/
	border: solid 1px #C71585;/* and a red border*/
}