/* Start of CMSMS style sheet 'Main' */
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 12px Tahoma, "Times New Roman", Times, serif;
	color: #9D9B9B;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	background-color: #F8F8F8;
	border: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #CD0047;
}

a:hover {
	text-decoration: underline;
	color: #CD0047;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #D21657;
}

.indent {
	width: 770px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

#center {
	width: 1252px;
	margin: 0px auto;
}

#header {
	width: 766px;
	height: 127px;
	margin-left: 234px;
	padding: 35px 0px 0px 20px;
	background: #F8F8F8 url(uploads/images/header.jpg) top left no-repeat;
}

#logo {
	float: left;
}

#nav {
	float: right;
	margin: 5px 30px 0px 0px;
	font-size: 14px;
	text-align: right;
	color: #D3185C;
}

#nav a {
	text-decoration: none;
	color: #BB002D;
}

#nav a:hover {
	text-decoration: none;
	color: #BB002D;
	border-bottom: 1px dotted #E00072;
}

#main {
	width: 1252px;
	height: 836px;
	background: #FFFFFF url(uploads/images/bg.jpg) bottom left no-repeat;
}

#banner {
	width: 724px;
	height: 239px;
	margin: 0px auto;
}

#wrapper {
	width: 700px;
	height: 470px;
	margin-left: 280px;
}

#left {
	width: 500px;
	float: left;
}

#right {
	width: 165px;
	float: right;
	margin-top: 50px;
}

#side {
	width: 150px;
	height: 211px;
	padding: 30px 0px 0px 15px;
	font-weight: bold;
	line-height: 30px;
	color: #CD0047;
	background: url(uploads/images/side.jpg) top left no-repeat;
}

#clear {
	clear: both;
}

#footer {
	width: 690px;
	height: 25px;
	margin: 25px auto 0px auto;
	padding: 0px 14px;
	font-size: 11px;
	line-height: 25px;
	background-color: #FFFFFF;
	border-top: 1px solid #D10155;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #9D9B9B;
}

#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #9D9B9B;
}

#bottom {
	width: 730px;
	margin: 5px 0px 10px 0px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
}
/* End of 'Main' */

