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

body {
	background-color: #FFFBFA;
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	color: #333;
	margin: 0px;
	text-align: center;
}

body a{
	text-decoration: none;
	color: #C2272E
}

body a:hover{
	color: #611e0a;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

.h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #c2262e;
}

.h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;	
}

#logo {
	position: relative;
	top: 25px;
	float: left;
}

#navigation {
	float: right;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	left: -20px;
	position: relative;
	text-align: right;
	top: -9px;
	left: 1px;
	width: 435px;
}

#navigation li{
	display: inline;
}

#navigation a {
	text-decoration: none;
	color: #111;
	padding-left: 6px;
	padding-right: 6px;
}

#navigation a:hover{
	color: #fff;
	background-color: #c2262e;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation a:active{
	color: #fff;
	background-color: #611e0a;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#banner{
	position: relative;
	z-index: -1;
}

#content{
	position: relative;
	float: left;
	padding: 10px;
	width: 510px;
	height: 500px;
	top: 25px;
	overflow: auto;
}

#button{
	position: relative;
	float: right;
	top: 25px;
	width: 250px;
	height: 140px;
}

#sidebar{
	background-color: #E5E5E5;
	position: relative;
	float: right;
	top: 45px;
	left: 0px;
	width: 230px;
	height: 300px;
	padding: 10px;	
}

#sidebar a{
	line-height: 18px;
	color: #C2272E;
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
	color: #C2272E;
}

#sidebar a:hover {
	text-decoration: none;
	color: #8F3E20;
}

#sidebar a:active {
	text-decoration: none;
	color: #5F1C09;
}

#sidebar ul{
	padding-left: 20px;
}

#footer{
	position: relative;
	float: left;
	top: 50px;
	padding-bottom: 50px;
	color: #666;
	font-size: .7em;
}
