html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
  font-weight: bold;
  font-family: "Times New Roman", serif;
}

h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000000 url(./page_bg.jpg) repeat-x;
	text-align: center;
	font: 16px arial, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 960px;
position: relative;
}
#logo {
 top: 0;
 left: 0;
 width: 960px;
 height: 216px;
}

/** Logo **/
#logo {
 background: url(./logo.jpg) no-repeat;
 padding-top: 0px;
}
#logo h1 {
 float: left;
 text-align: left;
 color: #6C0505;
 height: 50px;
 margin-top: 25px;
}
#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** navigation **/
#navigation {
 background: url(./navbar.jpg) no-repeat;
 height: 52px;
 width: 960px;
}
.navbuttons{
	float: left;
	padding-top: 0px;
	width: 116px;
	padding-left: 1px;


}

#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 0px solid #A26A6B;
 padding: 166px 4px 4px 4px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #000000;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}

#content {
 background: url(./content_bg.jpg) repeat;
 width: 960px;
 padding-bottom: 160px;
}
#content-left {
 float: left;
 width: 620px;
 padding-left: 175px;
}

#content-right {
 float: right;
 width: 121px;
}

#images-content-rt {
  float: right;
  padding: 15px;
}

#content h1 {
 font-size: 24px;
 margin-top: 45px;
 margin-bottom: 35px;
}

#content h2 {
 font-size: 18px;
}

#content h2 strong {
 color: #660505;
 font-weight: normal;
}

#content h3 {
 font-size: 14px;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#content h4 {
 color: #660505;
}
#content .left {
 margin: 0 26px 0 0;
}

/** footer **/
.content-hr {
 clear: both;
 height: 43px;
 margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}