body {
background-color: d7d9db;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center;
}
h1 {
	font-size: 17px;
	color: #6C1F05;
}

#frame {
position:absolute;
left: 50%; 
width: 758px; 
margin-left: -379px;
}

#main {
	background: url(img/main-bg.jpg) repeat-y;
	width: 728px;
	float: left;
	padding-top: 2em;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	background: url(img/footerbg.gif) no-repeat bottom;
	width: 758px;
	float: left;
	font-size: 12px;
}

a {
color: #DE4311;
font-weight: bold;
}

object {
margin-left: 10px;
}

/* -----------------------------------MENU----------------------------------*/

#menu {
background: url(img/menu.jpg);
	width: 754px;
height: 30px;

/*position:absolute;
left: 50%;
width: 758px;
margin-left: -379px;
clear: both;*/
}

#menu a {
display: block;
height: 30px;
color: #FFFFFF;
padding: 0px 7px 0px 5px;
text-decoration: none;
text-align: center;
font-size: 13px;
background: url(img/menu-bar.jpg) no-repeat right;
line-height: 29px;
}

#menu a:hover {  
color: #641D06;
}

#menu ul {
padding: 0px;
list-style: none;
font-weight: bold;
margin: 0px 0px 0px 8px;
}

#menu, #menu li, #menu ul, #menu ul li, #menu ul li a {
height: 30px;
float:left;
}

/* -----------------------------------Appearance----------------------------------*/

#main p{
text-align: left;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
dl {
	text-align: left;
}
dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: .3em;
}
.red {
	color: #DE4311;
	font-weight: bold;
}

/*--------------------FORM----------------------*/  

legend {
  font-weight: bold;
 }

fieldset input {
  width: 225px;
  }
fieldset {
	margin-bottom: 1em;
}

input.check {
  width: auto;
  }

textarea {
  width: 225px;
  }

label {
  float: left;
  width: 77px;
  text-align: right;
  margin-right: 10px;
  }
 
label.checkbox {
  float: none;
  width: auto;
  text-align: left;
  margin-right: auto;
  }

textarea.msg {
  margin: 10px 14px;
  width: 400px;
  height: 150px;
  }  
  
#reverse_captcha {
position:absolute; left:-2000px; top:-500px;

}legend {
	color: #DE4311;
	font-weight: bold;
}
form {
	text-align: left;
	font-size: 14px;
}

ul.index li {
	list-style: none;
	font-weight: bold;
	margin-top: .1em;
	margin-bottom: .1em;
}
h2 {
	font-size: 14px;
	font-style: italic;
	color: #DE4311;
}
.indexcenter {
	font-style: italic;
	font-weight: bold;
	color: #DE4311;
	font-size: 120%;
}
.cptn {
	color: #FF0000;
}

