/* Start of CMSMS style sheet 'BSC Layout' */
body {
	color: #000;
	font-size: 1em;	
	font-family: "Helvetica Neue", Helvetica, Arial,  sans-serif;
	background-color: #D1D1D1;
	background-image: url(uploads/images/template/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 50px;
	position: relative;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#header_area{
	width: 700px;
	height: 179px;
	background-image: url(uploads/images/template/logo_right_top.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #555;
/*	border-right: 1px solid gray;*/
	float: left;
}

#header{
	width: 119px;
	height: 179px;
	text-align: left;
	float:left;
	border-right: 1px solid #555;
}

#nav_top {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	width: 580px;
	height: 28px;
}

#content_area{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 811px;
}

#side_bar {
	font-size: 10px;
	margin: 0px;
	width: 111px;
	float: left;
}

#content_container {
	text-align: left;
	width: 600px;
	float: left;
	padding: 0px;
    padding-bottom: 50px;
	margin-right: 100px;
}

#content {
	background-image: url(uploads/images/template/logo_right_bottom.gif);
	background-repeat: no-repeat;
	padding: 50px 0px 50px 0px;
	text-align: left;
	margin: 0px;
	width: 700px;
	float: left;
	background-color: #FFF;
	clear: left;
}

#footer {
	padding: 65px 0px 0px 0px;
        background-image: url(uploads/images/template/content_cap.gif);
        background-repeat: no-repeat;
        margin: 0px;
	text-align: center;
	float: left;
	width: 700px;
        height: 30px;
        font-size: 0.7em;
}
#footer p {text-align: center;}

#gutter {
	float: left;
	width: 100%;
	border-top: 1px solid #555;
	height: 150px;
	background-color: #323232;
}
/* End of 'BSC Layout' */

