@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin-left: auto;
	width: 900px;
	margin-right: auto;
}
#header {
	height: 300px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	color: #FFFFFF;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	float: left;
	background-color: #FFFFFF;
}
#wrapper #content #left {
	float: left;
	width: 580px;
	margin-left: 20px;
}
#wrapper #content #right {
	float: left;
	width: 280px;
	margin-left: 20px;
}
h1 {
	color: #6A1919;
	font-size: 24px;
	font-weight: bold;
}h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

