html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #660000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #761617;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #eae2d7;
	text-align: center;
	font: 13px arial, sans-serif;
	color: #565656;
}
.main {
	background: url(template/main.jpg) repeat-y;
	text-align: left;
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	list-style-image: url(template/bullet.gif);
	list-style-position: outside;
}
.mainTop { background: url (template/main_top.jpg);
	background-image: url(template/main_top.jpg);
}



/** Menu **/
#nav {
	background: url(template/menu.jpg) no-repeat;
	height: 54px;
	padding-left: 24px;
}
#nav ul {
 margin: 0;
 padding: 9px 9px 9px 9px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding:7px 7px 7px 7px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: bold;
}
#nav .selected a {
 font-weight: bolder;
}

/** Body **/


 h1 {
	font-size: 16px;
	color: #660505;
	background-image: url(template/h1_underline.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
 
#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
 h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.footer {
	height: 58px;
	background-image: url(template/footer.jpg);
	color: #CECECE;
	text-align: center;
}

