html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
}
img {
	margin: 2px;
	border-top-width: 2;
	border-right-width: 2;
	border-bottom-width: 2px;
	border-left-width: 2;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	font-family: arial,;
	font-size: 12px;
	background-color: #000000;	
}

/** layout **/
#wrapper {
	text-align: justify;
	width: 890px;
	position: relative;
	white-space: normal;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background: top center url(images/logo.jpg) no-repeat;
	padding-top: 51px;
	width: 210px;
	position: relative;
	margin-top: 0px;
}

/** Header **/
h1 {
	color: #FDE7C2;
	background: #991111;
	border: 1px solid #C4B888;
	padding: 0px;
	text-align: center;
	font: 25px "Arial", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 2px 0 px;
}

#search {
  width: 148px;
  background: #E8E7DA url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -1px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
	position: relative;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 210px;
	padding-top: 292px;
	background: url(images/hometowntv.jpg) no-repeat;
	height: px;
}
#nav ul {
  background: bottom left #991111 url(images/nav_bot.jpg) no-repeat;
  margin: 0 0px 0 0px;
  padding: 10px 5px 15px 5px;
  }
#nav li {
	list-style: none;
	top: 292px;
	margin-right: 5px;
	background-image: url(images/dots.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#nav a {
	color: #FFFFCC;
	font-style: normal;
	background: ###990000;
	padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
  width: 615px;
  margin-left: 211px;
  min-height: 292px;
	
}

#content .main, #content .main2 {
	float: none;
	width: 390px;
	padding-left:10px;
	padding-right: 10px;
	top: 0px;
	background-color: #FFFFFF;
}

#content .main {
	border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 0;
}
#content .main2 .right {
  margin-left: 2px;
}
#content .main .clear, #content .main2 .clear {
  height: 0px;
  margin-bottom: 0px;
}

#beauty {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D6D3BA;
	width: 200px;
	background-color: #E8E7DA;
	background-image: url(images/bogy_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
	float: left;
	line-height: normal;
	margin-left: 5px;
	
}
#beauty .clear {
	height: auto;
}

h2 {
	font: italic 22px "Times new roman", serif;
	color: #991111;
	margin: 0 0 0.5em 0;
	text-indent: 5px;
}

/** Footer **/

#footer {
	color: #E8E7DA;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 233px;
	width: 570px;
	float: right;
}

#privacy {
	position: absolute;
	right: 787px;
	width: 0px;
	padding: 4px 0;
	text-align: center;
	background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
	top: 1043px;
	background-color: #000000;
	height: 0px;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
