body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #45443A;
}
#container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DCDBC0;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}

#main_content {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../../images/page_elements/slwss_07_bkg_main_content.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	float: left;
	width: 480px;
	background-color: #DCDBC0;
}
#main_content a {
	color: #414E36;
	font-weight: bold;
	text-decoration: underline;
}
#main_content a:hover {
	color: #FFC448;
	text-decoration: none;
	font-weight: bold;
}
#main_content h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #36352E;
}
#main_content h3 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #36352E;
}
#main_nav {
	background-image: url(../../images/page_elements/slwss_09_bkg_main_navigation.gif);
	background-repeat: no-repeat;
	width: 234px;
	float: right;
	height: 340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#main_nav li {
	background-image: url(../../images/page_elements/slwss_08_navigation_arrows.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 8px;
	background-position: 0px 4px;
	padding-left: 8px;
	color: #FAA74A;
	font-weight: bold;
}
#main_nav a {
	color: #aeb37d;
	font-weight: bold;
	text-decoration: none;
}
#main_nav a:hover {
	color: #FAA74A;
	text-decoration: none;
	font-weight: bold;
}
#under_main_nav {
	width: 195px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../../images/page_elements/slwss_11_bkg_under_main_navigation.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-right: 15px;
	padding-left: 24px;
	padding-top: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#under_main_nav a {
	color: #414E36;
	font-weight: bold;
	text-decoration: underline;
}
#under_main_nav a:hover {
	color: #FFC448;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	background-color: #DDDDDD;
	background-image: url(../../images/page_elements/slwss_10_footer.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 740px;
	padding-right: 20px;
	padding-left: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEB37D;
	text-align: right;
	padding-top: 12px;
}
#footer_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer_nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	color: #FFC448;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#footer_nav a {
	color: #414E36;
	font-weight: bold;
	text-decoration: underline;
}
#footer_nav a:hover {
	color: #FFC448;
	text-decoration: none;
	font-weight: bold;
}
#footer a {
	color: #414E36;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFC448;
	text-decoration: none;
	font-weight: bold;
}
form {
	border: 1px solid #45443A;
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	}
input {
	color: #45443A;
	background-color: #DCDBC0;
	border: 1px solid #45443A;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin: 0px;
}	
select {
	width: 100px;
	color: #45443A;
	background-color: #45443A;
	border: 1px solid #45443A;
	margin: 0px;
	padding: 0px;
}
textarea {
	width: 350px;
	height: 150px;
	color: #45443A;
	background-color: #DCDBC0;
	border: 1px solid #45443A;
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin-top: 5px;
	border: 1px solid #45443A;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
hr {
	border:none;
	backgroung-color: #fff;
	color: #45443A;
	height: 1px;
	width: 200px;
	background-color: #45443A;
	text-align: center;
}
