* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #392539 url(../images/main-back.gif) no-repeat center top;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4c1b4a;
	font-size: 2em;
	font-weight: lighter;
	}

#header {
	width: 750px;
	margin: 0 auto;
	padding-bottom: 35px;
	}
	
#header-left {
	float: left;
	width: 250px;
	padding-top: 18px;
	}
#header-right {
	float: right;
	width: 490px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 34px;
	}
#header-right h2 {
	display: none;
	}
#header-right ul {
	list-style-type: none;
	margin-top: 38px;
	}
#header-right ul li {
	list-style-type: none;
	float: right;
	}
#header-right ul li a {
	color: #ffffff;
	border-top: 1px solid #673e67;
	background: #4c314c url(../images/top-button-back.gif) repeat-x center top;
	padding: 10px;
	margin-left: 5px;
	}
#header-right ul li a:hover {
	color: #ffffff;
	border-top: 1px solid #816381;
	background: #4c314c;
	padding: 10px;
	margin-left: 5px;
	text-decoration: underline;
	}
	
#body-container {
	background: #cfd4c3;
	}
#body {
	width: 760px;
	margin: 0 auto;
	}
#collage {
	width: 760px;
	}

#body-left {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-left: 5px;
	text-align: right;
	}
#body-left h2 {
	color: #4c1b4a;
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.5em;
	margin-right: 25px;
	}
#body-left a {
	color: #4d475a;
	}
#body-left a:hover {
	color: #4d475a;
	text-decoration: underline;
	}
#body-left ul {
	margin-right: 20px;
	padding-bottom: 50px;
	list-style-type: none;
	}
#body-left ul li {
	list-style-type: none;
	font-size: 1.4em;
	line-height: 1.714em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#body-right {
	float: right;
	width: 490px;
	padding: 0 5px 25px 0;
	text-align: left;
	}
#body-right-content {
	margin-left: 10px;
	}
#body-right h2, tr h2 {
	color: #493e49;
	font-size: 1.4em;
	margin: 1.714em 0 0.857em 0;
	}
#body tr p, #body-right p {
	font-size: 1.3em;
	line-height: 1.846em;
	color: #342e34;
	margin: 0.923em 0;
	}
#body-right ul li {
	font-size: 1.3em;
	line-height: 1.846em;
	color: #493e49;
	list-style-type: square;
	margin-left: 30px;
	padding-left: 5px;
	}
#body-right ol li {
	font-size: 1.3em;
	line-height: 1.846em;
	color: #493e49;
	padding-left: 5px;
	margin: 0.857em 0 0.857em 30px;
	}
#body tr a, #body-right a {
	color: #4c1b4a;
	text-decoration: underline;
	}
#body tr a:hover, #body-right a:hover {
	color: #772974;
	text-decoration: none;
	}
	
	
#footer-container {
	background: #392539 url(../images/footer-back.gif) repeat-x center top;
	}
#footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.636em;
	color: #a3a192;
	padding: 28px 0 50px 0;
	}