* { padding:0; margin:0;}

body {
	font:0.85em/1.25 Helvetica, Arial, sans-serif;
	color:#666;
	background:#EAE8F4;
}

#container {
	width:778px;
	border:1px solid #000;
	margin:10px auto;
	background:#fff url(../images/bg_container.jpg) repeat-y 0 0;
}

#container h1 {
	height:129px;
	background:url(../images/bg_header.jpg) no-repeat 0 0;
}

#container h1 a {
	height:129px;
	width:375px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#nav {
	height:33px;
	background:url(../images/bg_nav.jpg) repeat-x 0 0;
	overflow:hidden;
	padding:0;
}

#nav li.mailing {
	width:20%;
}

#nav li.mailing a {
	background:url(../images/bg_nav-mailing.jpg) no-repeat 15px 0;
	text-indent:-9999px;
}

#nav li.mailing a:hover {
	background:url(../images/bg_nav-mailing.jpg) no-repeat 15px -33px;
}

#nav li {
	float:left;
	width:15%;
	height:33px;
	line-height:33px;
	list-style:none;
	text-align:center;
}

#nav li a {
	display:block;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#nav li a:hover {
	background:url(../images/bg_nav.jpg) repeat-x left bottom;
	color:#fff;
}

#content {
	background:url(../images/bg_content.jpg) no-repeat 0 0;
}

#sidebar {
	width:195px;
	float:left;
	padding:105px 15px 0;
	color:#fff;
}

#sidebar h2, #sidebar h3 {
	font-size:1.2em;
	color:#fff;
}

#sidebar a {
	color:#ccf;
}

#content .wrapper {
	background:url(../images/bg_content-bottom.jpg) no-repeat left bottom;
	min-height:325px;
	height:auto !important;
	padding:0 0 40px;
	height:325px;
	zoom:1;
	overflow:hidden;
}

#mainContent {
	padding:70px 120px 0 20px;
	height:auto !important;
	overflow:hidden;
}

p {
	padding:0.25em 5px 0.75em;
}

ul, ol {
	padding:0.25em 35px 0.75em;
}

h2 {
	color:#A84C00;
}

h3 {
	color:#8D82C4;
}


#footer {
	font-size:10px;
	height:31px;
	overflow:hidden;
	color:#fff;
	line-height:31px;
	text-align:right;
	padding:0 25px;
	background:url(../images/bg_footer.jpg) repeat-x 0 0;
	border-top:1px solid #fff;
}

#content fieldset {
	border:0;
	padding:5px 15px;
}

#content fieldset label {
	display:block;
	padding:5px 0 0;
}

#content fieldset textarea {
	width:250px;
	height:5em;
}

.error p {
	color:#c00;
}