@charset "utf-8";
/* CSS Document */

#wrap {
	margin:0 auto;
	width:770px;
	/* border: 1px dotted #000; */
}

#header { background:#eee; border-bottom:1px solid #A7A7A7; margin-bottom: 1px; }

#nav {
	padding: 7px 7px 0 7px;
	margin-bottom: 5px;
	border-bottom:1px solid #A7A7A7;
	background-image: url('../images/bgblue.gif');
	background-repeat: repeat;
	font-family: Tahoma,Arial,Verdana,Helvetica,sans-serif;
	font-size: 90%;
}

#main {
	float:left;
	width:540px;
	/* border: 1px solid #000; */
}


#sidebar {
	float:right;
	width:220px;
}

#footer {
	background:#39519c;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin-top: 10px;
	color: #FFFFFF;
	padding: 5px;
	font: 12px normal Arial, Helvetica, sans-serif;
}

#footer a:link {	text-decoration: underline;	color: #fff; }
#footer a:visited {	text-decoration: underline;	color: #fff;}
#footer a:hover {	text-decoration: underline;	color: #fff;}
#footer a:active {	text-decoration: underline;	color: #fff; }
#footer a.selected {text-decoration: underline; color: #060; }


