body, td {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: black;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #575443;
	margin: 0;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #575443;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #912223;
	margin: 0;
}

a {
	color: #912223;
}

table.sidebar tr td {
	font-size: 10px;
}

table.layout {
	border: solid 1px #6a6859;
	background-color: white;
}

#topmenu {
	text-align: right;
	padding: 3px 60px;
	border-bottom: solid 2px #6a6859;
}

#header {
	background: url(../img/menu.gif) bottom right no-repeat;
}

#content {
	padding: 10px;
}

#footer {
	color: #2C2D25;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 5px 0;
	background: url(../img/footer.gif) top left repeat-x #c9c5b1;
}

#menu ul {
	list-style: none;
	padding: 0;
	border: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	float: left;
	padding-right: 25px;
	padding-left: 20px;
	background: url(../img/li.gif) center left no-repeat;
}

#menu ul li a, #menu ul li a:visited {
	font-family: arial, sans-serif;
	font-size: 17px;
	/*letter-spacing: -0.03em;*/
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #820304;
	background-color: transparent;
}

#menu ul li a:hover, #menu ul li a:focus {
	color: #2c2d25;
}


