* {padding:0;margin:0;}

.clear {
	clear:both;
}

.imgright {
	margin-left:1em;
	margin-bottom:1em;
}
.imgleft {
	margin-right:1em;
	margin-bottom:1em;
}
a {
        color:#B2162F;
        text-decoration:none;
}
body {
	background:#210602;
	font-family:Verdana;
}
#wrap {
	width:54em;
	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;
}
#nav ul {
	list-style:none;
	padding-top:1em;
}
#nav li {
	margin:0;
	padding-left:3em;
	padding-top:1em;
        padding-bottom:1em;
	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;
	color:#4A010D;
	width:52em;
        min-height:46em;
	border-left:#5D0827 2px solid;
        padding:2.5em;
}

