html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}


@charset "UTF-8";
body {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

h1 {
	margin-bottom: 0; 
	margin-top: 6px;
	padding: 0 10 0 10px;
	font-size: 18px;
	font-style: bold;
	font-color: #016E09;
}

h2 {
	margin: 0 5 0 10px; 
	font-size: 12px; 
	font-style: bold;
	font-color: #51678F;
}

h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin: 0 5 0 20px; 
	font-size: 11px; 
	font-style: bold;
	font-stretch: 115%;
	font-color: #51678F;
}

h4 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin: 0 5 0 30px; 
	font-size: 10px; 
	font-style: bold;
	font-stretch: 115%;
	letter-spacing: 0.1em;
	font-color: #BCBEC0;
}



#nav {
  margin: 0;
  padding: 0;
  background: #BEBEC0;
  list-style-type: none;
  width: 940px;    
  float: left; /* Contain floated list items */
}

#nav li {
  margin: 0;
  padding: 0;
  float: left;
}

#nav a {
  float: left;
  width: 150px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.0;
  text-align: center;
  border-right: 1px solid #FFF;
}

#nav #nav_con a {
  border: none;
}

#nav a:hover {
  background: #DDD;
  color: #666;
}

#body_hom #nav_hom a, #body_reg #nav_reg a,
    #body_log #nav_log a,#body_abt #nav_abt a,
    #body_prv #nav_prv a, #body_con #nav_con a 
{

  background: #666;
  color: #FFFFFF;
  font-weight: bold;
}


#containerAll {
	width: 940px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BCBEC0;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerRight {
	float: right;
	width: 750px;
	background: #FFF;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BCBEC0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




.luckyADdp2 #container {
	width: 940px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #BCBEC0;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
}

.luckyADdp2 #header {
	width: 940px;
	background: #E7E7E7; 
	padding: 0 0 0 0px;
}

.hdr #logo {
	margin: 0;
	padding: 0;
	float: left;
	position: bottom;
}

.hdr #adban {
	margin: 0;
	padding: 0;
	float: right;
	position: top;
}

.hdr #adsearch {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	position: bottom;
}

.luckyADdp2 #mainContent {
	width: 940px;
	padding: 0px;
	background: #e7e7e7;
}

.luckyADdp2 #footer {
	padding: 0;
	background:#DDD;
}

.luckyADdp2 #footer p {
	margin: 0;
	padding: 10px;
}


