html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fc0;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid black;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}
body {
  background: #000;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
  text-align: left;
  margin: 8px auto;
  width: 960px;
  position: relative;

}

#header {
  padding-top: 8px;
  padding-bottom: 60px;
  width: 475px;
  position: relative;
  background: #000000 url(templateimages/header.jpg) no-repeat;
}

#header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 475px;
  height: 78px;

}
#header a h2 {
  display: none;

}
/** nav bar **/
.pro_linedrop {
height:32px;
width:480px;
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.pro_linedrop li {
float:left;
}

.pro_linedrop .select a {
display:block; 
height:36px; 
float:left;  
padding:0 0 0 5px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#fc0;
}

.pro_linedrop .select li.line a {color:#fc0;}

.pro_linedrop .select a b {
display:block; 
padding:0 30px 9px 5px;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
padding:0 0 0 5px;
line-height:27px;
cursor:pointer; 
color:#F87217;
}

.pro_linedrop .select li.line a:hover, 
.pro_linedrop .select li.line:hover a {
color:#F87217;}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 30px 9px 5px; 
cursor:pointer;
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0px;
list-style:none;
}

.pro_linedrop .sub li {background:transparent;}

.pro_linedrop .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:740px;
top:20px; 
left:0; 
text-align:center;
}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; margin:0; padding:0px 15px; white-space:nowrap; color:#FFCC00;font-size:10px;}

.pro_linedrop .select :hover .sub li.subline a {color:#FFCC00;}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{color:#F87217; line-height:20px; position:relative;}

.pro_linedrop .select :hover .sub li:hover > a {color:#fc0;}

.pro_linedrop .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:112px; position:absolute; left:-1px; top:25px; border:1px solid #aaa; border-top:0; background:#990000;}

.pro_linedrop .select :hover .sub :hover ul li a {width:80px; text-align:left; height:20px; line-height:18px;}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:16px;}

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

#search {
  width: 348px;
  background: #E8E7DA url(templateimages/search_top.jpg) no-repeat;
  vertical-align: top;
  text-align: center;
  position: relative;
  top: -27px;
  left: 585px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
  top: -26px;
}

#navigation {
  position: absolute;
  top: 0;
  left: 514px;
  
}

/** content **/

#content {
  background: #C9C299 bottom right url(templateimages/body_bottom_right.jpg) no-repeat;
  width: 100%;
  margin-left: 4px;
  min-height: 278px;
}

#content .top {
  width: 785px;
  padding-top: 14px;
}

#content .main {
  float: left;
  width: 805px;
  margin-top: 0px;
  margin-bottom: 14px;
  margin-left: 14px; 
  margin-right: auto;
}
#content .main p {
  margin: 2em 0em 0 0;
  font: 16px arial, sans-serif;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content .commentRow {
	width: 75%;
	margin-left: auto; 
	margin-right: auto;
        background: #FAFAD2;
}
#content .commentRow p {
        padding: 0 0 0 0;
}
#content .commentRow .author {
        background: #FAFAD2;
        text-align: right;
	padding: 0 0 0 0;
}
#content .commentRow .author p{
	text-align: right;
}
#content .commentsForm {
	width: 75%; 
	margin-left: auto; 
	margin-right: auto;	
}

#r_side {
  float: right;
  width: 120px;
  padding: 5px;
  background: top right url(templateimages/bogy_top_right.jpg) no-repeat;
  text-align: right;
}
#r_side span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#r_side .clear {
  height: 10px;
}

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

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
}

#privacy {
  position: absolute;
  right: 16px;
  width: 148px;
  padding: 1px 0;
  text-align: center;
  background: #E8E7DA bottom left url(templateimages/footer_tab.jpg) no-repeat;
  bottom: 25px;
}
#privacy a {
  color: #000;
  font-weight: normal;
}
