/* Start of CMSMS style sheet 'ronbrown' */
@charset "utf-8";
/* CSS Document */

body {
	background-color:#d2b48c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-image:url(uploads/images/top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

div#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div#headerImage {
	background-image:url(uploads/images/logo.jpg);
	text-align:left;
	padding:0px;
	margin:0px;
	width:431px;
	height:79px;
	border-bottom:3px #d2b48c solid;
}
div#background {
	width:100%;
	background-color:#e9dac7;
	margin:0px;
	padding:0px;
	border-bottom: 1px #938376 dashed;
}

div#content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div#navigation {
	float:left;
	width:190px;
	border-left: 1px #938376 solid;
	padding:10px;
        padding-top0px;
	margin-left:0px;
}
	
div#text {
	float:right;
	width:567px;
	border-left: 1px #938376 solid;
	border-right: 1px #938376 solid;
        padding:10px;
        padding-top:0px;
}

div#footer {
        clear:both;
}

div#global {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	text-align:center;
	border-bottom: 1px #938376 dashed;
        font-size:75%;
}	

div#global a {
	color:#660000;
	text-decoration:none;
}

div#global a:hover {
	text-decoration:underline;
}

.h1 {
	font-size:110%;
	color:#660000;
	font-weight:bold;
	letter-spacing: 0.2em;
}


/* End of 'ronbrown' */

