body{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0 0 10px 0;
	padding: 0;
}
div#top-bar{
	width: 770px;
	height: 20px;
	margin: 0 auto;
	background: #FF9B65;
	position: relative;
}
div#top-bar div#top_nav{
	position: absolute;
	right: 15px;
	top: 0px;
}
div#top-bar div#top_nav a{
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}
div#top-bar div#top_nav a:hover{
	text-decoration: none;
}
div#masthead{
	width: 770px;
	height: 75px;
	background: White;
	margin: 0 auto;
	position: relative;
}
img#logo{
	position: absolute;
	top: 3px;
	left: 13px;
	border: none;
}
div#bulk{
	width: 770px;
	background: White;
	margin: 0 auto;
	overflow: auto;
	background: repeat-y url(../images/bulk_bg.gif);
}
div#nav{
	width: 170px;	
	background:  #FF752A;
	float: left;
}
div#nav a{
	display: block;
	width: 170px;
	text-indent: 10px;
	background: #FCCCA4;
	border-bottom: 1px solid #FF752A;
	font-size: 11px;
	font-weight: bold;
	color: #841C00;
	text-decoration: none;
}
div#nav a:hover{
	background: #FFB985;
}
div#nav p#head{
	background: #FF752A;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
div#text{
	width: 600px;
	background: White;
	float: right;
}
div#text p{
	margin: 5px 10px 5px 20px;
	text-align: justify;
	font-size: 11px; 
}
div#text h1{
	margin: 0 0px 5px 10px;
	font-size: 20px;
	background: url(../images/h1_corner.gif) bottom left no-repeat #FF9B65;
	color: White;
	text-indent: 15px;
}
div#text h2{
	margin: 5px 5px 5px 18px;
	font-size: 18px;
	color: #FF752A;
}
div#text h3, div#text h4, div#text h5, div#text h6{
	margin: 5px 10px 5px 18px;
	font-size: 16px;
	color: #FF752A;
}
div#ads_336x280{
	margin-left: 10px; 
}
div#text iframe{
	margin: 4px 0 10px 10px;
}
div#footer{
	width: 770px;
	height: 45px;
	background: #79C131;
	margin: 0 auto;
}


/* Weather Styles */
div#current_weather{
	width: 550px;
	background: #FF9B65;
	border: #FF9B65 2px solid;
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}
div#current_weather h2{
	background: #FF752A;
	color: #79C131;
	font-size: 18px;
	text-indent: 10px;
	padding: 8px;
	margin: 0; 
}
div#current_weather ul{
	list-style: none;
	margin: 10px;
	font-size: 12px;
	color: Black
}
div#text div.forecasts{
	width: 550px;
	height: 104px;
	background: #FF9B65;
	position: relative;
	margin: 10px 0 0 10px;
	border: #FF752A 2px solid;
}
div#text div.forecasts h3{
	color: #79C131;
	float: left;
	font-size: 16px;
	text-indent: 110px;
	background: #FF752A;
	width: 100%;
	margin: 0px;
}
div#text div.forecasts img{
	position: absolute;
	top: 0px;
	left: 0px;
}
div#text div.forecasts p{
	color: Black
	font-size: 12px;
	float: left;
	text-indent: 110px;
	margin: 10px 0 0 0;
}
/* Weather Styles End */