@charset "utf-8";
body {
  background-color: #404040;
  font-family: Verdana;
  font-size: 10px;
  color: #808080;
}
a, a:visited {
  color: #313bfd;
  text-decoration: none;
}
a:active {
  color: #c0c0c0;
  text-decoration: none;
}
a:hover {
  color: #c0c0c0;
}
#main {
  background: #ffffff url(images/header.png);
  background-repeat:no-repeat;
  width: 776px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#menu {
  border-top: 1px dotted #c0c0c0;
  border-bottom: 1px dotted #c0c0c0;
  background: #ffffff;
  float: right;
  top: 15px;
  width: 438px;
  height: 28px;
  margin-right: 7px;
  margin-bottom: 8px;
  text-align: left;
  font-family: Verdana;
  font-size: 16px;
  line-height: 28px;
  word-spacing: 15px;
  position: relative;
}
#hphone {
  background: transparent;
  float: right;
  clear: both;
  top: 14px;
  width: 216px;
  height: 160px;
  margin-right: 220px;
  margin-bottom: 18px;
  padding-top: 10px;
  padding-left: 4px;
  padding-right: 4px;
  font:bold 15px Verdana;
  color: #c0c0c0;
  position: relative;
}
#front {
  top:5px;
  border: 1px solid #c0c0c0;
  background: url(images/contentbg.png);
  background-repeat:no-repeat;
  left: 7px;
  width: 760px;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  float: left;
}
#contact {
  top:5px;
  border: 1px solid #c0c0c0;
  background: url(images/contactbg.png);
  padding-bottom: 10px;
  left: 7px;
  width: 760px;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  float: left;
}
.fieldset {
	width:500px; }
.fieldset .label {
	text-align:right;
	width:70px;
	float:left; }
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:420px; }
	
.hleft {
  border-style: none;
  margin: 0px 3px;
  padding-top: 10px;
  background: transparent;
  float: left;
  width: 207px;
}
.hmiddle {
  border-style: none;
  margin: 0px 7px;
  padding-top: 10px;
  background: transparent;
  float: left;
  left: 216px;
  width: 323px;
}
.cmiddle {
  border-style: none;
  margin: 0px 7px;
  padding-top: 10px;
  background: transparent;
  float: left;
  left: 216px;
  width: 529px;
}
.hright {
  border-style: none;
  margin: 0px 3px 7px;
  padding-top: 10px;
  background: transparent;
  float: right;
  width: 203px;
}
#footer {
  background: url(images/cce.png);
  background-repeat:no-repeat;
  clear: both;
  left: 7px;
  top: 6px;
  width: 762px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #c0c0c0;
  position: relative;
}