body {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/background.png);
	font-size: 11px;
	font-family: Helvetica,Arial,sans;
	color: #616161;	
}

body,html {
	margin: 0px;
	height: 100%;
}

#container {
	position: absolute;
	height: 544px;
	top: 50%;
	margin-top: -272px; /* Half the height of the DIV */
	width: 926px;
	left: 50%;
	margin-left: -461px;  	/* Half the width of the DIV */
}

img {
	border:0px;
}

#header {
	margin-left: 0px;
	float: left;
	margin-top: 0px;
	height: 117px;
	width: 100%;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
}

#left_col {
	margin-top: 0px;
	width: 503px;
	height: 384px;
	float: left;
}

#right_col {
	margin-top: 0px;
	width: 420px;
	height: 384px;
	float: right;
}

#frame_content {
	height: 355px;
	width: 100%;
	margin-top: 0px;
	background-color: #FFF;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#footer {
	width: 100%;
	float:left;
	height: 44px;
	margin-top: 0px;
}

#footer_right {
	width: 520px;
	float:right;
	height: 44px;
	margin-top: -5px;
	text-align: right;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	font-family: Helvetica,Arial,sans;
	color: #4e4e4e;	
}

#sidenav {
	border-width: 1px;
	margin-top: 115px;
	float: right;
	text-align: right;
	width: 420px;
	font-size: 16px;
}


#topnavigation {
	height: 20px;
	width: 100%;
	z-index: 99;
	padding: 0px;
	margin-top: 117px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	clip: rect(0px,auto,auto,auto);
	position: static;
}
