/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/****************************  General  *********************************/
body {
	margin: 0;
	padding: 0;
	font-family: arial, georgia, sans-serif;
	font-size: 85%;
	text-align: center;
	background-color: #F4F4E9;
	color: #58595b;
}

a:link,a:visited {
	color: #330066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0;
	color: #330066;
	font-size: 140%;
}

h2 {
	color: #000;
	font-size: 120%;
}

h3 {
	color: #330066;
	font-size: 110%;
}

/****************************  Layout  *********************************/
#container {
	width: 885px;
	margin: auto;
	text-align: left;
}

#header {
	height: 196px;
	background-image: url('/uploads/images/template/header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

#main {
	background-image: url('/uploads/images/template/middle.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#navigation {
	float: left;
}

#content {
	margin-left: 275px;
	padding: 0 30px 10px 0;
}

#footer {
	clear: both;
	height: 35px;
	margin-bottom: 30px;
	background-image: url('/uploads/images/template/footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

/****************************  Navigation  *********************************/
#navigation ul {
	margin: 0;
	padding: 0 0 0 17px;
}

#navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
	font-weight: bolder;
}

#navigation ul li a {
	color: #58595b;
	font-size: 110%;
}

#navigation ul li a.active {
	color: #330066;
	font-size: 110%;
}

#navigation ul li div.active {
	color: #330066;
	font-size: 110%;
}

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

