@charset "UTF-8";
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.copybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}
#logo {
	height: 180px;
	width: 850px;
	margin: 0 auto;
	background-color: #660033;
    }
	
#menu {
	width: 850px;
	margin: 0 auto;
	background-color: #d9a45e;
	height: 40px;
    }

#container {
	width: 850px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 30px;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: bottom;
	background-repeat: no-repeat;
}

body {
	background-color: #480A27;
	background-repeat: no-repeat;
	margin-top: 30px;
	background-position: center;
}
