body {
	margin: 0;
	padding: 0;
	text-align:center; /*center hack*/
}

#wrap {
	width: 900px;
	margin: 0 auto 0 auto;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	font-size: .83em;
	text-align:justify;
}

#nav {
    width: 194px;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}
#contactus {
	text-align:center;
	border: solid 1px #881828;
}
#contactus h2{
	color: #881828;
}

#header {
	width: 900px;
}

#header table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#header table td{
	padding: 0;
}

#sidebar {
	margin-top: 0;
}

ul#sidebar {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 194px;
}

ul#sidebar a {
	text-decoration: none;
	display: block;
	padding: 0;

}
ul#sidebar a img{
	border: none;
}

.footer {
	margin-left: 10px;
}

.black_heading {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

ul#sidebar li { display: inline; } /*IE GAP HACK */

#content {
	float: right;
	width: 700px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#edit_box {
	
	height: 345px;
	text-align: center;
}

#edit_box h2{
	font-weight: normal;
}


h1 {
	font-family: 'Arial Black', Ariel;
	font-size: 24px;
	color: #2A4E8C;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}

.h1_highlight	{
	color: #980F39;
}

a.maroon {
	border-bottom: 1px dashed #980F39;
	color: #980F39;
	font-weight: bold;
	text-decoration: none;
}

#contact_details {
	font-size: 0.9em;
	position: absolute;
	top: 150px;
	left: 20px;
	text-align: center;
	width: 160px;
	color: #ffffff;
}

#contact_details a {
	color: #ffffff;
}


/* IE */
* html #content {
	
}
* html #nav {
	padding: 0;
	margin: 0;
}
