html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #dedede;
	margin:0;
	padding:0;
	height:100%;
}

img {
	border:0;
}

#container {
	width:573px;
	height:100%;
}

#header {
	width:600px;
	height:196px;
	background: url(../images/banner.jpg);
}
	
#bluebg {
	position:relative;
	left:7px;
	background:url(../images/blueBar.gif) center repeat-y;
	width:600px;
	min-height:100%;
}

* html #bluebg {
	height: 100%;
}

#menu {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	width:373px;
	position:relative;
	left: 20px;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;	
}

#menu a:hover {
	color:#85bad8;
}

#main {
	width:353px;
	position:relative;
	left:20px;
	text-align: left;
	padding:10px 10px;
}

.currentpage {
	color:#85bad8;
}

