/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .80em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #F3F3F3 url(img/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #961900;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #961900;
	background-color: inherit;
  text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #961900 } 
h2 { font-size: 1.4em; color: #C92207; text-transform:uppercase;}
h3 { font-size: 1.3em; color: #861502 }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: url(img/wrap.gif) repeat-x;
	width: 925px;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 10px 0px 0px 5px;
	background: url(img/wrap.gif) repeat-x;
  height: 100%;
}

/* header */
#header {
	position: relative;
	height: 105px;	
	background: #F2E9D4 url(img/headerbg.gif) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}

/* main */
#main {
	float: left;
  background: #FFFFFF;
	margin-left: 15px;
	padding: 0;
	width: 73%;		
}

/* sidebar */
#sidebar {
	float: left;
  background: #FFFFFF;
	width: 24%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #F2E9D4;
	border-left:10px solid #961900;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #AD9676;
	color: #FFFFFF;
	border-left:10px solid #202020;
}

/* Footer */
#bottominfo{
clear: both; 
		border-top: 5px solid #961900;
    background-image:url('img/footer.png');
    background-repeat:repeat-x;
		padding-bottom:25px;
		width: 100%;
		overflow: hidden;
	}
.bottomcolumn{
		float: left;
		width:300px;
		margin-right: 18px;
	}
.bottomright{margin-right:0;}


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
