body {
	background-color: #B4B4B4;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
a:link {
	text-decoration: none;
	color:#F63;
}
a:visited {
	text-decoration: none;
	color:#F63;
}
a:hover {
	text-decoration: none;
	color: #000;
	text-decoration:inherit
}
a:active {
	text-decoration: none;
	color: #666;
}
.navigation{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#666;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.titlecontent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#CCC;
	
}
.image{
	border: 1px;
	border-color:#CCC;	
}
.pathway{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	
}
.products {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:550;
	color:#393;
}

#wrapper{
  background-image: url("http://www.brianbjohnson.com/BrianBJohnson/background.png");
  border:0px;
  margin: auto;
  overflow: auto;
  width: 900px;
  position:relative;
}


#header{
  width: 900px;
  height: 50px;	
  z-index:101;
  top:0px;
  left:0px;
}

#header2{
  width: 900px;
  height: 140px;	
  z-index:101;
  top:500px;
  left:0px;
}

#mainimage{
  width: 900px;
  height: 150px;	
  z-index:99;
  top:500px;
  left:0px;
}

#navbar{
  position:absolute;
  top:198px;
  right:150px;
  z-index:110;
}

#logo{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	z-index:102;
}

#maincontent{
  width: 750px;
  padding-left:75px;
  padding-right:75px;
  height: auto;
  text-align:left;
  z-index:105;
  left:0px;
}

#footer{
	margin: auto;
	width: 880px;
	height: 30px;
	
}

#navlist
{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 300px;
	height: 26px;
	z-index:100;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 10px;
font-weight:lighter;
margin: 0 10px 4px 10px;
text-decoration: none;
color:#CCC;
border:0;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
padding-bottom: 0px;
background: transparent;
color:#F63;
border:0;
}

#navlist a:hover { color: #333; }
