body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #fff url(images/bg.jpg) repeat-x;
margin: 0;
padding: 0;
}

a { color: #658F00; text-decoration: none;}
a:hover { text-decoration: underline; }

h1 {
margin: 0;
padding:40px 0 0 30px;
font-weight: 100;
font-size: 23px;
letter-spacing: -2px;
}
h1 a { text-decoration: none; color: #FBFEF4; }
h1 a:hover { border-bottom: 1px dotted #FBFEF4; color: #FBFEF4; text-decoration: none;}

#wrap { 
width: 800px;
margin: 20px auto;
}

#header {
background: url(images/header.png) no-repeat;
height: 120px;
}

#contentwrap {
background: url(images/content.png) repeat-y;
padding: 0 30px;
}

#content {
	float: left;
	width: 500px;
	margin-top: 10px;
}
#content h2 {
margin: 0;
color: #658F00;
line-height: 30px;
font-size: 19px;
font-weight: 100;
letter-spacing: -1px;
}

#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: right;
margin-top: 13px;
width: 220px;
}

#sidebar h3 {
background: url(images/sidebarh3.png) no-repeat;
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 20px 15px;
list-style-type: none;
}

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}

#outbar {
float: right;
margin-top: 13px;
width: 220px;
}

#outbar h3 {
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #fff;
}

#outbar p { padding: 0 10px 10px 10px; color: #232323; }

#outbar ul {
padding: 10px 0 20px 15px;
list-style-type: none;
}

#outbar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}

#footer { 
background: url(images/footer.png) no-repeat;
text-align: center;
color: #fff;
height: 70px;
line-height: 70px;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
/* clearing & floating */
.clearingfix{display:inline-block;}
* html .clearingfix{height:1%;}
.clearingfix{display:block;}
* html .floatbox{width:100%;}
.ie_fix_floats{width:100%;padding:0 1px 0 1px;margin:0 -1px 0 -1px;overflow:hidden;}
.floatholder{height:1%;}
/* * html #left{position:relative;}*/
/* * html #right{position:relative;}*/
/* * html #main{position:relative;}*/
/* force hasLayout */
#wrapper, #header, #top, #middle, #bottom{zoom:1;}
/* Doubled Float Margins */
* html #left{display:inline;}
* html #right{display:inline;}
* html .float-left{display:inline;}
* html .float-right{display:inline;}
/* IE and italics Problem */
* html #left_container{overflow:visible;}
* html #right_container{overflow:visible;}
* html #main_container{overflow:visible;}
* html i, * html em{overflow:visible;display:inline-block;}
/* Expanding Box Problem */
* html #left_container{word-wrap:break-word;}
* html #right_container{word-wrap:break-word;}
* html #main_container{word-wrap:break-word;}
/* * html ul{position:relative;}*/
/* * html ol{position:relative;}*/
/* * html dl{position:relative;}*/
/* * html blockquote{zoom:1 }*/
a, a:hover{background-color:transparent;}