html {
	height:100.1%;
}

body {
  background: #87C03A url(graphics/bg_main.gif) repeat scroll 0 0;
  margin:0px;
}

#centered {
	width: 990px; 
	margin: 0 auto; 
}

#leftshade
{
	width: 15px;
	background: transparent url(graphics/bg_cont_left.png) repeat-y scroll 0 0;
	behavior: url(graphics/iepngfix.htc);
}

#rightshade
{
	width: 15px;
	background: transparent url(graphics/bg_cont_right.png) repeat-y scroll 0 0;
	behavior: url(graphics/iepngfix.htc);
}

#content {
	width: 960px;
	background: #FFFFFF url(graphics/bg_cont.jpg) repeat scroll 0 0;
}

#title {
	font-family: "Berlin Sans FB", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#logo {
	width: 960px; 
	height: 100px;
	vertical-align: top;
	/*background: transparent url(graphics/logo.png) no-repeat scroll 0 0;*/
}

#main_content {
	float:left;
	width: 790px;
}

#adds_right
{
	float:left;
	text-align: left;
	width: 170px;
}

#pagedesc_top {
	text-align: right;
	margin-right: 170px;
	height: 0px;
	position: relative; bottom: 99px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#logo_right {
	text-align: right;
	margin-right: 40px;
	height: 0px;
	position: relative; bottom: 108px;
}

.google_top
{
	text-align: right;
	margin-right: 186px;
	height: 0px;
	position: relative; bottom: 70px
}

.google_links
{
	text-align: center;
}

.add_topbilboard
{
	margin-top: 10px;
	text-align: center;
}

.button {
	background: url(graphics/button.png) no-repeat scroll 4px 4px;
	width: 127px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

.current_button {
	background: url(graphics/button.png) no-repeat scroll 4px 4px;
	width: 127px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

h1 {
	font-size: 28px;
	display: inline;
}

h2 {
	font-size: 13px;
	display: inline;
}

.google_bottom
{
	text-align: center;
}

#footer {
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	color: #5A940B; 
	text-decoration: none; 
	font-size: 10px; 
	text-align: center;
	margin-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
	clear: left;
}

#footer_htmllogo { 
	text-align: left;
	margin-left: 105px;
	width: 95px;
	float:left;
	height: 0px;
	position: relative; bottom: 6px
}

#footer_csslogo { 
	text-align: left;
	margin-left: 10px;
	width: 95px;
	float:left;
	height: 0px;
	position: relative; bottom: 6px
}

div.button a {
	color: #000000;
	text-decoration: none; 
}

div.button a:hover {
	color: #F6D926;
	text-decoration: none; 
}

div.current_button a {
	color: #F6D926;
	text-decoration: none; 
}

div.navigation a {
	color: #5A940B;
	text-decoration: none; 
}