* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #fff url(../img/bg.jpg) top left repeat-x;
  color: #91939D;
  font-family: verdana,arial,lucinda,helvetica,sans-serif;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

img {
  border: 0px;
}

a {
  color: #91939D;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

#wrapper {
  border: 0px solid;
  margin: 0px auto;
  text-align:left;
  width: 715px;
}

#header {
  background: transparent url(../img/logo.gif) bottom right no-repeat;
  height: 176px;
}

#headernologo {
  background-image: none;
  height: 176px;
}

#header a, #headernologo a {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

#header a:hover, #headernologo a:hover {
  color: #FFA800;
}

#header a.on, #headernologo a.on {
  color: #FFA800;
}

#nav1st {
  color: #EAECEF;
  width: 87px;
  height: 145px;
  border-left: 1px solid #FFA800;
  padding: 30px 0px 0px 12px;
  float: left;
}

#nav2nd {
  color: #EAECEF;
  width: 87px;
  height: 145px;
  border-left: 1px solid #FFA800;
  padding: 30px 0px 0px 12px;
  float: left;
}

#nav3rd {
  color: #EAECEF;
  width: 127px;
  height: 145px;
  border-left: 1px solid #FFA800;
  padding: 30px 0px 0px 12px;
  float: left;
}

#content {
  background: #fff;
  width: 648px;
  height: 399px;
  margin: 0px 0px 0px 0px;
}

#contle {
  width: 200px;
  height: 11px;
  margin-top: 363px;
  text-align: right;
  vertical-align: bottom;
  float: left;
  clear: left;
}

#contri {
  width: 435px;
  height: 350px;
  margin-top: 24px;
  float: right;
  clear: right;
}

#footer {
  margin: 5px 0px 0px 213px;
}

#footer a {
  color: #F9B100;
  font-weight: bold;
  text-decoration: none;
}

#icprev, #icnext {
  width: 13px;
  height: 13px;
  float: left;
}

#icprev {
  padding: 0px 2px 0px 172px;
}

h1 {
  color: #F9B100;
  font-size: 11px;
  font-weight: bold;
}

.imghome {
  margin: 12px 0px 12px 0px;
}

form br { 
	clear: left;
}

fieldset {
  border: 0px;
}

label {
	display: block;
	float: left;
	width: 90px;
	cursor: pointer;
	text-align: left; 
	padding-right: 20px; 
	margin-bottom: 3px;
}

.ipttxt {
	display: block;
	background-color: inherit;
	font-size: 100%;
	font-family: verdana,arial,lucinda,helvetica,sans-serif;
	color: #002F07;
	float: left;
	width: 220px;
  border: 1px solid #91939D;
	margin-bottom: 3px;
}

textarea {
	display: block;
	background-color: inherit;
	font-size: 100%;
	font-family: verdana,arial,lucinda,helvetica,sans-serif;
	color: #002F07;
	float: left;
	width: 220px;
  height: 120px;
  border: 1px solid #91939D;
	margin-bottom: 3px;
}

.iptsubmit {
  background-color: inherit;
  font-family: verdana,arial,lucinda,helvetica,sans-serif;
	color: #91939D;
  border: 1px solid #91939D;
  margin-left: 110px;
}