/************************************************************************************************************************
FOUNDATION AND FRAMING
************************************************************************************************************************/

/*-----------------------SITE LAYOUT-----------------------*/

/* Template */
#document {
	margin:0 auto;
	width:970px;
	background:url(../images/document_bg.jpg) no-repeat top center;
}
#header {
	postion:relative;
	width:970px;
	height:135px;
}
#content {
	position:relative;
	width:970px;
}
/* Home Page */
#left_column {
	float:left;
	width:240px;
	margin:31px 0 0 0;
}
#left_column #ace {
	width:240px;
	height:117px;
	/*background-color:#420404;*/
}
#left_column #acenews {
	width:240px;
	height:97px;
	margin:10px 0 0 0;
	/*background-color:#420404;*/
}
#left_column #blog {
	width:240px;
	height:152px;
	margin:0 0 0 0;
}
#left_column #newsletter {
	width:240px;
	height:91px;
	background:url(../images/newsletter_bg.jpg) no-repeat top center;
}

#left_column #newsletter #input {
	margin:40px 0 0 9px;
	padding:4px;
	width:82px;
	height:15px;
	border:0px;
	color:#fff;
	background:#720000 url(../images/newsletterinput_bg.jpg) no-repeat top left;
}
#right_column {
	float:left;
	width:714px;
	margin:31px 0 0 5px;
	
}
#right_column #flash {
	width:714px;
	height:224px;
	background-color:#000000;
}
#right_column #banners {
	width:714px;
	height:89px;
	margin:33px 0 0 0;
background-color:;
}
#right_column #banners #banner_1 {
	float:left;
	width:344px;
	height:89px;
	margin:0 0 0 0;
	background-color:#000000;
}
#right_column #banners #banner_2 {
	float:left;
	width:344px;
	height:89px;
	margin:0 0 0 25px;
	background-color:#000000;
}
#right_column #sponsors {
	width:714px;
	height:91px;
	background-color:#420404;
	margin:33px 0 0 0;
}
/* Team Page */
#right_column #image {
	float:left;
	width:200px;
}
#right_column #info {
	float:left;
	width:490px;
	margin:0 0 0 10px;
}
#right_column #team_nav {
	width:714px;
	height:50px;
	margin:0 0 10px 0;
}
/*-----------------------NAVIGATIONAL LAYOUT-----------------------*/

/* global */
#navigation_primary li {
	position:relative;
	float:left;
}
/* primary */
#navigation_primary {
	position:absolute;
	top:95px;
	left:155;
	width:970px;
	height:40px;
	background-image:url(../images/nav/bg_navigation.jpg);
}
#navigation_primary li a {
	float:left;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
/*-----------------------primary navigation static state-----------------------*/		
#navigation_primary #n_home {
	width:101px;
	background-image:url(../images/nav/home.jpg);
}
#navigation_primary #n_sponsors {
	width:119px;
	background-image:url(../images/nav/sponsors.jpg);
}
#navigation_primary #n_history {
	width:108px;
	background-image:url(../images/nav/history.jpg);
}
#navigation_primary #n_schedule {
	width:119px;
	background-image:url(../images/nav/schedule.jpg);
}
#navigation_primary #n_news {
	width:84px;
	background-image:url(../images/nav/news.jpg);
}
#navigation_primary #n_team {
	width:85px;
	background-image:url(../images/nav/team.jpg);
}
#navigation_primary #n_multimedia {
	width:142px;
	background-image:url(../images/nav/multimedia.jpg);
}
#navigation_primary #n_store {
	width:90px;
	background-image:url(../images/nav/store.jpg);
}
#navigation_primary #n_contact {
	width:122px;
	background-image:url(../images/nav/contact.jpg);
}
/* primary hover and current page state */	
#home #n_home, #sponsors #n_sponsors, #history #n_history, #schedule #n_schedule, #news #n_news, #team #n_team, #multimedia #n_multimedia, #store #n_store, #contact #n_contact, #navigation_primary #n_home:hover, #navigation_primary #n_sponsors:hover, #navigation_primary #n_history:hover, #navigation_primary #n_schedule:hover, #navigation_primary #n_news:hover, #navigation_primary #n_team:hover, #navigation_primary #n_multimedia:hover, #navigation_primary #n_store:hover, #navigation_primary #n_contact:hover {
	background-image:none;
}
/*-----------------------SITE INFORMATION-----------------------*/

#site_info {
	position:relative;
	float:left;
	width:970px;
	height:125px;
margin:;
	background-image:url(../images/site_info_bg.gif) repeat-x top left;
}
/*-----------------------FOOTER-----------------------*/

#footer {
	position:relative;
	float:left;
	width:970px;
	height:75px;
}
#footer .copyright {
	position:absolute;
	top:20px;
	left:0px;
}
#footer .privacy {
	position:absolute;
	top:20px;
	right:0px;
}
