

body
{
	left:0px;
	top:0px;
	margin-top:0px;
	background-attachment: scroll;
	background-color: #426184;
	background-image: url(images/bg_main_01.jpg);
	background-repeat: repeat-x;
	
}

#outer
{
	width: 900px;
	margin: 0 auto;
	position:relative
	}


#container 
{
	background-color:White;
	width: 890px;
	margin: 0 auto;
	height:100%;
	
}
#header {
	position:absolute; 
	margin:0 auto; top:0px; width:890px; height:282px; z-index:2; text-align:left;
	
}
#navigation
{
	width: 150px; float: left;
	position:relative;
	min-height:100%;
	}
#content
{
	width: 680px; float: right; position:relative;

	}
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 68px;
}
#navigation ul
{
	list-style: none;

	}

#navigation li
{
	display: inline;
	width:170px;height:20px; text-align:right;
	margin-left:-35px;
	display:block;
	margin-bottom:10px;
	}
	
label{
	float:left;
	text-align:left;
	margin:5px;
	width:200px;
	display:block;
}

.clearAll{
	clear:both;
}

.buttons {
	background-color:#426184;
	color:White;
	
	text-align:center;
	width:150px;
}
.buttons a{
	color: #333;
}
.buttons a: hover{
	color: #FFF;
}