﻿/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 13px "Mryid Pro", Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	background-image: url(images/bgimg.jpg);
	background-repeat: repeat-x;
}

#header {
	width: 950px;
	height: 170px;
	margin: auto auto;
	background: url(images/rangerlogo.png) no-repeat right top;
	
}

#bar {
	width: 800px;
	height: 45px;
	margin: -35px auto 35px auto;
}


#menu {
	width: 800px;

}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
	

}

#menu a {
	float: left;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;


}

#menu a:hover {
	color: #000000;
	
}

.sub {
	margin-bottom: 50px;
	border-bottom: 1px #851202 solid;
}

.sub .title {
}

.sub .title h2 {
	font-size: 1.6em;
	color: #ffffff;
}

.sub .title p {
	margin: 0;
	line-height: normal;
	color: #851202;	
	padding: .15em;
	text-align: left;
}

.sub .title p a {
	color: #851202;
}

#container {
	width: 850px;
	margin: auto auto;
	padding: 0px 0px;

}

#content {
	float: left;
	width: 50%;
	border-bottom: 1px solid #851202;

}

em	{
	color: #851202
}

h2 {
	color: #ffffff;
	font-size: 1.5em;
	margin: 0px;
	padding: 0em;
	text-align: left;
}

a {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

#sidebar {
	float: right;
	width: 50%;
	margin: 0px; 
	padding: 0px;
	font-size: 1em;
	text-align: justify;
}
#footer {
	clear: both;
	width: 750px;
	margin: 0px auto;
	padding: 15px 0;
	border-top: 1px solid #851202;
	
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .75em;
}

#footer a {
	text-decoration: none;
}
