body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #D8D7CE;
	background-color: #827E60;
	min-width: 800px;



}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;

}

a:link, a:visited, a:active {
	color:#D8D7CE; text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:underline;
}


div#header {
	margin: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	background-color: #dad5ad;
	color: #333333;
	border-bottom: 6px solid #5F5B3E;

}

div#header p {
	font-size: smaller;

}

div#header a:link, div#header a:visited, div#header a:active {
	color: #333333;
}

div#header a:hover {
	color: #333333;
	text-decoration: underline;
}

div#container {
	width: 825px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	padding-bottom: 20px;


}

div#right_side {
	width: 515px;
	float: right;
	margin: 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}

div#associate {
	font-size: smaller;
	border-bottom: 1px solid black;
	background-color: #5F5B3E;
	padding: 10px;
	margin-bottom: 5px;
}



div#left_side {
	width: 250px;
	margin: 20px;


}

div#left_side h2 {
	font-size: 1.7em;
}


div#footer {
	border-top: 6px solid #5F5B3E;
	width: 100%;
	text-align: right;
	background: #000;
	padding: 30px;
	font-size: .7em;

}

div#footer p {
	width:740px;
	margin: 0 auto;
}

div#footer a {
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	color: #FF9900;

}





