html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #2C586E;
}
a:hover {
	color: #2C586E;
	font-variant: underline;
}

.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #2C586E;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 800px;
	background: #F4EFDF;
  	position: relative;
}

#header {
  	background: #F4EFDF url(images/header.gif) no-repeat;
	height: 226px;
}

#logo {
  position: absolute;
  top: 180px;
  left: 390px;
  width: 280px;
  color: #2C586E;
  text-align: center;
}

#logo h1 {
  font: normal 16px verdana, arial, sans-serif;
  color: #2C586E;
}

#inside {
	margin: 0;
	padding: 0;
  	background-color: #F4EFDF;
}

#categories {
  float: left;
  width: 195px;
}

#categories li {
  background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}

#categories a {
  text-decoration: none;
  color: #000000;
}

#categories a:hover {
  text-decoration: underline;
}

#right {
  float: right;
  width: 605px;
  background: #F4EFDF;
  text-align: left;
  margin-bottom: 2px;
}

#right .inner {
 padding: 6px 12px;
}

#right .inner p {
   margin:0 20px 14px 12px;
   line-height: 16px;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.more a:hover {
  text-decoration: underline;
}

h3 {
  font: normal 14px verdana, arial, sans-serif;
  color: #2C586E;
}

h2 {
  font: 20px verdana, arial, sans-serif;
  color: #2C586E;
  padding: 10px 0 20px 12px;
}

#topblack {
	background-color: #000000;
	width: 800px;
	position: relative;
	padding: 5px 0 5px 0;
}
#btmblack {
	background-color: #000000;
	width: 800px;
	position: relative;
	padding: 5px 0 5px 0;
  	float: right;
}
/** footer **/
#copyright {
	background-color: #2C586E;
	width: 800px;
	position: relative;
	padding: 12px 0 12px 0;
  	color: #fff;
  	text-align: right;
  	font-size: 11px;
  	float: right;
}
#copyright p {
  margin: 0;
  padding: 0;
}
