	* { margin: 0; padding: 0; }
		
		html { 
			background: url('img/bg.jpg') no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

body{
  margin:0;
  padding:0;
  text-align:center;
  font:x-small Verdana;
 /* background:#fff url('img/bdyBg.png') top repeat-x;*/
}
div img{
  margin:0;
  padding:0;
}
img{
  border:0;
}
a{
  color:#006;
}
a:hover{}
a:visited{}
h1{
  font-size:1.7em;
}
h2{
  font-size:1.2em;
}
h3{
  font-size:1em;
}
form{
  margin:0;
}
div#disclaimer{
  margin: auto; 
  text-align:center;
  color:#666;
  width: 400px;
  background-color: #fff;
}
div#disclaimer a{
  color:#666;
  text-decoration:none;
}
.clear{
  clear:both;
}
.right{
  float:right;
}
.left{
  float:right;
}
th{
  text-align:center;
}
/*layout*/
div#boxA{
  margin:0 auto;
  width:1000px;
  background:transparent url('img/shadowW.png') left no-repeat;
}
div#boxB{
  margin:0 auto;
  background:transparent url('img/shadowE.png') right no-repeat;
}
div#bdy{
  background:#fff;
  margin:0 10px;
  padding:10px;
}
div#menu{
  float:left;
  text-align:left;
  width:200px;
  padding:10px 0;
  background:#eee;
}
div#menu a{
  font-weight:bold;
  font-size:15px;
  margin:0 10px;
  text-decoration:none;
}
div#menu a:hover{
  color:#00f;
}
div#main{
 width:490px;
 text-align:left;
 margin:0 10px 0 0;
 float:right;
 background:url('img/bannertop.jpg') top left no-repeat;
}
div#bannerTop{
  padding:10px 0 15px 50px;
  font-size:20px;
  font-weight:bold;
}
div#hdr{
  margin:0 10px;
  height:200px;
  background:#fff;
}
div#footer{
  margin:0 auto;
  width:1000px;
  height:15px;
}
div#footerS{
  height:15px;
  margin:0 10px;
  background:transparent url('img/shadowS.png') top no-repeat;
}
div#footerSW{
  float:left;
  width:10px;
  height:15px;
  background:transparent url('img/shadowSW.png') right no-repeat;
}
div#footerSE{
  float:right;
  width:10px;
  height:15px;
  background:transparent url('img/shadowSE.png') left no-repeat;
}
div#formmail{
  float:right;
  width:40em;
}
div#bannersE{
  text-align:center;
  float:right;
}
div#bannersE img{
  margin:0 0 10px 0;
}
div#bannersW{
  text-align:center;
  clear:left;
  float:left;
}
div#bannersW img{
  margin:10px 0;
}
.Greyborder{
  border:1px solid #ccc;
  background:#eee;
}
.center{
  text-align:center;
}