body {
margin-left: 10px; 
text-align: center;
width: 95%;
}

#wrap {
width: 896px;
text-align: left;
border: 0px; 
padding: 0px;  
margin: 0 auto; 
}

#header {
width: 896px;
height: 252px;
background: url(images/header.png) no-repeat;
}

#title{
position: absolute;
margin-top: 65px;
margin-left: 75px;
width: 180px;
font-family: Trebuchet MS, Arial;
}

#title a, #title a:visited {
font-size: 18px;
line-height: 20px;
color: #fff;
text-decoration:none;
}

#title span {
color: #fff;
font-size: 11px;
display: block;
margin-top: 10px;
}

#container {
width: 896px;
border: 0px solid red;
}

#content-holder {
width: 651px;
float: left;
}

#content-styler {
font-family: Trebuchet MS, Arial;
font-size: 13px;
margin-top: 5px;
margin-left: 22px;
margin-right: 10px;
border: 0px;
}


.navigation  a{
color: #e77817;;
text-decoration:none;
border-bottom: 1px dotted #44998b;
font-size: 11px;

}

#colright{
width: 245px;
float: left;
background: url(images/sidebar-middle.png) repeat-y;
}
#colright-top{
width: 245px;
height: 13px;
background: url(images/sidebar-top.png) no-repeat;
}

#colright-bottom{
width: 245px;
height: 12px;
background: url(images/sidebar-bottom.png) no-repeat;
}

#sidebar{
margin-left: 15px;
list-style-type: none;
text-align: left;
font-family: Trebuchet MS, Arial;
}

#sidebar a, #sidebar a:visited {
text-decoration: none;
border-bottom: 1px dotted #44998b;
color: #e77817;
}

#sidebar a:hover{
border-bottom: 1px solid #44998b;
}


#sidebar ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#sidebar li {
font-size: 11px;
}

#sidebar h3 {
margin-top: 4px;
margin-bottom: 0px;
padding: 0px;
text-align: left;
color: #4c4b4a;
font-size: 15px;
}

#sidebar li h2 {
margin: 0px;
padding: 0px;
text-align: left;
color: #4c4b4a;
font-size: 15px;
}

#search{
margin-top: 8px;
}

#clear {
clear: both;
width: 896px;
height: 2px;
}

#footer  {
width: 896px;
height: 34px;
margin-top: 10px;
background: url(images/footer.png) no-repeat;
}

#copyright {
position: absolute;
margin-top: 8px;
margin-left: 20px;
font-family: Trebuchet MS, Arial;
font-size: 11px;
color: #fff;
}



.post {
margin: 0px;
border: 0px;
}

.post h2, .post h1{
margin: 0px;
border: 0px;
font-size: 25px;
color: #44998b;
}

.post h2 a, .post h2 a:visited {
color: #44998b;
text-decoration: none;
}

.post h2 a:hover {
color: #e77817;
border-bottom: 1px dotted #44998b;
}

.post img {
border:0px;
margin: 2px;
}


.entry {
margin: 0px;
padding: 0px;
color: #4c4b4a;
}

.entry a, .entry a:visited {
color: #44998b;
text-decoration:none;
border-bottom: 1px dotted #e77817;
}

.entry a:hover {
border-bottom: 1px solid #e77817;
}

.postmetadata {
font-size: 11px;
}

.postmetadata span{
float: right;
margin-right: 20px;
}

textarea {
width: 400px;
}



/* MENU */

#menu {  
position: absolute;
margin-top: 165px;
margin-left: 150px;
font-family: Trebuchet MS, Arial;
}

/* Main Navbar */

#nav {
	position:relative;
	width:940px;
	margin: 0 auto;
	padding: 0px;
	list-style:none;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float:left;
}

#nav a {
	margin: 0px;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 13px/13px Trebuchet MS, Verdana, Tahoma, sans-serif;
}

#nav a, #nav a:hover {
	display: block;
	float: left;
	height: 27px;
	margin: 0 20px 0 0;
	padding: 13px 0 0 0;
	font:bold 15px/15px Trebuchet MS, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

/* add rollover to top menu */

#nav li a:hover {
	text-decoration: overline;
}

#nav li {
	float: left;
	list-style:none;
}
	
/* Dropdown Menus */
	
#nav {
	position:relative;
	width:940px;
	margin: 0 auto;
	padding: 0px;
	list-style:none;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	float:left;
}

#nav a {
	margin: 0px;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 13px/13px Trebuchet MS, Verdana, Tahoma, sans-serif;
}

#nav a, #nav a:hover {
	display: block;
	float: left;
	height: 27px;
	margin: 0 20px 0 0;
	padding: 13px 0 0 0;
	font:bold 15px/15px Trebuchet MS, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
}

/* add rollover to top menu */

#nav li a:hover {
	text-decoration: overline;
}

#nav li {
	float: left;
	list-style:none;
}
	
/* Dropdown Menus */
	
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #e77817;
	z-index: 100;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #e77817;
	border-right: 1px solid #e77817;
	border-left: 1px solid #e77817;
	background: #fff;
}

#nav li li a, #nav li li a:hover {
	width: 162px;
	height: auto;
	padding: 5px;
	font-weight:normal;
	color: #44998b;
}

#nav li li a:hover {
	background: #fff;
	text-decoration: underline;	
	color: #44998b;
}
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	top: 40px;
	left: auto;
}