/* CSS Document */

body {
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #574A2A;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#center {
	height: 251px;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#sidebar {
	height: 730px;
	width: 181px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/sidebar_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	top: auto;
	text-decoration: none;
	float: left;
}

#sidebar_long {
	height: 1000px;
	width: 181px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/sidebar_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	top: auto;
	text-decoration: none;
	float: left;
}

a:link {
	color: #574A2A;
	text-decoration: none;
}
a:hover {
	color: #A4A993;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}


#content {
	width: 501px;
	float: right;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}		

#content_welcome_only {
	width: 511px;
	float: right;
	text-align: left;
	background-image: url(../_images/us_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 570px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}		

#footer {
	font-weight: bold;
	background-image: url(../_images/flourish2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#side_header {
	font-weight: bold;
	color: #584B2A;
	text-decoration: none;
	padding-left: 10px;
	font-size: 12px;
	line-height: 22px;
	background-image: url(../_images/sidebar_headers.jpg);
	height: 25px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 4px;
}

.side_item {
	font-weight: bold;
	color: #584B2A;
	text-decoration: none;
	padding-left: 28px;
	font-size: 12px;
	line-height: 16px;
	height: 700px;
}
