@charset "utf-8";
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px ridge #4A0809;
	overflow: hidden;
}

#header {
	background-color: #FFFFFF;
	position: relative;
	height: 100px;
	width: 800px;
}
#sidebar {
	background-image: url(../images/sidebar_image.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 130px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 2000px;
	padding-left: 10px;
	margin-bottom: -2000px;
	clear: right;
}
#sidebar p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#textbody {
	padding: 15px;
	width: 620px;
	float: left;
}

#footer {
	clear: both;
	height: 35px;
	width: 800px;
	position: relative;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #4C0A0B;
}

p {
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #F7C592;
	text-decoration: none;
}
a:hover {
	color: #4C0A0B;
	text-decoration: none;
}
a:active {
	color: #D40306;
	text-decoration: none;
}
