body { 
	background-color: #5e1725; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:1.4em;
	color: #2c1e2d;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
/*
html{
	scrollbar-DarkShadow-Color:#4B3049;
	scrollbar-Face-Color:#4B3049; 
	scrollbar-3dLight-Color:#4B3049; 
	scrollbar-Arrow-Color:#ffffff;
}
*/
.select{
	background:#023A51;color:#F9EDE4;font-weight: bold;
}
h1 { color:#5E1B28;
	font-size:1.5em;
	line-height:1.8em;
}
h2 { color:#5E1B28;
	font-size:1.3em;
	line-height:1.3em;
}
a {
	color: #531927;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #451b29;
	text-decoration: none;
	font-weight: bold;
}
#wrapper {
	margin:0px auto 0;
	width:953px;
	background-image: url(../images/content.jpg);
}
#headermenu {
	background-image:url(../images/headermenu.png);
	background-repeat:no-repeat;
	text-align:center;
	height:20px;
	padding:10px;
	color:#f4edd0;
}
#headermenu a { 
	margin: 0 18px;
	color:#f4edd0;
}
#headermenu a:hover { 
	margin:0 18px;
	color:#fff;
}
#content {padding:20px 60px;
	text-align:justify;
}
#footermenu {
	background-image:url(../images/footermenu.png);
	background-repeat:no-repeat;
	text-align:center;
	height:30px;
	padding:7px;
}
#footermenu a {
	color:#531927;
	margin: 0 18px;
}
#footermenu a:hover {
	color:#000;
	margin: 0 18px;
}
#footerWrap {
	margin:15px auto 0;
	width:953px;
}
h1.smalltext {
	font-size: 1em;
	color: #000;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}