/*
-------------------------------------------
File: Designer Brown 2 template.css Style Sheet
Created: 14 May, 2005
Last Modified: 18 November, 2005
Author: Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
©2005 Josh Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/






/* BODY CSS STYLES */






body{
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777777;
  text-align: center;
  background: #867851 url('images/body-background.jpg') top repeat-x;
}

a:link, a:visited{
  color: #777777;
  text-decoration: underline;
}

a:hover, a:active{
  color: #4B432A;
  text-decoration: none;
}








/* WRAPPER CSS STYLES */






#wrapper{
  position: relative;
  width: 740px;
  margin: 24px auto;
  text-align: left;
  background: #FFFFFF url('images/wrapper-background.jpg') top repeat-y;
}






/* HEADER CSS STYLES */






#header{
  margin: 0px;
  height: 95px;
  background: #FFFFFF url('images/header-background.jpg') top no-repeat;
}

#header h1{
  margin: 0px;
  padding: 35px 10px 0px 170px;
  font-size: 15px;
  color: #4B432A;
}

#header h2{
  margin: 0px;
  padding: 0px 10px 0px 170px;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}






/* CONTENT WRAPPER CSS STYLES */






#content-wrapper{
  margin: 0px;
  background: transparent url('images/image-background.jpg') top no-repeat;
}

#content-logo{
  background: transparent;
  position: absolute;
  top: 95px;
  left: 142px;
  width: 590px;
  height: 171px;
}







/* NAVBAR CSS STYLES */






#navbar{
  float: left;
  width: 141px;
  background: #A99B70 url('images/sidebar-background.jpg') left repeat-y;
  font-size: 10px;
}

#sidebar{
  margin: 0px;
  padding: 5px 8px 200px 8px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}

#sidebar a{
  color: #FFFFFF;
}

#sidebar .sideHeader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#sidebar p {
}







/* CONTENT WRAPPER CSS STYLES */






#content{
  float: right;
  width: 543px;
  padding: 0px 26px 0px 26px;
  margin-top: 196px;
}






/* FOOTER CSS STYLES */






#footer{
  height: 60px; /* Appease the IE6 gods */
  margin: 0px;
  padding: 25px 20px 20px 163px;
  clear: both;
  text-align: center;
  color: #FFFFFF;
  background: #867851 url('images/footer-background.jpg') top no-repeat;
}

html>body #footer{
  height: auto; /* Reset for non-IE browsers */
}


#footer img{
  display: inline;
  margin: 5px;
}

#footer ul, #footer li{
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#footer a{
  color: #FFFFFF;
}


#ornament {
	background: #867851 url(images/footer-base.jpg) no-repeat center;
	text-align: center;
	padding: 8px 20px 10px 20px;
	z-index: 50;
}







