* {padding:0;margin:0;}

.clear {
	clear:both;
}

.imgright {
	margin-left:1em;
}
.imgleft {
	margin-right:1em;
}
body {
	background:#210602;
	font-family:Verdana;
}
#wrap {
	width:50em;
	margin:0 auto;
}
#header {
	background:#4A010D;
	height:109px;
}
#border {
	background:url(../img/border.png) repeat-x;
	height:17px;
}
#container {
	background:url(../img/bg.gif);
}
#nav {
	width:11em;
	float:left;
	border-right:#5D0827 2px solid;
}
#nav ul {
	list-style:none;
}
#nav li {
	margin:0;
	padding-left:3em;
	padding-top:0.8em;
    padding-bottom:0.8em;
	font-size:90%;
}
#nav li a {
	color:#B2162F;
	text-decoration:none;
	font-weight:bold;
}
#nav li a:hover {
	color:#4A010D;
}
#nav li.active a {
	color:#4A010D;
}
#content {
	float:left;
	font-size:0.75em;
	margin:1em;
	color:#4A010D;
	width:49em;
}
