/* CSS Document */

body {
	background-color: #999933;
}

.container {
	font-family: "trebuchet ms",arial,helvetica,sans-serif;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

#header {
	width: 750px;
	height: 80px;
	text-align: left;
	font-family: "Impact",sans-serif;
	font-stretch: wider;
	font-size: 60px;
	color: #6600CC;
	margin-left: 150px;
	position: absolute;
	background: url(../images/topborder.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}

#logo {
	width: 150px;
	height: 228px;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	}

#tagline {
	width: 200px;
	height: 30px;
	margin-left: 650px;
	margin-top: 60px;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF66;
	position: absolute;
	font-style: italic;
}

#navigation {
	text-align: center;
	width: 150px;
	height: 450px;
	margin-top: 228px;
	position: absolute;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 200%;
}

#navigation li a:link {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #6600CC;
	font-weight: bold;
}

#navigation li a:visited {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #663399;
	font-weight: bold;
}

#navigation li a:active {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #663399;
	font-weight: bold;
}

#navigation li a:hover {
	font-size: 20px;
	color: #FFFF66; 
	text-decoration: none;
	background-color: #FF6600;
	font-weight: bold;
}

#content {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 14px;
	width: 628px;
	height: 450px;
	margin-left: 160px;
	margin-top: 95px;
	overflow: visible;
	position: absolute;
}

#footer {
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	position: absolute;
	margin-top: 545px;
	height: 50px;
	width: 900px;
	background-color: #FF6600;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFF66;
}
