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


html, body {
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
	background-color: #2B1809;
	background-image: url(images/wood2.jpg);
}
.logo, .logo a:hover {
	border: 0;
}
#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
}
#header, #header a:link, #header a:visited {
	height: 135px;
	background-color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	border-bottom:0px;
}
#navarea, #navarea a, #navarea a:visited, #navarea a:hover {
	background-color: #5B3E1C;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: none;
	border-bottom:0px;
}
#navarea a:hover {
	background-color: #006699;
	text-decoration: none;
}
#main {
	width: 950px;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}
#left {
	background-color: #FFFFFF;
	width: 200px;
	float:left;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	clear: left;
	padding-right: 15px;
}
#center {
	background-color: #FFF4E6;
	float:left;
	width: 375px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-left: thin solid #2b1809;
	border-right: thin solid #2b1809;
}
#right {
	background-color: #FFFFFF;
	float:right;
	width: 280px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
}
#footer {
	background-color: #006699;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	border-top: medium solid #2b1809;
	line-height: 12px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2A1909;
}
#header h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
}
#top {
	background-color: #FFFFFF;
	width: 950px;
	clear: both;
	border-bottom: thin solid #2b1809;
	height: 170px;
}
#random {
	width: 540px;
	float: left;
	border-right: thin solid #2b1809;
}
#topright {
	width: 380px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
