/*
CSS by Kevin Herda
*/

body {
	width: 700px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align: center; 
	margin-left:auto;
	margin-right:auto;
}

/* Links */
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;; 
	color: black;
}

.drop a:link {
	text-decoration: none;
	color:#FFFFFF
}
.drop a:visited {
	text-decoration: none;
	color:#FFFFFF
}
.drop a:active {
	text-decoration: none;
	color:#FFFFFF
}
.drop a:hover {
	text-decoration: none;
	color:#FFFFFF
}

.admin a:link {
	text-decoration: none;
	color: black;
}
.admin a:visited {
	text-decoration: none;
	color: black;
}
.admin a:active {
	text-decoration: none;
	color: black;
}
.admin a:hover {
	text-decoration: none;
	color: black;
}

.drop{
	width:75px;
	height:30px;
	background-color:#C1B835;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

#container{
	width: 700px;
	height:auto;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
}


#header{
	margin-top:40px;
	background:transparent url(../images/header.jpg) no-repeat scroll 0 0;
	height:125px;
	width:620px;
	margin-left:auto;
	margin-right:auto
}

#main-title{
	height:25px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin-left:45px;
}

#spacer{
	margin-left:40px;
	float:left;
}

.nav{
	margin-top:5px;
	float:left;
	width:100px;
	background-color:#c1b835;
	margin-right:2px;
	color:#FFFFFF;
	height:30px;
}

#nav-end{
	background-color:#c1b835;
	float:right;
	width:100px;
	margin-right:46px;
	height:30px;
	margin-top:5px;
	color:#FFFFFF;
}

#nav_position{
	height:50px;
}

.nav-text{
	font-weight:bold;
	margin-top:5px;
	font-size:12px;
}

#main{
	width:100%;
	height:450px;
}

#main-text{
	width:100%;
	min-height:300px;
	text-align:left;
	margin-left:45px;
	margin-left:expression('-10px');
	margin-top:10px;
	font-size:14px;
	width:600px;
}

#footer{
	border-top:1px solid;
	width:95%;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}