/* 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);
}

a:link, a:active, a:visited {
        font-size: 12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #19348c;
}

a:hover {
       color: #81961c; /* bfd848; */
}

#page {
	margin: 0 auto;
	width: 740px;
	text-align: left;
	padding: 0px;
	background: url(uploads/images/layout/page_bg.png) repeat-y center top #fff;
	border: solid 7px #fff;
}

#header {
	background: url(uploads/images/layout/header.png) no-repeat;
	text-align: right;
	height: 105px;
}

#header p {
	color: #fff;
	font-weight: bold;
	padding: 30px 20px 0px 0px;
}

#menu {
	background: #d2c8b0;
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}

#side {
	width: 200px;
	float: left;
}

#side_img {
	border-bottom: solid 3px #fff;
}

#content_wrapper {
	float: right;
	width: 540px;
}

#content {
	padding: 10px 20px 0px 20px;
}

#content p {
	margin-bottom: 12px;
}

#footer {
	margin-top: 5px;
	color: #ccc;
	text-align: right;
        clear: both;
}

/* 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' */

