body {margin: 0px;
	background-color: #0f6bb2;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-image: url(/images/bg.jpg);
	background-position: bottom center;
	text-align: center;	
	color: #0f6bb2; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
}
img {
    border: 0;
}

a:link {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
form {
  margin: 0;
  padding: 0;
  display: inline;
}
#header {
	margin:auto;
	background-image: url(/images/page_top.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 39px;
}
#headline h1{
	width: 890px;
  margin:auto;
    
	text-align: left;
	font-size: 12px;
	color: #0f6bb2;
	background:transparent;
	font-weight: normal;
	padding-top: 19px;
	margin-top: 0px;
}

#page {
	width: 990px;
	margin:auto;
	background-image: url(/images/page_bg.png);
	overflow: hidden;
}
#page_top {
	width: 890px;
	margin:auto;
}
#logo {
  clear: both;
	text-align: left;
	height: 149px;
	width: 540px;
 	float: left;
}
#weather {
	height: 155px;
	width: 350px;
  float: left;
}
#upper_menu {
  float: right;
	height: 40px;
	overflow: hidden;
}

#banner{
	clear: both;
}

#left_col{
	text-align:left;
	width: 160px;
	overflow: hidden;
	float:left;
	margin-left: 35px;
	min-height: 400px;
}
#center_col{
	width: 580px;
	float:left;
	overflow: hidden;
	min-height: 400px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}


#center_col {
	background:transparent;
	padding-left:5px;
	padding-right:5px;
	width:580px;
}

#content_title{
	clear: both;
	padding-left:5px;
	padding-bottom: 0px;
	width: 325px;
	height: 65px;
	float: left;
		
	display : table;
	overflow: hidden;
}
#content_title h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
	margin-top: 6px;
	display: table-cell;
	vertical-align: middle;
}
#content_rating{
	background-image:url(/images/rating.png);
	background-repeat:no-repeat;
	width:220px;
	height:65px;
	padding-top:5px;
	float: left;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
}

.rating_img{
  position: relative;
	top: 4px;
}

#content_rating input{
	padding:0px;
	margin:0px;
}

#content_body{
	margin: 0px;
	clear: both;
}

#content_body_top {
	background-image:url(/images/centercol_top.png);
	background-repeat:no-repeat;
	height:17px;
	overflow:hidden;
	width: 580px;
}

#content{
	clear: both;
	float:left;
	display: inline;
	overflow: visible;
}

#content_body_bg{
	background-image:url(/images/centercol_bg.png);
	background-repeat:repeat-y;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
	width:550px;
}

#content_body_bottom{
	background-image:url(/images/centercol_bot.png);
	background-repeat:no-repeat;
	height:15px;
	overflow:hidden;
	width:580px;
}

#right_col{
	text-align:left;
	width: 160px;
	overflow: hidden;
	float:left;
	min-height: 400px;
}
div.Seperator{
	height:12px;
	width: 140px;
	background-image: url(/images/seperator.png);
	background-repeat: repeat-x;
	margin-top: 4px;
}
#footer {
	background-image: url(/images/page_bot.png);
	background-repeat: no-repeat;
	clear: both;
	width: 990px;
	height: 70px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	padding-top:17px;
}
