/*
	We Fight Anyone ~ Stylesheet ~ Main
	Copyright 2009 Jon Norris
*/

html,body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	color:#000000;
	background: #FFFFFF url('../image/main_back_wrap.gif') repeat-x fixed bottom right;
	border-collapse:collapse;
	font: normal normal normal 16px "Times New Roman", Times, serif;
	overflow:hidden;
}

#wrapper_content {
	width:410px;
	height: 100%;
	left: 500px;
	position:relative;
	padding:25px 25px 45px 25px;
	background: #FFFFFF url('../image/main_back_content_2.gif') no-repeat center right;
	border-right: 2px solid #FFFFFF;
	text-align:justify;
}

#wrapper_content p {
	text-indent:15px;
}
#wrapper_content p:first-letter {
	text-transform: capitalize;
}

#wrapper_content ol {
	font-size: 13px;
	padding-top:5px;
}

#wrapper_content li {
	padding-bottom:5px;	
}

#wrapper_content ul {
	list-style: none;
}

#wrapper_content ul li {
	padding-bottom:10px;
}

#wrapper_content ul a,
#wrapper_content ul a:active,
#wrapper_content ul a:visited {
	color:#444444;
	text-decoration:none;
	border-bottom: 2px dotted #444444;
}

#wrapper_content ul a:hover {
	color: #000000;
	border-bottom: 2px dotted #000000;
}

#wrapper_id {
	position:fixed;
	top:15px;
	left:92px;
}

#wrapper_id img {
	vertical-align: middle;
}

#wrapper_id span {
	font-weight:bolder;
	font-size: x-large;
	margin:0;
	padding-left:15px;
	text-align:center;
}

#wrapper_sidebar {
	position:fixed;
	width:400px;
	height:600px;
	top:125px;
	left:50px;
	border: 2px solid #FFFFFF;
	background:#FFFFFF url('../image/sidebar_back_content.gif') no-repeat bottom right;
	overflow:hidden;
}


#news_frame {
	width:400px;
	height:600px;
	border:none;
}

#footer_wrapper {
	width:100%;
	height:40px;
	bottom:0px;
	position:fixed;
	background-color:#2d2e50;
}

#footer_content {
	width:940px;
	position:relative;
	text-align:right;
	padding: 10px 10px 10px 10px;
	color:#FFF8DC;
	background:#2d2e50 url('../image/footer_back_content_2.gif') top left no-repeat;
	font-weight:bold;
	border-right: 2px solid #FFFFFF;
}

#footer_content a {
	color:#FFFFFF;
	text-decoration: none;
	margin-right:5px;
	margin-left:5px;
}

#footer_content a:hover,
#footer_content a:active {
	text-decoration: underline;
}