/* Start of CMSMS style sheet 'Layout' */
/* Global Resets */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin: 0;
	padding:0;
}

a:link img, a img {
	border: none;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#535353;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin: 20px;
	background: url(uploads/images/layout/body_bg.png);
}

#page {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0px;
	background: url(uploads/images/layout/page_bg.png) repeat-y center top #fff;
}

#header {
	border-bottom: solid 2px #fff;
}

#header img {
	display: block;
}

#menu_line {
	line-height: 5px;
	font-size: 1px;
	background: #880000;

}

#menu {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	background: #9f915f;
	padding: 4px 20px;
}

#side {
	float: left;
	width: 200px;	
}

.dunns {
	background: url(uploads/images/layout/dunns_bg.jpg) no-repeat;
	padding-top: 150px; 
	height: 400px;
}

.lime {
	background: url(uploads/images/layout/lime_bg.png) no-repeat;
	padding-top: 190px; 
	height: 360px;
}

#content_wrapper {
	float: right;
	width: 780px;
}

#content {
	padding: 15px 25px 25px 25px;
}

#footer_line {
	line-height: 5px;
	font-size: 1px;
	background: #9f915f;
	clear: both;
}

#footer {
	border-top: solid 2px #fff;
	background: #880000;
	padding: 5px 10px;
	color: #fff;
	text-align: right;
}

#sub_footer {
	margin-top: 10px;
}

/* Clearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* End of 'Layout' */

