a {
	color: #7d7d7d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: url(images/bg_main.jpg) repeat-x #494949;
	margin: 0px;
	padding: 0px;
}
#container {
	background: url(images/bg_container.jpg) repeat-y #ffffff;
	margin: 0px auto;
	width: 750px;
}
#content {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 15px 35px 15px 35px;
	width: 520px;
}
html>body #content {
	width: 530px;
}
#content p.styled {
	background-color: #f8f7f7;
	border: 1px solid #dcdada;
	padding: 20px;
	margin-bottom: 15px;
}
.cat1 {
	background-color: #f8f7f7;
	border: 1px solid #dcdada;
	color: #6d6d6d;
	font-size: 12px;
	padding: 20px;
}
.cat2 {
	background-color: #edebeb;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
	padding: 12px;
}
.cat3 {
    position: absolute;
	background-color: #ffffff;
/*	border: 1px solid #dcdada; */
    margin-left: -30px;
    margin-top: 220px;

}
html>body .cat3{
    margin-top: -30px;
}
#contentheader {
	margin-left: -34px;
	margin-top: -16px;
	position: absolute;
}
html>body #contentheader {
	margin-left: -32px;
	margin-top: -16px;
	position: relative;
}
#spacer {
	height: 139px;
}
.cat2 img {
	background-color: #ffffff;
	border: 1px solid #999999;
}
#content h1 {
	color: #771414;
	font-size: 23px;
	margin-top: 145px;
}
html>body h1 {
	margin-top: 10px;
}
#content h1.nomargin {
	margin-top: 5px;
	margin-bottom: 10px;
}
#content h2 {
	color: #6d6d6d;
	font-size: 17px;
}
#content h2.margin {
	color: #6d6d6d;
	font-size: 17px;
	margin-top: 220px;
}
html>body h2.margin {
	margin-top: 10px;
}
#footer {
	background: url(images/bg_footer.jpg) no-repeat #ffffff;
	clear: both;
	height: 15px;
}
#header {
	background: url(images/bg_header.jpg) no-repeat #ffffff;
	height: 101px;
}
ul#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#menu li a {
	background-color: #efefef;
	border-left: 5px solid #ababab;
	color: #7d7d7d;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: #d1b7b7;
	border-left: 5px solid #ba9393;
	color: #771414;
}
#navbar {
	float: left;
	margin-left: 2px;
	padding-bottom:140px; 
	width: 147px;
}
