html, body {
margin : 0;
padding : 0;
}
body {
color : #333;
background : url(images/body_bg.jpg) center 0%;
width : 100%;
}
			/*box properties*/
#box {
	width : 780px;
	margin : 0 auto;
	padding : 0;
	background : transparent;
	color : #333;
	line-height : 1.5em;
	border : 1px solid #eee;
}
			/*banner properties*/
#top {
margin : 0;
padding : 0;
width : 780px;
color : #5f3e6d;
background : #fff url(images/header_sml.jpg) center 0%;
border-bottom : 10px solid #c6d9cb;
height : 190px;
}


#top a:link, #top a:visited {
color : #000;
background : inherit;
text-decoration : none;
}
#top a:hover {
color : #6f8c8c;
background : inherit;
text-decoration : none;
}
			/*main menu container properties*/
#navcontainer {
	margin : 0;
	padding : 0 0 0 150px;
	height : 44px;
	border-bottom : 0 solid #666;
	background : #9988aa;
}
			/*left sidebar properties*/
#leftnav {
float : left;
width : 200px;
margin : 0 0 0 0;
padding : 10px 10px 450px;
border-right : 0 dashed #798e7e;
color : #333;
background :  #fff url(images/treelongbox.jpg) repeat-y;
}
			/*main content  properties*/
#content {
	margin : 0 0 0 200px;
	padding : 20px;
	background : #fff;
	color : #333;
}
#content p {
margin : 10px;
}
			/*footer properties*/
#footer {
clear : both;
margin : 0;
padding : 0.5em;
font-size : 0.8em;
color : #333;
background : #fff;
border-top : 10px solid #c6d9cb;
}
#footer img {
float : right;
}
* > html #footer img {
margin : 0;
}
			/*header properties*/			
h2 {
	margin : 0;
	padding : 20px 0 5px 5px;
	font : 120% helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
	text-transform : uppercase;
	text-align : left;
	letter-spacing : normal;
	border-bottom : 1px solid #eee;
	color : 466d45;
	background : transparent;
}
h3 {
margin : 20px 0 0 5px;
padding : 20px 0 5px 10px;
font : 110% helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
letter-spacing : 5px;
text-transform : none;
color : 466d45;
background : transparent;
}
h4 {
margin : 20px 0 0 20px;
padding : 10px;
font : 80% helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
letter-spacing : 5px;
color : #7a8790;
background : inherit;
}
			/*class properties*/
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
img {
border : none;
}
.imgright {
float : right;
border : 0 solid #430729;
margin : 5px 15px 10px 10px;
padding : 5px;
}
.imgleft {
float : left;
border : 0 solid #90b905;
margin : 5px 15px 10px 0;
padding : 5px;
}
.capital {
float : left;
color : #9988AA;
font-size : 75px;
font-weight : normal;
line-height : 50px;
padding : 5px 0 0 0;
font-family : helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
background : transparent;
}
			/*link properties*/
a:link, a:visited {
color : #6f8c8c;
background : inherit;
text-decoration : none;
}
a:hover {
color : #520934;
text-decoration : none;
background : inherit;
}
a:active {
color : #f5de1e;
text-decoration : none;
background : inherit;
}
