html, body {
	margin: 0px;
	padding: 10px;
	margin-top: 0px;
}

body {
	background-image: url(../images/stripe.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	text-align: center;
}

#Wrapper {
	padding-top: 0px;
	padding-left: 0px;
	FONT-SIZE: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
    color: #fff;
	width:1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#Container {
	width:1000px;
	height:550px;
	BACKGROUND: url(../images/background1000px.jpg) no-repeat left 50%;
	padding:0px;
	margin:0px;
}
#MainHeader H1 {
	HEIGHT: 85px;
	background: url(../images/header1000px.jpg);
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 123px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0em;
	text-indent: -10000em;	
	border: 0px solid red;
}
H2 {
	MARGIN-TOP: 0px;
	PADDING-TOP: 0px;
	FONT-SIZE: 1.6em;
	BORDER-BOTTOM: red 1px solid;
	PADDING-BOTTOM: 7px;
	COLOR: #fff;
	LINE-HEIGHT: 1.0em;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	LETTER-SPACING: 0em;
}
#MainContent {
	DISPLAY: block;
	WIDTH: 720px;
	HEIGHT: 275px;
	COLOR: #fff;
	padding-top: 5px;
	margin-left:245px;
}
#LowerContent {
	DISPLAY: block;
	WIDTH: 450px;
	HEIGHT: 110px;
	COLOR: #fff;
	margin-left: 500px;
	margin-top: 10px;
}

.LeftDiv {
	width: 360px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.RightDiv {
	width: 360px;
	float: right;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#Footer #w3c {
    float: left;
	/*font-size: 0.8em;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*color:#444;*/
	text-align: left;
	margin: 0;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}

#Footer #copyright {
    float: right;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align: right;
	margin: 0;
	padding-top: 10px;
}

#Footer #w3c p  { 
	position: absolute;
	margin-left: -1000px;
}

#Footer #w3c ul  { 
	float:left;
	margin: 0;
	padding:0; 
	
}

#Footer #w3c ul li { 
	display:block; 
	float:left; 
	margin-left:5px
}

#Footer #w3c ul li a { 
	display:block; 
	/*width:88px; 
	height:31px;*/ 
	overflow:hidden; 
	/*text-indent:-1000em;*/ 
	
}



.w3cbutton3 {
  margin: 1em 0;
  width: 9em;
  border: 1px solid #666;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2em;
}
.w3cbutton3 a {
  display: block;
  width: 100%;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #999;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}


A.yellowonwhite {
	COLOR: yellow;
	TEXT-DECORATION: none
}
A.yellowonwhite:hover {
	TEXT-DECORATION: underline
}


Form#contact_form {
  width:470px; 
  padding:10px; 
  margin:0 auto;
  margin-top:1.5em;
}

Form#contact_form label {
	 clear:left; 
	 display:block; 
	 float:left; 
	 width:70px; 
	 text-align:right; 
	 padding-right:10px; 
	 margin-bottom:0.5em;
	   color: #fff;

}

Form#contact_form input.input_code {
  border:1px solid yellow; 
  background:#000; 
  padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  font-size: 1em;
  width: 50px;
    color: #fff;
}

Form#contact_form div.security {
  padding-left:80px; 
  padding-top:10px;
  padding-bottom:10px;
}

Form#contact_form input.input_std {
  border:1px solid yellow; 
  background:#000; 
  padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  font-family: Verdana, Arial;
  font-size: 1em;
  width: 300px;
    color: #fff;
}

Form#contact_form select {
border:1px solid yellow;
background:#000; 
font-family: Verdana, Arial;
  font-size: 1em;
    padding-left:0.5em; 
  padding-top:0.2em;
  padding-bottom:0.2em;
  margin-bottom:0.6em;
  color: yellow;
}

Form#contact_form textarea {
  width:362px; 
  height:55px; 
  border:1px solid yellow; 
  padding:0.5em; 
  overflow:auto; 
  background:#000;
  font-family: Verdana, Arial;
  font-size: 1em;
  color: #fff;
}

Form#contact_form #submit {
  color:#000; 
  background:yellow;
  padding-right:0.5em; 
  cursor:pointer; 
  width:100px; 
  margin:1em;
  margin-left: 185px;
  font-size: 1em;
  border-color: #fff;
  border-width: 1px;
}




