* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body { 
padding:0; 
background: #fff url(img/bg.jpg) repeat-x; 
font: 0.8em/1.5 "arial",sans-serif; 
color: #000; 
text-align: center; 
}

 
/* layout ---------------------------------------------------------------------- */
#layout { 
width:800px; 
margin:0 auto; 
text-align:left; 
}
 #header { position: relative; height:80px; background:url(img/header.jpg) no-repeat; }
#header fieldset{border: 0; margin:0; padding:0;}
#logo {
margin: 0;
line-height: 120%;
font-size:230%;
padding: 30px 0 0 30px;
}
#logo a{color: #ffecd5;font-weight: normal;text-decoration: none;}
#logo a:hover{color: #fff;}

#slogan{
background: #e6820c;color: #fff;padding: 1px 5px;margin-left: 30px;
}

#quicknav{
position: absolute;
top: 2px;
right: 0px;
}
 #nav { }
#nav ul {margin:0 0 0 0px; padding:0; list-style:none;}
#nav ul li {float:left; display:block; margin:0; padding:0;}
#nav ul li a {
display: block; 
float: left;
padding: 15px 15px;
text-align: center;
color: #FFFFFF;
text-decoration: none;
background: url(img/nav-sep.jpg) no-repeat right 50%;
}
#nav ul li a.nosep{background: none;}
#nav ul li a:hover {
text-decoration: underline;
}
#nav ul li#active a {
font-weight: bold;text-decoration:underline;}
 
#page-wrap {
	width: 460px;
	padding: 20px 50px 20px 10px;
	min-height: 500px;
	height: auto !important;
	
}

#contact-area {
	width: 600px;
	margin-top:10px;
	padding:0 auto;
}

.title{
    background-color:#00CC33;
    border-top: 1px solid #00CC33;
    border-bottom: 5px solid #006633;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	border-radius:10px;
}
#imgleft{
width:auto;
height:200px;
float:left;
padding:10px;}
.bigbox{
border: 1px solid #00CC33;
border-radius:10px; 
border-bottom:5px solid #006633;
margin:20px 20px;
 width:650px; height:400px;

}
