@charset "utf-8";
/* CSS Document */


#wrapper {
	margin-left:px;
	width: 768px;
	position:relative;
	top:-25px;
}

#nav {
	text-align:right;
	height:33px;
	
}
#nav li {
	display: inline;
}
#nav li a {
	display: inline;
}
#load {
	display: none;
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

