#page {
  width: 750px;
  overflow: auto;
  background-color: #9f9d90;
}
#footer{
	background-color:#CCC;
	clear:both;
	font-size:11px;
	padding:5px 0;
}
#page #header {
  background-image: url(../images/header_bgr.jpg);
  background-color: #ffffff;
  height: 207px;
  width: 750px;
}
#page #header h1 {
  color: #ffffff;
  font-family: Impact;
  padding-left: 207px;
  padding-top: 162px;
  text-transform: uppercase;
}
#page #content {
  width: 528px;
  float: right;
  padding-left: 45px;
  padding-top: 20px;
  border-right: 22px solid #ffffff;
}
#page #content .call_us {
  background-image: url(../images/deco.png);
  color: #ffffff;
  font-family: impact;
  height: 24px;
  margin-bottom: 20px;
  padding: 2px 20px;
  text-align: left;
  width: 464px;
}
#page #content h2 {
  background-color: #cccccc;
  color: #0f0f0f;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#page #content h3 {
  background-color: #cccccc;
  color: #0f0f0f;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#page #content ul {margin-bottom:20px;}
#page #content ul li {
    color: #333333;
    list-style: square inside none;
}
#page #content ul li a {
    border-bottom: 1px solid #FEFEFE;
    color: #FEFEFE;
    font-family: Arial;
    text-decoration: none;
    text-transform: capitalize;
}
#page #content img {
  float: right;
  margin: 0 25px 25px 25px;
  border: 1px solid #cccccc;
}
#page #content img.variant {
  float: left;
  margin: 0 25px 0px 0px;
  border: 1px solid #cccccc;
}
#page #content img.single {
  float: none;
  margin: 5px 50px;
  border: 1px solid #cccccc;
}
#page #content p {
  color: #ffffff;
  padding: 0 15px 15px 0;
  font-family: Arial, sans-serif;
}
#page #content p.focus { font-weight: bold; }
#page #content p.promo { font-weight: bold; }
#page #content table {
  border: 1px solid #dddddd;
  color: #ffffff;
  margin: 25px auto;
  width: 450px;
}
#page #content table tr { text-align: center; }
#page #content table th {
  text-align: center;
  font-weight: bold;
  border: 1px solid #cccccc;
}
#page #nav {
  width: 155px;
  float: left;
  padding-top: 20px;
}
#page #nav ul li {
  background-color: #003366;
  font-weight: bold;
  height: 20px;
  margin-bottom: 1px;
  padding-top: 5px;
}
#page #nav ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 70px 0 20px;
}
#page #nav ul li.active { background-color: #607380; }
#page #nav ul li:hover { background-color: #0066cc; }

#page #contact_us {
	float: left;
	width: 155px;
	background-color: #ADD8E6;

}
#page #contact_us form div {
	width: 135px;
	padding:5px 10px 0 10px;
}
#page #contact_us form div span {
	color: #fff;
	font-size: 12px;
}
#page #contact_us form div input {
	width: 127px;
}
#page #contact_us form div textarea {
	width: 130px;
}
#page #contact_us form #Submit {
	width: 73px;
	float: right;
	margin-bottom: 10px;
}
#page #contact_us form h3 {
	color:#003366;
	font-weight:bold;
	padding-left:20px;
	padding-top:5px;
	text-align:left;
}


