body {
	color:#000000;
}
#middle {
	color:#000000;
}
/*
	Layout Elements
*/
#container {
	width:931px;
	height:1150px;
	background-image:url(/images/contentBG_white.jpg);
}

#header {
	position:relative;
	width:931px;
	height:184px;
	background-image:url(/images/header_white.jpg);
}

#left {
	position: relative;
	left: 6px;
	top: 45px;
	width:160px;
	float: left;
	display:inline;
/*	border: 1px solid red;*/
}

#right {
	position: relative;
	float:right;
	display:inline;
	top: 15px;
	right: 12px;
/*	border: 1px solid red;*/
	width:145px;
	font-size:7pt;
	line-height:16px;
}

#right a {
	color:#000000;
}

#right a:hover {
	color:#7d2205;
}