/* body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
*/
body {
	background: #112238 url(images/punkleather.jpg) repeat fixed 0px 0px;

	margin: 0px;
	padding: 0px;
	text-align: center;
/* 	background-color: #223349; */
}
div#wrap {
	border: 2px solid #001127;
	margin: 50px auto;
	text-align:left;
	position : relative;
	width: 960px;
}
div#branding {
	background: #112238 url(images/tile.jpg) repeat;
	/* height: 225px; */
	padding-bottom: 230px;
	width: 100%;
}
div#branding img {
	position: absolute;
	top: 5px;
	left: 11px;
}
div#branding h1 {
	background: transparent url(images/TitleText.jpg) no-repeat scroll 0%;
	height: 180px;
	top:25px;
	left: 323px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	text-indent: -5000px;
	width: 620px;
}
a:link, a:visited{
	color: #A8D3E7;
}
a:hover {
	color: #3ebcef;
}
/* ......................................Top Nav........................................................... */
div#nav{
	position: absolute;
	top: 225px;
	height: 24px;
	width: 100%;
}
div#content {
	background: rgb(3,128,195) url(images/bkg.jpg) repeat-x scroll left top;
	padding: 30px 0px;
	margin: 0px;
	color: rgb(254,195,1);
	width:100%;
}
div#content_main {
	background: white url(images/bikepic.jpg) no-repeat scroll left top;
	border: black solid 1px;
	color: black;
	height: 326px;
	font-family: verdana;
	font-size:8pt;
	height:326;
	margin: 0px 35px;
/*	padding: 0px 10px 0px 402px; */
}
#stuff {
 	/* width: 493px;  */
 	width: 488px;
	float: right;
}

div#content_main h2 {
	/*	font-family: Georgia,"Times New Roman",Times,serif; */
	font-style: italic;
	font-size: 1.8em;
	background-color: rgb(252,192,0);
	padding: .25em 1em;
	margin: 10px 3px;
	text-align: right;
	letter-spacing: 8px;
}
div#content_main p {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:15px;
	line-spacing: 8px;
	line-height: 15px;
}
div.faith {
	background: transparent url(images/faith.jpg) no-repeat scroll center top;
	color: rgb(226,7,13);
/*	padding: 35px; */
height: 83px;
	text-indent: -5000px;
}
div#foot {
font-family: Verdana,"Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif;
font-size:62.5%;
padding-top: 1em;
text-align: center;
clear: both;
}
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */
.menu2 {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(images/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu2 li {
	float:left;
}
.menu2 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu2 li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu2 li.current a {
	color:#fff;
	background:url(images/button3.gif);
}
.menu2 li.current a b {
	background:url(images/button3.gif) no-repeat right top;
}
.menu2 li a:hover {
	color:#fff;
	background:#000 url(images/button4.gif);
}
.menu2 li a:hover b {
	background:url(images/button4.gif) no-repeat right top;
}
.menu2 li.current a:hover {
	color:#fff;
	background:#000 url(images/button3.gif);
	cursor:default;
}
.menu2 li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
}

/* link menu */
div#links {
  max-width: 630px;
  color:#000000;
  padding:1pt;
/*  margin:0px 0px 0px -38px; */
  float:left;
  list-style-type:none;	
}
#links ul{
	margin:0;
	padding: 0px 0px 180px 0px;
}
#links li{
	width:223px;
	text-align:center;
	list-style-type:none;
	font-size: 9pt;
	line-height:11pt;
	float:left;
	margin:1px 0px 0px 1px;
	padding:0px 8px;
	color: #000000;
	background-color: #6E9ECF;
	border-top: 1px solid #88B0D7;
	border-bottom: 1px solid #264D73;
	border-right: 1px solid #264D73;
	font-family:  Arial, Helvetica, Verdana, Sans;
	font-weight:bold;
}
#links li a{
  text-decoration: none;
  color: #000000;	
  display:block;
}
#links li:hover
{
  background-color: #9CBDDE;
}
#links li:hover a
{
  background-color: #9CBDDE;
}