@charset "utf-8";

* {margin:0; padding: 0;}

body {
	margin-top: 32px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	background: #dbcfcc;	
}

p {
	line-height: 1.6em;
 	margin-bottom: 1.2em;
 }
 
a {color: #e80000; text-decoration: none;}
a:hover { text-decoration: underline; }

.pic {
	float: left;
	margin: 4px 16px 8px 0;
	padding: 8px; 
	border: 1px solid #f0f0f0;
	}
 
#top, #footer {
	width: 889px;	
	margin: 0 auto;
	padding: 0 22px;
	}
 
#top {
	height: 284px;
	padding-top: 20px;
	background: url(images/bg_top.png) no-repeat;
	}
	
#logo {
	float: left;
	width: 274px;
	height: 284px;
	background: url(images/logo.png) no-repeat;
	}
	
#logo h1 strong {display: none;}

#top-banner {float: left;}

#wrap {
	clear: both;
	width: 893px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/bg_wrap.png) repeat-y;
	}
	
#content {
	padding: 16px 2px 48px 2px;
	background: url(images/bg_content.png) 0 bottom repeat-x;
	}

#sidebar {
	float: left;
	width:280px;
	}
	
#bodycopy {
	float: left;
	width: 569px;
	padding: 0 20px;
	}
	
#bodycopy h1 {margin-bottom: 16px; padding-top: 16px}

#bodycopy h2 {margin-bottom: 10px; padding-top: 12px; font-weight: normal; color: #E9242D; font-size: 1.6em;}

#bodycopy h3 {margin-bottom: 8px; padding-top: 10px; color: #9E2125; font-size: 1.2em;}

#bodycopy ol, #bodycopy ul {margin: 0 0 16px 16px;}

#bodycopy li { line-height: 1.6em; }
	
#nav {margin-bottom: 20px;}
	
#nav li {
	width: 281px;
	height: 24px;
	padding-top: 9px;	
	list-style: none;
	background: url(images/bg_nav-li.png) no-repeat;
	}
	
#nav li a {
	display: block;
	height: 14px;
	margin-left: 84px;
	}
	
#nav li a em {display: none;}

#nav li a.m1 {width: 50px; background: url(images/nav_01.gif) no-repeat; }
#nav li a.m2 {width: 77px; background: url(images/nav_02.gif) no-repeat; }
#nav li a.m3 {width: 102px; background: url(images/nav_03.gif) no-repeat; }
#nav li a.m4 {width: 43px; background: url(images/nav_04.gif) no-repeat; }
#nav li a.m5 {width: 103px; background: url(images/nav_05.gif) no-repeat; }

#nav li a:hover, #nav li a.active {background-position: bottom;}
	
#footer {
	clear: both;
	height: 24px;
	padding-top: 24px;
	text-align: center;
	background: url(images/bg_footer.png) no-repeat;
	}
	
#footer p, #footer a {
	color: #FFF;
	}
	
form #fullname, form #email, form #comment {width: 260px; font: 12px Verdana, Arial, Helvetica, sans-serif; color: #CF4049;}
