body {
	margin-top: -10px;
	padding: 0;
	background: #f6d177;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #837669;
	background-image: url('images/background.jpg'); background-repeat: repeat-x;
}

A:link {color: orange;}
A:visited {color: orange;}
A:active {color: orange;}
A:hover {text-decoration: underline; color: red;}

label {
     color: #fff;
     font-weight: bold;
     font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
     font-size: 12px;
     padding-right: 7px;
}

h2 {
	margin: 0px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	background: #8a2513;
	font-size: 13px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	min-height: 20px;
}

h3 {
	margin: 0px;
	padding: 4px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 25px;
	min-height: 20px;
    padding: 20px;
}

h4 {
	margin: 0px;
    padding-left: 10px;
	font-weight: normal;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 16px;
    color: #ff8400;
	min-height: 20px;
}

h5 {
	margin: 0px;
	padding-left: 10px;
    font-style: italic;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
    color: #737373;
	min-height: 20px;
}

h6 {
	margin: 0px;
	padding: 4px;
	font-weight: normal;
	color: #FFFFFF;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 15px;
	min-height: 20px;
		background: #8a2513;
    padding: 20px;
}

h1 {
	margin: 0px;
	padding: 4px;
	padding-left: 10px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a43114;
	font-size: 30px;
	min-height: 20px;
    margin-bottom: 10px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 110%;
	text-align: justify;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 13px;
	line-height : 16px;
}

/* Header */

#header{
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	margin-top: 10px;
	min-height: 100px;
}

/* nav */

#nav a{
 font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 font-weight: bold;
 font-size: 12px;
 padding: 10px;
 padding-bottom: 0px;
 text-decoration: none;
 float: right;
 margin-top: 65px;
 color: #464646;
}

#drop_shadow{
    background-image: url('images/drop_shadow.png');
    background-repeat: repeat-y;
    background-position:center;
    width: 920px;
    margin:0 auto;
}

/* Page */

#page {
	width: 902px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 582px;
	background: #e68426;
	background-image: url('images/homepage.jpg');
	background-repeat: repeat-y;
	min-height: 310px;
}

#content p {
	padding: 10px;
}

#top {
	background-image: url('images/rounded_top.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 562px;
    	height: 10px;
	margin-left: 10px;
}

#bottom {
	background-image: url('images/rounded_bottom.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 562px;
    height: 10px;
	margin-left: 10px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	background: #df5f22;
	min-height: 300px;
}

#form {
	background: #f2b126;
	min-height: 262px;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}

/* Footer */

#footer {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	height: 61px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #000;
}

#footer a {
	color: #B03336;
}

#bottom-bg {
	width: 920px;
	margin: 0 auto;
}

.mc-field-group {
    padding: 2px;
}
