@charset "UTF-8";
/* CSS Document */

body { 	
	text-align: center; 
	margin: 0; 
	background-color: #8B857D;
	background-image:url(img/background_page.gif);
	background-position:top;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	behavior: url("csshover3.htc");
	}
	
a img {		border: 0;		}

a { 		color: #ffffff;	}
a:hover { 	color: #E1E1E1;	}
#text a { 	color: #8B857D;	}
#text a:hover {	color: #4F483F;}

#signup {
	float: right;
	width: 111px;
	height: 111px;
	background-image:url(img/signup.gif);
}

#signup:hover {
	background-image:url(img/signup_hover.gif);
}


ul {
	margin: 0;
	padding: 0 0 0 14px;
}

#content {
	margin: 23px auto;
	text-align: left;
	width: 1024px;
	height: 700px;
	background-image: url(img/background_contentarea.gif);
	background-repeat: no-repeat;

}

#innercontent {
	padding: 17px 35px 17px 35px;
}

/* -------------------------------------------------------------------------------------------------- */

#nav {
	width:950px;
	height:36px;
	font-size: 1.1em;
	color: #ffffff;
	margin: 12px 0 12px 0;
	clear: both;
}


.nav_link, .nav_linkhover {
	background-color: #8B857D;
	height: 36px;
	width: 137px;	
	margin: 0;
	padding: 0;
	text-align: center;
	margin: -1px !important;

}

.nav_linkhover {
	background-image: url(img/background_nav_active.gif);
	background-repeat: repeat-x;
	color: #4F483F;
}

/* -------------------------------------------------------------------------------------------------- */

.bar_header {
	font-size: .9em;
	font-weight: bold;
	color: #ffffff;
	margin: 10px;
	height: 40px;
}


#leftbar { 
	width: 296px; 
	height: 440px; 
	float: left; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image:url(img/background_column.jpg); 
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid #ffffff;

}



#rightbar { 
	width: 637px; 
	height: 440px;  
	float: right; 
	padding: 0; 
	margin: 0 0 10px 0;
	background-image:url(img/background_column.jpg); 
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid #ffffff;
}

#text {
	margin: 10px;
	height: 360px;
	overflow: auto;
	padding: 10px;
	background-color: #ffffff;
	color:#4F483F;
	font-size: .9em;
}

#text h3 {	
	font-size:1em; 
	margin:0; 
	padding:0;}
	
#text h1, #text h2, #text h4, #text h5 {
	margin:0; 
	padding:0;}
}
	
/* -------------------------------------------------------------------------------------------------- */


#fanwidget {
}

#fbook_line {
	margin: 0 auto;
	border-bottom: 1px solid #A2AECA;
	width: 262px;
}


#twitter {
	padding: 5px 0;
}


/* -------------------------------------------------------------------------------------------------- */

#footer { 
	clear: both; 
	background-color: #ACA8A3; 
	width: 954; 
	height: 22px; 
	font-size: 10px; 
	color: #ffffff; 
	margin: 0;
	border: 1px solid #ffffff;
}

#footer a 	{	color: #ffffff;}
#footnav	{	list-style: none; 
				margin: 4px 0 0 0;
}

#footnav li {	float: left; 
				padding: 0 90px; 
				margin: 0;
}

/* -------------------------------------------------------------------------------------------------- */


#rightbar h1 {	
	font-size: 1.4em; 
	color: #ffffff;
	margin: 0;
}
	
#rightbar h2 {	
	font-size: 1.2em; 
	color: #ffffff;
	margin: 0 0 0 7px;
	font-weight: normal;
}


