/******************
 * START EMPTY.CSS
 */

/*--------------------------------
 * COMMON COLORS
 * -------------------------------
 * 
 * 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: 960px;
    margin: 0 auto;
	position:relative;
}

div#wrapper
{
   width:820px;
   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;
	z-index:1;
	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:0px;
	right:0;
	width:195px;
	height:50px;
	background:url('/images/empty/extra_background_top.png') top right no-repeat;
}

div#main
{
	width:625px;
	overflow:hidden;
	float:left;
}

div#header
{
	position:relative;
	background: #0e8ac6;
}

div#content
{
	min-height:210px;
	position:relative;
}

div#extra
{
	width:190px;
	float:left;
	position:relative;
}

div#navigation
{
	width:140px;
	float:left;
}

div#borderBottom
{
	clear:both;
	height:7px;
	background:url(/images/empty/wrapper_border_bottom.png) bottom right no-repeat;
}

div#footer
{
	height:35px;
	position:relative;
	padding-top:30px;
	background:url(/images/empty/waves.jpg) top left repeat-x;
}

/*
 * END EMPTY.CSS
 ***************/
