/* Start of CMSMS style sheet 'DE Layout' */
body {		
background:url(uploads/images/bg.jpg) repeat-x top #6a7276;
		margin:0px;
		padding:0px;
		padding-top:50px;
		padding-bottom:50px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#555;
		}
	#container {
		background:#FFF;
		width:780px;
		height:auto;
		border:10px solid #FFF;
		margin:0 auto;
		text-align:left;
		position:relative;
		}
	#header {
		height:380px;
		background:url(uploads/images/header.jpg) no-repeat;
		z-index:1;
		}
        .header_content {
                position: relative;
		padding-top:125px;
		padding-left:325px;
                padding-right: 15px;
		z-index:2;
		}
.header_content a {
color:white;
font-weight:bold;
border:1px solid #00FF00;
}
.header_content a IMG {
color:white;
border:none;
}

	#menu {
		width:245px;
		height:100%;
		left:25px;
		padding-left:15px;
		padding-right:15px;
		background:#FFF;
		position:absolute;
		z-index:10;
		text-align:center;
		}
		#nav {
			height:260px;
			padding:10px;
			text-align:left;
			color:#888b8d;
			font-size:16px;
			line-height:24px;
			}
	#content {

		background:#f2eec8;
		padding:20px;
		padding-left:325px;
                padding-right: 15px;
		z-index:2;
		min-height:250px;
		}
		#content a {
			color:#67061a;
			text-decoration:underline;
			}
		#content a:hover {
			color:#812727;
			text-decoration:underline;
			}
		#content p {
			padding:0px;
			margin:0px;
			padding-bottom:10px;
			text-indent:15px;
			}
		#content h1.title {
			color:#6c0909;
			font-size:21px;
			font-style:italic;
			font-weight:bold;
			letter-spacing:-1px;
			margin:0px;
			padding:0px;
			padding-bottom:15px;
			}
                textarea {
			width: 300px;
			height: 150px;
		}

/* End of 'DE Layout' */

/* Start of CMSMS style sheet 'DE Nav' */
#nav ul {
border-top:1px dashed #ddd;
display:block;
margin:0px;
padding:0px;
}
#nav li {
border-bottom:1px dashed #ddd;
display:block;
margin:0px;
padding:0px;
padding:5px;
}
#nav a {
color:#2d3437;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
#nav a:hover {
color:#999999;
}
#nav a.menuactive {
color:#6c0909;
}
/* End of 'DE Nav' */

