body{
	background-color: #6c6865;
	margin: 0px;
	padding: 0px;
}
#wrap{
  width: 905px;
  margin-left: auto;
  margin-right: auto;
}
#wrap_du{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#header{
  width: 100%;
  text-align: center;
  height: 120px;
  margin-top: 12px;
}
#menu{
  float: left;
  width: 200px;
}
#menu h1{
  font-family: Times New Roman;
  padding: 5px;
  margin: 0px;
  text-align: center;
  font-size: 20px;
  color: #83ACC2;
  text-decoration: underline;
}
#nav{
  list-style-type: none;
  padding: 0px;
  margin: 3px;
}
#nav li{
  font-family: Times New Roman;
  font-size: 16px;
  text-align: left;
}
#nav a{
  display: block;
  padding: 5px;
  height: 17px;
  width: 100%;
  background-color: #606060;
  text-decoration: none;
  color: #AEAEAE;
  border-bottom: none;
}
#nav a:hover{
  background: #9E9E9E;
  color: #E5E5E5;
  text-decoration: underline;
}
#content{
  float: right;
  width: 650px;
  padding-left: 10px;
  padding-right: 10px;
  
}
p{
  font-family: Times New Roman;
  padding: 5px;
  margin: 0px;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
}
#content h1{
  font-family: Times New Roman;
  padding: 5px;
  margin: 0px;
  text-align: center;
  font-size: 20px;
  border-bottom: solid 1px #E8E8E8;
  color: #83ACC2;
}
#content h3{
  font-family: Times New Roman;
  padding: 5px;
  margin: 0px;
  text-align: left;
  font-size: 18px;
  text-decoration: underline;
  color: #E8E8E8;
}
p.object{
  font-family: Times New Roman;
  padding: 5px;
  margin: 0px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.flash{
	border-style: outset;
	border-width: 4px;
	border-color: #C0C0C0;
}
#contact{
  float: left;
  width: 325px;
  padding-left: 10px;
  padding-right: 10px;
  
}
#contact h4{
	color: #EAEAEA;
	text-decoration: underline;
	font-size: 16px;
}
p.contact{
  text-align:right;
  font-size: 14px;
  color: #EAEAEA;
  
}
p.warning{
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  color: #FF3D3D;
}
.require{
	font-weight: 700;
	color: #FF0000;
}
p.msg{
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  color: #348E49;
}
p.counter{
  font-size: 14px;
  color: #C0C0C0;
}
p.gal{
	text-align: center;
}
#copyright {
  width: 650px;
  height: 75px;
  float: right;
}
#copyright p {
  color: #CCCCCC;
  text-align: center;
  font-family: Times New Roman;
  font-size: 12px;
}
#copyright a{
  font-family: Times New Roman;
  font-size: 12px;
  color: #EAEAEA;
  text-decoration: none;
}
#copyright a:hover {
  font-family: Times New Roman;
  font-size: 12px;
  color: #EFEFEF;
  text-decoration: underline;
}