/* CSS Document */

html{
	height:auto;
}

body{
	background-color:#0e2840;
	text-align:center;
	margin:0px;
	height:auto;
}

#container{
	width:768px;
	background-color:#ffffff;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
}

#wrapper{
	padding-top:5px;
	width:768px;
	text-align:left;
	height:auto;
}

#v_spacer{
	clear:left;
	height:20px;
	width:1px;
}

#h_spacer{
	clear:right;
	float:left;
	height:1px;
	width:16px;
}

#clearfix{
	clear:both;
}