/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
body {
	background-color: #ccc;
	color: #333;    /* gives some air for the pagewrapper */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body:first-of-type {
	background-color: #ccc;
	color: #333;    /* gives some air for the pagewrapper */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img { border: none; }

html {
     overflow: -moz-scrollbars-vertical;
}

#total {
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
div#header {
	height: 200px;    /* adjust according your image size */
	background: #cccccc;
	width: 850px;
	background-image: url(uploads/images/header.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#header h1 a {
	display: block;
	height: 200px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
#header_menu {
	width: 850px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-align: right;
	margin-right: 5px;
}
#header_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
div#content {
	background-color: #FFFFFF;
	height:auto;
	width:848px;
	margin-right: 0px;
	margin-left:0px;
	background-image: url(uploads/images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #820431;
	border-left-color: #820431;
	padding-top: 15px;
	
}
#sidebar {
	width: 190px;
	float: left;
	text-align: left;
}
#centerContent {
	float: left;
	width: 460px;
	
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
        min-height:300px;
}
#centerContent2 {
	float: left;
	width: 600px;
	
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
        min-height:300px;
}
#rightContent {
	float: left;
	width: 150px;
	
	padding: 5px;
}
div#footer {
	clear: both;       /* keep footer below content and menu */
	color: #fff;
	background-color: #820431; /* same bg color as in header */
	background-image: url(uploads/images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 0px;
	margin-left: 0px;
	height: 100px;
}
div#footer p {
	font-size: 10px;
	padding: 1.5em;       /* some air for footer */
	text-align: right;  /* centered text */
	margin: 0;
}
div#footer p a {
	color: #fff; /* needed becouse footer link would be same color as background otherwise */
}
div.breadcrumbs {
	font-size: 11px;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
	float: right;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #820431;
	padding: 0px;
}
div.breadcrumbs span.lastitem {
	font-weight:bold;
}
div#content_top {
	background-color: #ffffff;
	height: 16px;
	width: 850px;
	background-image: url(uploads/images/background_top.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
}

#spacer {
	background-color: #CCCCCC;
	height: 20px;
	width: 850px;
}


p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* End of 'Layout: Left sidebar + 1 column' */

