/* -------- basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background: #000000 url(../images/bg_body.jpg) repeat-x left top;
}
#clear {
	clear:both;
}
/* -------- for IE add ons styles --------*/
:root{
 overflow-y:scroll;
}
/* -------- wrapper styles --------*/
#wrapper {
	position:relative;
	width: 780px;
	margin: 0px auto;
	text-align:left;
	background: url(../images/hustle.jpg) no-repeat left top;
}
/* -------- header styles --------*/
#header {
	position: relative;
	height: 248px;
	/*background-color:#FFFFFF;*/
}
#header ul {
	list-style:none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 680px;
	margin-left: 50px;
	/*border:solid 1px #FFFFFF;*/
}
#header ul li {
	float: left;
}
#header ul a {
	padding: 0 15px;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	color:#5B74B6;
	float:left;
	display: block;
}
#header ul a:hover {
	color:#FFF;
}
#header .selectedMenu {
	color:#FFF;
}
/* -------- content styles --------*/
#content {
	text-align: justify;
	padding: 10px 60px 10px 55px;
	width: 670px;
	/*border:solid 1px #FFFFFF;*/
}
#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 12px;
	font-weight:bold;
}
#content p {
	padding: 10px 0;
}
#content p a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	text-decoration: none;
}
#content p a:hover {
	border-bottom: 1px dotted #666;
	color: #666;
}

#content #col_one {
	text-align: left;
	margin-top: 10px;
	padding:10px;
	border: solid 1px #285A77;
	width: 180px;
	float: left;
}
#content #col_two {
	padding:10px 0 10px 5px;
	width: 462px;
	height: 292px;
	float: right;
	/*background:#fff*/;
}
#content .blue_title {
	background-color:#017BBE;
	color:#164B99;
	font-weight:bold;
	padding: 5px;
	height:25px;
}
#content #col_three .addrow {
	text-align:left;
	background-color:#013E5F;
	padding: 5px;
}
#content #col_three .newslink {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #017BBE;
	color:#017BBE;
}
#content #col_three a:hover.newslink {
	color:#FFF;
	border-bottom: 1px dotted #FFF;
}

#content #col_three .evenrow {
	text-align:left;
	background-color:#014469;
	padding: 5px;
}
#content #character_bar {
	height:15px;
	background:#017BBE;	
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	padding: 5px 10px;
}
#content #char_bgrd {
	font-size: 9px;
	text-align:left;
	margin-top: 1px;
	padding: 10px 0 10px 5px;
	height: 190px;
	width: 665px;
	/*border:solid 1px #FFFFFF;*/
	background: url(../images/chars-bgrnd.jpg) no-repeat left top;
}
#content #char_bgrd #first_column {
	float: left;
	width: 215px;	
	/*border:solid 1px #FFFFFF;*/
}
#content #char_bgrd #second_column {
	float: left;
	width: 215px;	
	/*border:solid 1px #FFFFFF;*/
}
#content #char_bgrd #third_column {
	float: left;
	width: 232px;	
	/*border:solid 1px #FFFFFF;*/
}
#content #char_bgrd .cast {
	padding: 5px;	
	height: 85px;
}
#content #char_bgrd .aka {
	color:#ECC900;
	font-weight:bold;
}
#content #char_bgrd .photo {
	float: left;
	clear: both;
	padding: 2px;
	margin: 0 5px 0 0;
	border: 2px solid #FFFFFF;
}
#content #pages .photo {
	border: 2px solid #CCCCCC;
	padding:1px;
	margin-right: 10px;
	/*float:left;*/
}
#content #sitemap {
	padding: 30px 20px 100px 30px;
	font-size: 12px;
	font-weight: bold;
}
#content #sitemap ul {
	padding: 10px 30px;
	list-style-type: square;
	color:#FFF;
	font-weight:bold;
	font-size: 12px;

}
#content #sitemap ul li a {
	line-height: 25px;
	width: 165px;
	text-decoration: none;
	color:#FFF;
	border-bottom: 1px dotted #FFF;
}
#content #sitemap ul li a:hover {
	color:#666;
	border-bottom: 1px dotted #666;
}

/* -------- footer sytles ------ */
/*#footer {
	text-align: center;
	padding: 20px 0;
	font-size: 9px;
}

#footer .link {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover.link {
	border-bottom: 1px dotted #FFF;
}
*/
/* ----- footer styles -----*/
#footer {
	color:#FFF;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 10px;
}
#footer .logic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #666;
	border-bottom: 1px dotted #666;
}
#footer .selected{
	color: #666;
	border-bottom: 1px dotted #666;
}

