@charset "utf-8";

* {margin:0; padding:0}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535252;
	background: #465506 url(images/bg_body.png) repeat-x;
}

p  {
	line-height: 1.6em;
	margin-bottom: 1.6em;
	}
	
ul, ol {margin: 0 0 1.6em 1.6em;}
li { line-height: 1.6em; }
	
p.green {
	font-size: 1.2em;
	font-weight: bold;
	color: #42551a;
	}

#top, #nav, #page_ttl, #wrap, #footer {
	width: 838px;
	margin: 0 auto;
	}

#top h1 {
	display: block;
	width: 320px;
	height: 82px;
	margin: 20px 0 16px 26px;
	background: url(images/logo.gif) no-repeat;
	}
#top h1 strong {display: none}

#nav {
	height: 45px;
	background: url(images/bg_nav.png) no-repeat;
	}

#nav ul {margin-left: 28px; list-style-type: none; }

#nav li {float: left}

#nav li a {	
	display: block;
	height: 45px;
	margin-right: 8px;
	}
#nav li a em {display: none;}

#nav li a.m1 {width: 96px; background: url(images/m1.gif) no-repeat;}
#nav li a.m2 {width: 116px; background: url(images/m2.gif) no-repeat;}
#nav li a.m3 {width: 118px; background: url(images/m3.gif) no-repeat;}

#nav li a:hover, #nav li a.current { background-position: bottom}

#slideshow {
	clear: both;
	width: 838px;
	height: 238px;
	margin: 0 auto 16px auto;
	}

#page_ttl {
	height: 29px;
	padding-top: 12px;
	background: url(images/bg_pagettl.png) no-repeat;
	}
	
#page_ttl h1 {display: block; height: 17px; margin: 0 0 0 32px;}
#page_ttl h1 strong {display: none;}

#page_ttl h1.home {width: 299px; background: url(images/h1-welcome.gif) no-repeat;}
#page_ttl h1.about {width: 137px; background: url(images/h1-about.gif) no-repeat;}
#page_ttl h1.contact {width: 169px; background: url(images/h1-contact.gif) no-repeat;}

#wrap {
	padding-bottom: 5px;
	background: url(images/bg_wrap-bottom.gif) left bottom no-repeat;
	}
	
#content {background: url(images/bg_content.png) repeat-y;width: 838px;}

#bodycopy {
	float: left;
	width: 586px;/* 650px;*/
	padding: 32px;
	background: #FFF url(images/bg_bodycopy.png) left bottom repeat-x;
	}
#sidebar {
	float: left;
	width: 188px;
	}
.side_home {height: 380px; background: #999 url(images/img_sidebar-home.jpg) no-repeat;}
.side_about {height: 380px; background: #999 url(images/img_sidebar-about.jpg) no-repeat;}
.side_contact {height: 370px; background: #999 url(images/img_sidebar-contact.jpg) no-repeat;}

#footer {
	margin-top: 2px;
	padding-top: 8px;
	height: 50px;
	background: url(images/bg_footer.png) no-repeat;
	color: #c0c4aa;
	}

#footer p {margin: 0 28px;}

#footer a {color: #FFF; text-decoration: none;}
#footer a:hover { text-decoration: underline}
