#header {
	position: absolute;
	height: 76px;
	width: 381px;
	top: 0px;
	right: 50%;
}
html {
	background-color: #D0D0D0;
}
#section_header {
	top: 60px;
	position: absolute;
	height: 324px;
	width: 753px;
	margin-left: -376px;
	left: 50%;
}
#master_footer {
	font-family: "Arial Narrow";
	font-size: 12px;
	font-variant: small-caps;
	color: 5D5D5D;
	position: absolute;
	width: 753px;
	margin-left: -376px;
	bottom: 0px;
	left: 50%;
	letter-spacing: 2px;
	
}
/*Begin Navigation*/
#navigation {
	font-family: Arial;
	font-size: 10.5px;
	color: #666666;
	position: absolute;
	height: 30px;
	width: 310px;
	margin-left: 53px;
	left: 50%;
	top: 61px;
	text-align: center;
	vertical-align: 50%;
}
#navigation a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#navigation a:hover {
	text-transform: uppercase;
	background-color: #333333;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: D0D0D0;
	font-style: normal;
	text-decoration: none;
}

/*End Navigation*/
/*Content Areas*/

#content{
	left: 50%;
	margin-left: -376px;
	top: 430px;
	position: absolute;
	bottom: 20px;
}
#content ul {
	list-style-image: url(/images/content-ul-graphic.gif);
}
#content .title {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: 1px;
}
#content .text{
	font-family: Arial;
	font-size: 11px;
	color: 5D5D5D;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 1px;
	font-weight: normal;
}
/*End Content Areas*/
