@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(assets/gui/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8FBFED;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:20px;
	min-width:850px;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:850px;
}

#logo {
	margin-left:28px;
	margin-top:12px;
	width:173px;
	float:left;
}
#nav {
	width:420px;
	margin-top:52px;
	margin-left:240px;
	position:absolute;
	z-index:1000;
}

a.navlink:link {
	border-right-width: 0px;
	border-right-style: none;
}

a.navlink:visited {
	border-right-width: 0px;
	border-right-style: none;
}

a.navlink:hover {
	border-right-width: 0px;
	border-right-style: none;
}


#footer {color:#FFFFFF; font-size:11px; text-align:center; padding-top:8px;}

a.footerlink:link {color:#FFFFFF; text-decoration:none;}
a.footerlink:visited {color:#FFFFFF; text-decoration:none;}
a.footerlink:hover {color:#FFFFFF; text-decoration:underline;}

