/******************
 * START EMPTY.CSS
 */

/*--------------------------------
 * COMMON COLORS
 * -------------------------------
 * 
 * header-background-blue:#1f94ba
 * wave-blue => #0e8ac6
 * background-white => #ffffff
 * content-background-green => #cecd01
 * extra-background-green => #babf0b
 * 
 * -------------------------------
 */

body#body
{
	text-align:center;
	background-color:#0e8ac6;
}

div#background
{
	background-color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
}

div#container
{
    text-align: left;
    width: 1000px;
    margin: 0 auto;
	position:relative;
}

div#wrapper
{
   width:1000px;
   float:left;
   position:relative;
   background:url('/images/empty/wrapper_background.png') top left repeat-y;
}

div#cornerBottom
{
	position:absolute;
	bottom:6px;
	left:0;
	width:54px;
	height:42px;
	background:url('/images/empty/wrapper_corner_bottom.png') bottom left no-repeat;
}

div#cornerTop1
{
	position:absolute;
	top:0;
	right:0;
	width:54px;
	height:21px;
	background:url('/images/empty/wrapper_corner_top1.png') top left no-repeat;
}

div#cornerTop2
{
	position:absolute;
	top:21px;
	right:0;
	width:19px;
	height:27px;
	background:url('/images/empty/wrapper_corner_top2.png') top left no-repeat;
}

div#main
{
	width:700px;
	float:left;
}

div#header
{
	position:relative;
	background: #1f94ba;
}

div#content
{
	min-height:210px;
	position:relative;
}

div#extra
{
	width:294px;
	float:left;
	position:relative;
}

div#navigation
{
	float:left;
	width:200px;
	position:relative;
	padding-top:107px;
}

div#logo
{
	position:absolute;
	top:-11px;
	left:-6px;
	width:145px;
	height:118px;
	background:url('/images/empty/logo.gif') top left no-repeat;
}

div#borderBottom
{
	clear:both;
	height:6px;
	background:url(/images/empty/wrapper_border_bottom.png) bottom left no-repeat;
}

div#footer
{
	height:35px;
	position:relative;
	padding-top:30px;
	background:url(/images/empty/waves.jpg) top left repeat-x;
}

/*
 * END EMPTY.CSS
 ***************/
