body {
  background-image: url('../img/page_bg.png');
  background-repeat: repeat-x;
  background-position: center top;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
  font-family: Georgia,"Times New Roman",Times,serif;
	color: #51504A;
	font-size: 14px;
	text-align: center;
}
a {
	color: #c53e44;
	text-decoration: none;
}
a:hover {
  color: #c53e44;
  text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
  font-size: 26px;
  font-weight: normal;	
}
#envelope-box {
	width: 960px;
  text-align: left;  
  margin: 0 auto;
}
#top-menu-box {
  font-family: "Arial Narrow";
	position: relative;
  font-size: 15px;
  height: 140px;
}
#top-menu-box .menu {
  position: absolute;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#top-menu-box li {
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
#top-menu-box li a {
  color: #808080;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}
#top-menu-box li a:hover {
  color: #c53e44;
}
#top-menu-box .menu-1 {
  top: 10px;
  left: 200px;
}
#top-menu-box .menu-2 {
  top: 90px;
  left: 200px;
}
#top-menu-box .menu-3 {
  top: 10px;
  left: 770px;
  font-size: 12px;
}

.submenu-box {
	font-size: 11px;
	position: absolute;
	top: 120px;
	left: 215px;
	border: 1px solid #cac9c4;
	padding: 2px 2px 2px 0px;
	font-weight: bold;
	display: none;
}

.submenu-box ul {
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.submenu-box li {
  background-color: #f3f3f1;
  margin-left: 2px;
  padding: 2px 0px 2px 0px;
}
.submenu-box li a {
  padding: 0px 15px 0px 15px;
}

#hp-flash {
	width: 710px;
  border: 1px solid #b2b2b2;
}
#bottom-box .copy {
	float: right;
}
#bottom-box .copy a {
  color: #ff6600;
  text-decoration: none;
}
#bottom-box {
  border-top: 2px solid #dddddd;
  margin-top: 10px;
  font-size: 11px;
  margin-bottom: 10px;
}
#right-menu {
  float: right;
  width: 215px;
}


.right-box-top { 
	padding: 10px; 
	width: 183px;
	background-image: url('../img/right_box_bg_top.png');
  background-repeat: no-repeat;
}
.right-box-top h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
  margin-top: 10px;
}  
.right-box-top p {
	margin-top: 5px;
	padding-top: 0px;
	font-size: 11px;
	margin-bottom: 0px;
	
}
.right-box-bottom {  
  width: 203px;
  height: 15px;
  background-image: url('../img/right_box_bg_bottom.png');
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.right-box {  
  width: 203px;
  height: 131px;
  background-image: url('../img/right_box_bg.png');
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.clear {
  clear: both;
}

