/******************
 * START EMPTY.CSS
 */

/*--------------------------------
 * COMMON COLORS
 * -------------------------------
 * 
 * wave-blue => #0e8ac6
 * background-white => #ffffff
 * content-background-green => #cecd01
 * extra-background-green => #babf0b
 * 
 * -------------------------------
 */

body#body
{
	text-align:center;
}

div#wrapper
{
	text-align: left;
   	width: 966px;
   	margin: 0 auto;
   	position:relative;
	background:transparent url("/images/redesign/side_shadow.jpg") repeat-y scroll 0px 0px;
}

div#header
{
	height:auto;
	position:relative;
	width:966px;
	height:242px;
}

img#banner
{
	position: static;
	margin-left:0;
	margin-top:4px;
	z-index:80;
}

a#mask
{
	display:block;
	background:transparent url("/images/redesign/header_bg.gif") no-repeat scroll 0px 0px;
	height:202px;
	width:966px;
	top:30px;
	left:0px;
	position:absolute;
	z-index:90;
}

div#main
{
	position:relative;
	padding:0 0px 20px 5px;
}

div#navigation
{
	float:left;
	margin-left:10px;
	padding:0px;
	position:relative;
	width:220px;
}

div#content
{
	float:left;
	margin-right:10px;
	padding-left:20px;
	position:relative;
	width:700px;
}


/*
 * END EMPTY.CSS
 ***************/
