@CHARSET "ISO-8859-1";

/****************Main Body**************/

body{

	text-align:center;
	padding:0;
	margin:0;
	
}

#container{

	margin:0 auto;
	width:960px;
	min-height:15px;
	text-align:left;
	
}


/*****************PAGE ORIENT****************/


#title{

	background-image:url('../../images/title.png');
	width:236px;
	height:96px;
	float:left;
	
}

#menu{
	float:left;
	position:relative;
	background-color:#ffffff;
	width:699px;
	padding-bottom:5px;
	padding-top:10px;
	margin-top:32px;
	margin-left:25px;
	font-size:12px;
	font-family:Georgia;
	text-align:left;
}

#top_nav{

	background-color:white;
	height:150px;
	width:850px;
	float:right;
	margin-top:65px;	
	
}

#browse{
	
	font-family:Georgia;
	width:230px;
	color:black;	
	margin-top:20px;
	margin-left:40px;
	text-align:left;
	float:left;
}

#to_calender{
	
	font-family:Georgia;
	width:230px;
	color:black;	
	margin-top:20px;
	margin-left:30px;
	text-align:left;
	float:left;
}

#search{

	background-image:url('../../images/search.png');
	width:300px;
	height:90px;
	float:left;
	margin-left:0px;
	font-family:Georgia;
	color:white;
	margin-top:10px;
	font-size:32px;
	padding-top:10px;
	padding-left:20px;
}

#search input{
	
	width:270px;
	margin-left:30px;
	height:29px;
	padding:3px;
	color:grey;
	font-family:Georgia;
	padding-left:10px;
	float:left;
	border:0;
}

#top_img{

	background-image:url('../../images/title_img.jpg');
	background-repeat:no-repeat;

	width:960px;
	text-align:center;
}

#main{

	font-family:Georgia;	
	
}	

#main a{

	text-decoration:none;
	color:#999999;	
	
}

#bottom_box{

	background-color:B2B2B2;
	width:950px;
	height:140px;	
	margin-top:50px;
	text-align:left;
}

#footer{
	
	width:950px;
	min-height:15px;
	margin-top:25px;
	height:65px;
	color:grey;
	font-size:14px;
}

#footer img{

	margin-right:7px;
	cursor:pointer;
	cursor:hand;
	
}

#social{

	float:left;	
	width:270px;
}

#contact{

	float:left;	
	width:250px;
	margin-top:0px;
	position:relative;
	left:-40px;
	
}

#news_container{
	
	width:670px;
	text-align:center;	
	background-color:white;
	margin:0 auto;
	padding-top:20px;
	margin-top:310px;
}

#news_box{

	width:600px;
	height:145px;	
	border:solid 6px;
	border-color:#999999;
	text-align:left;
	margin:0 auto;
	padding:10px;
	padding-top:15px;
	margin-bottom:15px;
	overflow:hidden;
	font-family:Helvetica;
	font-size:10pt;
	color:999999;
	
}

#article{

	border:5px solid #999999;
	width:600px;	
	margin:0 auto;
	min-height:200px;
	text-align:left;
	padding:15px;
	padding-top:10px;
	color:999999;
	font-family:Helvetica;
}

#glow{

	float:left;
	position:relative;
	left:-75px;
	border-style:none;
	
}

#spons_box{

	width:915px;	
	float:left;
	overflow:hidden;
	
}

#spons_innerbox{
	
	position:relative;
	width:10000px;
	
	
}

#spons_innerbox img{

	margin-top:20px;
	border-style:none;	
	margin-right:25px;
	
}

/******************Classes********************/

.news_titlee{

	font-size:18pt;
	color:999999;
	overflow:hidden;
}

.spons{
	
	margin-top:12px;
	float:left;	
		
}

.menu_item{

	margin-left:10px;
	cursor:pointer;
	cursor:hand;
	font-style:italic;
}

.menu_item a{

	text-decoration:none;
	color:999999;
	font-size:12pt;
	
}

.pages{

	font-family:Helvetica;	
	color:#999999;
	font-size:22pt;
}

.art_title{

	font-size:26px;
	font-color:#999999;
	font-family:Georgia;
	font-style:italic;
}

.news_box_img{

	width:160px;
	height:110px;
	float:left;
	margin-right:15px;
	
}


/********************MISC********************/

#clear{

	clear:both;	
	
}

