* {
	padding:0;
	margin:0;
	border:none;
	z-index:0;
}

html, body {
	width:100%;
	height:100%;
/*	overflow:hidden;*/
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#17337b;
	background-color:#c3d3fd;
}

h1 {
	text-align:center;
	font-size:16px;
}

hr {
    clear:both;
    color:#17337b;
}

#wrapper {
	position:relative;
	width:752px;
	height:100%;
	margin:0 auto;
	/*background-color:#f00;*/
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}

#header {
	position:relative;
	height:100px;
	background-color:#fff;
	/*background-color:#00f;*/
}

#main_menu {
	position:relative;
	height:20px;
	background-color:#ae0000;
	border:1px solid #17337b;
	border-bottom:none;
	z-index:2;
}

#content_wrapper {
	position:absolute;
	top:121px;
	bottom:33px;
	width:750px;
	border:1px solid #17337b;
	border-bottom:none;
}

#content {
	position:relative;
	top:121px;
	bottom:33px;
	background-color:#fff;
	/*background-color:green;*/
	overflow:auto;
}

#footer {
	position:absolute;
	width:750px;
	height:32px;
	bottom:0;
	background-color:#c3d3fd;
	border:1px solid #17337b;
	border-bottom:none;
}

#footer a:hover {
	color:#626afd;
}
