﻿body
{
	background-image: url(Images/bkgrnd.gif);
	background-repeat: repeat;
	background-color: #000;
	color: #FFF;
	font-family: Arial;
}
    	
#wrapper
{
	border: solid 7px #930;
	margin: 0 auto;
	width: 900px;
}

#header-container
{
	background-image: url(Images/background-header.jpg);height:98px;
	border-bottom: 2px solid #000;
}
		
#header
{
	width: 100%;
}

#header-filler-left
{
	background: url(Images/filler-large-bottom.png) no-repeat;
	width: 252px;
	height: 98px;
}
		
#logo-container
{
	background: url(Images/filler-medium-bottom.png) no-repeat right bottom;
	height: 98px;
	padding-left: 75px;
}

.navigation
{
	border-right: 7px solid #930;
	background: url(Images/nav-34.png) no-repeat bottom;
	color:#000;
	font-weight: bold;
	width: 169px;
	text-align: center;
}

.navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li
{
	display:block;
	margin: 0 auto;
	padding: 2px 0;
	font-weight: bold;
	font-size: 12pt;
}

.navigation li a:link, .navigation a:active, .navigation a:visited
{
	text-decoration: none;
	color: #000;
}

.navigation li a:hover
{
	color: #FFF;
}

.nav-divider
{
	background: url(Images/spacer-Black50.png) repeat;
	width: 85%;
	height: 3px;
	margin: 10px auto;
}

.onblack-divider
{
	background: #930 url(Images/spacer-Black50.png) repeat;
	width: 85%;
	height: 1px;
	margin: 10px auto;
}

.address
{
	width: 160px;
	font-size: 12px;
	margin: 0 auto;
}

#authentication
{
    color: #000;
    width:955px;
    margin: 0 auto 5px auto;
    text-align:right;
}

#authentication a
{
	font-weight: bold;
	color: #930;
	text-decoration: none;
}

#footer
{
	text-align: center;
	width:955px;
	height: 35px;
    margin: 5px auto;
    color: #000;
    font-size: 8pt;
}

h1 { font-size: 24pt; margin: 0 0 5px; font-weight: bold; }

.post-title { font-size: 12pt; font-weight: bold; }

a:link, a:visited, a:active
{
    color: #E97005;
    text-decoration: underline;
}
a:hover
{
    color: #333;
    text-decoration: none;
}
a img
{
    border: 0;
}

#content-area
{
	padding: 10px;
	background: url(Images/filler-long-top.jpg) no-repeat top right;
}

.title
{
	margin-bottom: 5px;
}

#bikeBrands td
{
	height: 100px;
	text-align: center;
}