/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background:#008000;
	line-height:130%;
	}

a{
	color:#008000;}	
	
a:hover {
	color:#ff0000;}	

img { 
	border: none;
	}

#header{
	height:100px;
	background:url(images/head_bg.jpg) top left repeat-x;}
	
#header img{
	float: left;
	margin: 15px 20px 0 0;
	}

#container{
	background:url(images/container_bg.jpg) top repeat-x #FFFFFF;
	margin:0px auto;
	}	

#mainimg{
	background:url(/images/halls-stargazer.jpg) top center repeat-x;
	border:1px solid red;
	border-right:none;
	border-left:none;
	height:165px;}	

#content{
	width:470px;
	float:right;
	text-align: justify;
	color: #444444;
	}
	
#sidebar{
	margin-left:16px;
	width:300px;
	float:right;}	

.nav{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;}	
	
	
#schoolnav {
	background: url(images/design-school-bg.jpg) no-repeat;
	width: 302px;
	height: 37px;
	padding: 70px 0 0 0;
	margin: 0;
	}	
	
#schoolnav ul {
	margin: 0;
	padding:0;
	text-align: center;
}
	
#schoolnav ul li{
	display: inline;
}

#schoolnav ul li a {
	font-weight: bold;
	color: #222222;
	font-size: 12px;
	margin: 0 5px;
}

#schoolnav ul li a:hover {
	color: #ff0000;
}
	
#newsletter {
	background: url(images/side_news.jpg) no-repeat;
	width: 302px;
	height: 32px;
	padding: 80px 0 0 30px;
	margin: 15px 0;
	}	

#newsletter form{
	margin-top:-8px;}	

#footer{
	text-align:center;
	color:#FFFFFF;
	/*height:10px;*/
	padding:5px;
	font-size: 10px;
	}	
	
#footer a{
	color:#FFFFFF;}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0000;
	font-size:36px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	}	
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#444444;
	font-size:24px;
	font-weight: normal;
	margin: 0px 0 0px 0;
	text-align: center;
	}		

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#008000;
	font-size:18px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 140%;
	}	

.wrapper {
	margin: 0 auto;
	width: 800px !important;
	width: 820px;
	}
	
#container .wrapper {
	padding: 20px 0;
	}	
	
/* form button */

.formbutton{
cursor:pointer;
border:outset 1px #ffffff;
background:#ff0000;
color:#ffffff;
padding: 2px;
font-size: 14px;
}



.partners{
	border-top:1px solid #CCCCCC;
	text-align:center;}
	
	


/* nav stuff */

#navcontainer {
margin: 10px 0 0 0;
padding: 0 0 0 0;
float: left;
border-right: 1px solid #999;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
text-align:center;
}

#navcontainer A
{
color: #555555;
display: block;
width: 113px;
height: 65px;
text-decoration: none;
margin: 0;
padding-top: 25px;
border-left: 1px solid #999;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 17px;
line-height: 110%;
}

#navcontainer A:hover {
	color: #FF0000;
	background: #FFFFFF;
}
