body {
text-align:center; /*center hack*/
background-image: url("../images/bg/light_body.gif");
background-repeat: repeat;
}
#wrap {
width:800px; /*center hack*/
margin:0px auto; /*center hack*/
text-align:left;
background-color:#fff;
}
#header {
text-align:left;
list-style:none;
}
#footer {
clear:both;
}
#main-body {
float:left;
width:790px;
background-color:#ffffff;
list-style-image: url(../images/bg/submenu1.gif);
}
#sidebar-2 {
float:right;
overflow:hidden;
margin-left:-3px;
}
#content {
float:right;
width:525px;
overflow:hidden;
padding-top:15px;
  list-style-image: url(../images/bg/submenu1.gif);

}
#sidebar {
float:left;
width:250px;
overflow:hidden;
}
.inside {
padding:0px 12px 0px 12px;
}
strong{
color: #333333;
font-weight: 800;
}
#rc{
float:right;
margin:0px;
padding:10px 30px 0px 0px}

/**************************************************************
Header Image/Flash Movie
**************************************************************/
#header {
clear: both;
margin-left:10px;
height: 159px;
background: url(../images/bg/header_image.jpg) no-repeat left;
}
#headerImg {
margin: 0px auto;
background: url(../images/bg/header_image.jpg) no-repeat top left;
}


@media only screen and (max-width:480px)
{

	#header {
	margin:0 auto;
	padding-top: 126px;
	width:auto;
	height:auto;
	background: url(/images/mobile-header.png) no-repeat center top;
	}

	#wrap {
	width:auto;
	}

	#main-body {
	float:none;
	width:auto;
	list-style-image: url(../images/bg/submenu1.gif);
	}


	#sidebar-2 {
	float:none;
	overflow:auto;
	margin-left:0;
	}
	#content {
	float:none;
	width:auto;
	overflow:auto;
	padding-top:0;
	}
	#sidebar {
	float:none;
	width:auto;
	overflow:auto;
	}
	
	#google_ads_frame1 { display:none; }
}

