html {height:100%; background:#000;}
body {
	margin:0;
	padding:0;
	background:#000;
}
* html body {height:100%;}
*+ html body {height:100%;}
a {text-decoration:none; color:#FFF;}
#header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	padding-right:15px;

}

#nav {
	background-color: #03b0ca;
	background-image: url(../images/nav_background.gif);
	background-position: bottom;
	height: 333px;
	line-height:30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
}
#nav a {
	text-decoration:none;
	color:#FFF;
	
}

#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
	 margin-left:15px;
	margin-right:15px; 
	/* height: 333px; */
}
#contentbg {
	background-color: #2493a4;
	background-image: url(../images/content_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;	

}


