/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(imgs/bg_mc.gif) 0 0 repeat-x; 
	background-color:#eafbfb;
	text-align:center;
	margin:0 0 5px 0; 
	padding:0;
}
div#header {
	width:850px; height:16px;
	margin:0 auto 0 auto; padding:0;
	background-image:url(imgs/super_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
div#super {
	width:850px; height:auto;
	margin : 0 auto 0 auto; padding:0;
	background-image:url(imgs/super_middle.gif);
	background-repeat:repeat-y;
	}
div#footer {
	width:850px; height:22px;
	margin:0 auto 0 auto; padding:0;
	background-image:url(imgs/super_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	font-size:14px; color:#FFFFFF;
}

h1 {
	color:#dcf6fb; font-size:20px;
}

h2 {
	color:#dcf6fb; font-size:18px;
}
a.nav {
	color:#dcf6fb;
	text-decoration:none;
	}
a:hover.nav {
	color:#fff;
	text-decoration:underline;
}
