body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	background-color:#B5CEE7;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.container
{
	width:801px;
	margin-left: auto;
	margin-right:auto;
	height: auto;
	background-color:#FFFFFF;
	
	background-image: url("images/content-bg.jpg");
	background-repeat: repeat-y;
	
}
	

.header
{
	height: 175px;
}


.left
{
	width: 184px;
	float:left;
	padding: 0px;
	margin: 0px;
	text-align:left;
	
	
	
	
}

a:link {text-decoration: none;color: #000000;}
a:visited {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

.left a 
{
	padding: 5px 10px 5px 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 154px;
	/*
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A18B76;
	border-bottom-color: #A18B76;
	*/
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.weather a
{	
	padding:0px;
	margin:0px;
	border:none;
	text-decoration: none;
	font-weight:normal;
	display: inline;
}


.left a:hover 
{
	
	text-decoration: underline; 
	color: #000000;
	
}

.left a:active
{
	
	text-decoration: none; 
	color: #000000;
	
}

.right
{
	width: 560px;
	float:left;
	padding: 20px;
	padding-top:0px;
	text-align:left;
}

.footer
{
	clear:both;
	text-align:center;
	font-size:10px;
	padding-top: 0px;
	margin: 0px;
	background-color:#F6F6F6; 
	border-top: 5px solid #CCCCCC;
	width:801px;
	height:70px; 
	background-image:url('images/footerbg.jpg');
	
}

.top-bar {width:801px;height:26px; background-image:url('images/top-bar.jpg');margin:0;padding:0;}




