@charset "utf-8";
/* CSS Document */

#container{
	/*overflow:auto; float containment */
	width:998px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	position: relative;
	background:#c4e2ff url(../images/body.jpg) repeat-y;
}

#header h1{
	margin:0; padding:0;
	text-indent:-9999px;
	background:url(../images/header.jpg) no-repeat;
	height:383px;
}
#sidebar{
	color:#fff;
	width:177px;
	float:left;
	margin-left:43px;
	display:inline; /* IE 6 double margin float hack */
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
#navigation li{
	margin:0 auto;
	padding:10px 0 20px 0;
	background:url(../images/nav-bg.jpg) 0 bottom no-repeat;
}
#navigation li a{
	color:#fff;
	text-decoration:none;
}
#content{
	float:left;
	width:715px;
	padding:0 10px;
}
#footer{
	width:100%;
	clear:both;
}
#utilities{
	float:right;
	text-transform: uppercase;
	text-align:center;
	margin-top:8px; padding:5px;
	border:1px solid #000;
	background-color:#fff;
	width:350px;
}

