html {
	margin: 0;
	padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  background: #141414;
  text-align: center;
  margin: 0;
  padding: 0;
}

#innerheader  {
  width: 745px;
  height: 120px;
  margin: 0 auto;
  display: block;
  background: url("../images/ecaid.gif") no-repeat right top;
  text-align: left;
}

#header {
  background-color: #212121;
}

#container {
	text-align: left;
	width: 745px;
	margin: 0 auto;
	height: auto;
	border: 1px solid #555;
	border-top: none;
}

#content {
	float: left;
	width: 725px;
	padding: 5px 10px 5px 10px;
	background: transparent url(../images/000.gif) repeat scroll;
}

#content p {
  line-height: 1.5;
}

#content h3 {
  color: #FFA500;
  font-weight: bold;
  font-size: 14px;
  margin-top: 28px;
}

#content h4 {
  color: #FFA500;
  font-weight: bold;
  font-size: 11px;
}

#content ul {
  line-height: 1.5;
}

#home {
	background: #141414 url(../images/5.jpg) no-repeat scroll center 151px;
}
#howtobr {
	background: #141414 url(../images/4.jpg) no-repeat scroll center 151px;
}
#brcycle {
	background: #141414 url(../images/3.jpg) no-repeat scroll center 151px;
}
#thehunters {
	background: #141414 url(../images/2.jpg) no-repeat scroll center 151px;
}
#aboutus {
	background: #141414 url(../images/1.jpg) no-repeat scroll center 151px;
}

table {
  border-collapse: collapse;
}

.portrait {
  border: 1px solid #4c4c4c;
}

.meet h2 {
  font-weight: normal;
}

/********* Start Horizontal Menu ********/

#nav {
border: 1px solid #4c4c4c;
	background-color: #2c2c2c;
}

#navigation {
	padding: 0px;
	width: 745px;
	margin: 0px auto;
	height: 30px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#navigation ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#navigation ul li a {
	width: 149px;
	height: 30px;
	
	display: block;
	line-height: 30px;
	
	text-align: center;
	font-family: "Verdana";
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover {
  background-color: #121212;
}	

#navigation li.current a, #navigation ul li.current a:hover {
	color: #fff;
	background-color: #121212;
}

	
/********* END Horizontal Menu ********/

#sidebar {
	float: right;
	width: 130px;
	padding-top: 2em;
}

#sidebar .title {
  font-family: "Verdana";
  font-size: 12px;
}

#sidebar ul {
  margin-left: -2.2em;
}

#footer {
	clear: both;
	width: 735px;
	background-color: #222;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-align: center;
}


/*** Links ***/
a, a:active, a:visited {
	color: #FFA500;
	text-decoration: none;
}

a:hover {
	color: #FFA500;
	text-decoration: underline;
}