body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 10 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.body img.hidden {
	display:none;
}

.body #container { 
	width: 780px;  
	background: #97190f;
	margin: 0 auto; 
	border: 1px solid #111111;
	text-align: left;
	border:1px solid #da9b42;
} 
.body #header { 
	padding: 0; 
} 

.body #header a img {
	border:none;
}

.body #header a:active img {
	border:none;
}

.body #navbar {
	text-align:center;
	background-image:url('images/navback.png');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
.body #navbar a {
	border:none;
	margin:0 10px;
}

.body #navbar a img {
	border:none;
}

.body #navbar a:active img {
	border:none;
}

.body #sidebar {
	float: left; 
	width: 180px; 
	background: #97190f;
	text-align:right;
	color:#f2e4d0;}
    .body #sidebar p {
        font-size:10px;
        line-height:16px;
        padding:0 0 0 8px;
        margin:0 0 10px 0;}
    .body #sidebar a { color:#da9b42; text-decoration:underline; }
    .body #sidebar a:hover { color:#f2e4d0; }
    .body #sidebar img.divider { margin:14px 5px 14px 0; }
    .body #sidebar h3 {
        font-family:Georgia,'Times New Roman',serif;
        font-size:14px;
        line-height:18px;
        margin:18px 0 4px 0;
        padding: 0 0 0 8px; }

.body #mainContent { 
	margin: 0 25px 0 240px; 
	padding: 0 5px 15px 0; 
	color:#f2e4d0;
	font-weight:normal; }
    .body #mainContent p {
        font-family:Verdana,Arial,Georgia,'Times New Roman',serif;
        font-size:12px;
        padding:5px 0;
        line-height:18px;
        margin:0; }
        .body #mainContent p em {
            font-size:12px;
            letter-spacing:1px;
            font-family:Georgia,Times New Roman; }

.body #mainContent ul li, 
.body #mainContent ul li p,
.body #mainContent table tr td p{
	margin:0;
	padding:0;
}

.body #mainContent a {
	color:#da9b42;
	text-decoration:underline;
	
}

.body #mainContent a:visited, a:active {
	text-decoration:underline;
	color:#da9b42;
}

.body #mainContent a:hover {
	text-decoration:none;
}

.body h2, h3, h5, h6{
	font-weight:normal;
	letter-spacing:0;
	padding-top:5px;
	line-height:17px;
	color:#da9b42;
}

.body #mainContent h2 {
    font-family:Georgia,'Times New Roman',serif;
    font-size:26px;
    font-style:italic;
    padding:7px 0 0 0;
    line-height:30px;}
.body #mainContent iframe {
	margin:10px;
	border:1px solid black;	
}

.body #prefooter {
	padding: 0 10px 0 20px; 
	height:43px;
	background-image:url('images/prefoottile.png');
	background-repeat:repeatx;
}
.body #footer { 
	padding: 0 10px 0 20px; 
	background:#330501; 
} 
.body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clear,
.clearfloat { clear:both; }