body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
  margin: 0 auto;
  padding: 0;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-position: top left;
}
#Main
{
  position: absolute;
  width: 100%;
  top: 0;
}
#cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}
#Sheet
{
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 950px;
}
#Sheet-body
{
  position: relative;
  margin: 0px;
}
/* begin Menu */
#nav
{
  overflow: hidden;
  height: 43px;
	  width: 950px;
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url('images/nav.png');
}
#menu_item {
	float:left;
padding-top:14px;
width:100px;
text-align:center;
color:#FFF;
  background-image:url(images/top_menu_light.jpg);
  background-position:top center;
  	background-repeat:no-repeat;
}
#menu_separator {
	float:left;
	height:43px;
	width:2px;
	background-image:url(images/topmenu_separator.gif);
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
/* end Menu */

/* begin Header */
#Header
{
  margin: 0 auto;
  position: relative;
  width: 946px;
  height: 200px;
      border-color:#099;
	border-width:thin;
	border-style:solid;
	border-top:none;
	overflow:hidden;
}
#Header-jpeg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 946px;
  height: 200px;
  overflow:hidden;
}
/* end Header */
#contact {
margin-top:4px;
padding-top:60px;
float:left;
width:471px;
background-image:url(images/contact.png);
height:195px;	
}
/* Start Content */
#maintext {
padding:10px;
float:left;
width:550px;	
}
#righttext {
float:right;
padding-top:30px;
padding-right:30px;	
}
h1 {
	font-size:16px;
	color:#099;
}
a {
	text-decoration:none;
	color:#FFF;
}
