@charset "utf-8";
/* CSS Document */

/* Heading */

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold;  }

h1 { font-size:24px; color:#000; }
h2 { font-size:20px; }
h3 { font-size:16px; margin-bottom:5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

a:link		{ font-weight: bold; color:#FFC }
a:visited	{ color: #7ac1b7; }
a:hover		{ font-weight: bold; color: #9e2520; }
a:active	{ color: #000; }
a:focus		{ color: #00F; }
p			{ color:#000; font-size:13px; line-height: 140%; margin:15px 0; }

/* overall containter for all items */

#container {
	background-color: #BA9557; padding: 0px; height: 925px; width: 1100px;
	margin-right: auto; margin-left: auto;
	font-family: "Century Gothic", Century, Verdana; font-size: 1.2em; text-align: left;
	color: #313030;
}
#container #left_side {
	background-color: #00533F; height: 600px; width: 220px;
	clip: rect(0px,auto,auto,0px);
	float: left; margin-top: 0px; margin-left: 5px; top: 0px; left: 5px; padding-top: 20px;
}
#container #main {
	background-color: #FDFDFE;
	height: 570px; width: 812px; left: 5px; top: 0px;
	float: right; margin-top: 0px; margin-right: 5px; margin-left: 0px; margin-bottom: 0px;
	padding: 25px;
}
#container #main #content {
	margin: auto; padding-top: 0px 0px 0px 0px;
	position: relative;
}

/* Header & Logo Block */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #8A7B41;
	height: 77px;
	padding-top: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	top: 610px;
	left: 5px;
	width: 1088px;
}