body, html {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: "Arial", sans-serif !important;
	font-size: 12px !important;
	text-align: center;
	background-color: #000000;
	color: #ffffff; 
}
.reset {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both; 
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.fl {
  float: left;
}
.clr {
  color: #0083bb;
}
p, img, table, tr, th, td, h1, h2, h3, h4, h5, ul, li {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}
body {
  padding: 0 0 30px 0;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#header {
  margin: auto;
  width: 980px;
  height: 300px;
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
}
#main {
  margin: auto;
  width: 980px;
  min-height: 200px;
}#footer {
  margin: auto;
  width: 980px;
  height: 100px;
  background-image: url(img/footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  border: 1px solid #000000;
}
#footer p {
  margin: 50px 0 0 0;
  line-height: 20px;
  color: #7e7e7e;
}
#footer a {
  color: #7e7e7e;
}
#right {
  width: 270px;
  margin: 0 0 0 20px;
  text-align: center;
  padding: 70px 0 0 0;
}
#right h3 {
   background-color: #0083bb;
   padding: 5px 0 5px 5px;
   font-size: 15px;
}
#right ul {
  margin: 10px 0 20px 0;
}
#right ul li {
  margin: 5px 0 0 30px;
  list-style-image: url(img/arrow.gif);
}#content {
  width: 680px;
  text-align: left;
  color: #d8d8d8;
}
#content h1 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
}
#content h2 {
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}
#content h3 {
  margin: 20px 0 10px 0;
  font-size: 40px;
  font-weight: normal;
}
#content p {
  text-align: justify;
  margin: 10px 0 10px 5px;
  line-height: 20px;
}
#content img.fl {
  margin: 0 10px 5px 0;
}
#content ul {
  margin: 0 0 10px 40px;}
#content ul li {
  margin: 7px;
}
#name {
  width: 380px;
  height: 300px;
  text-align: center;
  border-top: 1px solid black;
  font-family: Arial;
}
#name strong {
  font-size: 20px;
  margin: 120px;
  display: block;
}/******** CSS For Request Info Form ***********/
#form-wrap {
	width:600px;
	background-color: black;
	margin: 50px auto;
	padding: 20px 0;
}

form {
	width: 500px;
	margin: 0 auto;
}
label { 
	display: block;
	margin: 5px 0 5px 20px;
	font: 18px sans-serf;
	color:black;
}

input {
	width: 250px;
	margin: 0 0 0 20px;
}

textarea {
	width: 250px;
	margin: 0 0 0 20px;
}
	
fieldset {
	border: none;
	background-color: #f6f6f6;
	padding: 0 0 20px 0;
}

.labelone {
	margin-top: 10px;
}

.btn {
	width: 125px;
}

form h4 {
	margin: 10px 0 0 10px;
	font: 24px sans-serf;
	color: red;
	font-weight:bold;
}
	/******** CSS For Request Info Form ***********/#menu {
  width:  600px;
  height: 30px;
  margin-top: 270px;
}
#menu ul li {
  list-style-type: none;
  display: inline;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 12px;
}