/* Start of CMSMS style sheet 'Layout' */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: auto;
	width: 930px;
}
#header {
}
#banner {
}
#content_wrapper {
	padding-top: 15px;
	padding-right: 1px;
	padding-left: 1px;
}
#cont_left {
	float: left;
	width: 680px;
	border: 1px solid #BAC3D4;
	min-height: 500px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
		-moz-border-radius: 10px;
	/* IE-specific */
	    behavior: url(border-radius.htc);
    border-radius: 50px;
background-color: #FFFFFF;
}
#cont_right {
	float: right;
	width: 195px;
	padding: 0px;
	min-height: 500px;
	text-align: center;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAC3D4;
	margin-top: 16px;
}
#footwrap {
	margin: auto;
	width: 930px;
}

#copy {
	font-size: 12px;
	padding: 14px;
	width: 500px;
	float: left;
}
#dev {
	float: right;
}


h3 {
	color: #61779E;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAC3D4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #BAC3D4;
}

/* End of 'Layout' */

