/* Global Style */

* {padding: 0; margin: 0; border: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #330000;}
form { display:inline;}

.clear {clear: both; height: 1px; margin: 0;}

/* Text Style */

h1, h2, h3, h4, h5 {font-weight: normal; line-height: 24px; color: #cc9900;}

h1, h2 {font-size: 24px; padding-bottom: 22px;}



body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#290000;

}
#grade {
	width: 100%;
	background-color:#290000;
	background-image: url(../images/body_bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 20px 0 20px;
	position: relative;
	background-color: #5a3333;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#header {
	width: 890px;
	height: 130px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	text-align: center;
	background: url(../images/header_bg.gif) repeat-x left top;
}
#header h1 {text-indent: -9999px; border: 0; background: url(../images/header_title2.gif) no-repeat center top; height: 130px; padding: 0;}

#content {
	width: 890px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-color: #fff;
	background: url(../images/content_bg.gif) repeat-y;
}


#mainFull {width: 830px; padding: 50px 30px; background-color: #f5f4ef; text-align: center;}


#entersite {
	width: 890px;
	height: 40px; 
	position: relative;
	background: url(../images/nav_bg.gif) repeat-x top;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#enter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
	color: #fff;
}
#enter li {
	font-size: 18px;
	font-weight: normal; 
	line-height: 35px;
	list-style-type: none;  
	padding: 0; 
	margin: 0;
	text-align: center;
}
#enter li a {
	display: block;
	width: 890px;
}
#enter li a:link, #enter li a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}
#enter li a:hover, a.current{
	color: #ffcc00;
	background-color:#725c5c;
	text-decoration: none;
	border-bottom: 3px solid #330000;
}

#key {
	width: 900px;
	background: #fff;
	
}

#footer {
	width: 900px;
	height: 60px;
	background: url(../images/footer_top.gif) no-repeat top;
	
}#key p {
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 10px 20px;
}
