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


#wrapper {
	width:750px;
	margin: 0;
	padding:5px 0px 5px 0px;
	border:12x solid #2e2e2e;
	position:relative;
}

#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	display: block;
	overflow: hidden;
	font-size:12px;
	height:33px;
	text-transform:capitalize;
	background-color:#FFFFFF;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	padding: 10px 10px;
	color:#663366;
	font-family:"Georgia";
	font-weight:700;
	font-size:13px;
	text-decoration: none;
}
#nav li a:hover {
	border-bottom:1px dotted #663366;
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#content {
}

p {
	margin: 0;
	padding: 0.4em 0 0 10px;
	color:#666666;
	line-height:1.4em;
	font-size:12px;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}


