/* Page Formatting */

* {
	margin:0;
	padding:0;
	}

body {
/*	background-color:#fcfcfc;
	background-image:url(images/background.gif); 
	background-repeat:repeat-x; */
	background: #fff url(../images/bgbody.gif) repeat-y center top;
	font:12px "Trebuchet MS", Arial, Verdana;
	color:#eee;
	text-align:left;
}
a {
	color:#fff;
	text-decoration:none;
	}
a:hover {
/*	color:#E9BF1B; */
	text-decoration:none;
	}
img, img a {
	border:0;
	}
p {
	line-height:1.7em;
	margin-bottom:20px;
}

/* Page Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	}
#header {
	height:200px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	margin-bottom:12px;
	vertical-align: middle;
	}
#logo {
	height:35px;
	width:30px;
	float:left;
	margin-top:80px;
	background-image:url(../images/logo2.gif);
	background-repeat:no-repeat;
	}
#sidebar {
	float:left;
	text-align:left;
	width:160px;
	padding:10px;
/*	background-image:url(images/bg-sidebar.gif);
	border:1px solid #efefef; */
	color:#eeeeee;
	}
#mainbody {
	background-color: #665e33;
	background-image:url(../images/hmbackground.gif); 
	background-repeat:repeat-y;
	padding-right:10px;
	padding-bottom:10px;
	}
#content {
	margin-left:190px;
	min-height:450px;
	}
#fullcontent {
	margin-left:10px;
	}
#footer {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	line-height:16px;
	color:#999999;
	font-weight:bold;
	}

/*  Headings */

h1 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:1.8em;
	padding-bottom:0;
	}
h1 a {
	text-decoration:none;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-weight:bold;
	font-size:13px;
	}
h3 {
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	}
h3 a {
	color:#ffffff;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}

ul {
	margin-left:30px;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin:0 0 10px 0;
	}
#sidebar li {
	list-style-type:disc;
	margin-left:14px;
	}
#sidebar a {
	font-weight:normal;
	}
#sidebar a:hover {
	text-decoration:underline;
	}

/* Classes */

.item {
	margin-bottom:10px;
	}
.meta {
	margin-bottom:10px;
	color:#fff;
	}

/* Extra's */

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#sub {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#sub a:hover {
	text-decoration:none;
	}
	
ul#navlist
{
width: 158px;
\width: 160px;
w\idth: 158px;
padding: 0px;
border: 1px solid #554e28;
border-top: 0px;
margin: 0px;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #fff;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #877e4d;
}

ul#navlist li a
{
display: block;
width: 122px;
\width: 158px;
w\idth: 122px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 20px solid #fff;
background: #776f42;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #ffffff; }
div#navcontainer li a:visited { color: #efe5ae; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
background: #5a5229;
}

abbr, acronym, .help {
  border-bottom: 0px dotted #333;
  cursor: help;
  }

.photoborder {
	margin-top:px;
	margin-left:5px;
	margin-right:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:5px;
	background:#fff;
	border:1px solid black;
	text-align:center;
}

* html .photoborder {
	margin-top:px;
	margin-left:5px;
	margin-right:5px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	background:#fff;
	border:1px solid black;
	text-align:center;
}