#SiteLayout {
	width: 730px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#PageHeading, #PageContent {
	clear: both;
}
#PageHeading{
	height: 116px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BB5555;
}
#SplashHeading{
	margin: 54px 0px 10px 10px; 
	clear:both;
}
#PageContent{
	margin: 10px 0px 10px 38px;
}
#Nav{
	margin: 1px 0px 4px 10px;
	font-size: 11px;
	font-weight:bold;
	color: #996600;
}

#SplashNav{
	margin: 0px 0px 10px 10px;
	font-size: 11px;
	font-weight:bold;
	color: #996600;
}

#Nav UL, #SplashNav UL{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border: none;
}
#Nav LI, #SplashNav LI{
	display: block;
	margin-right: 25px;
	float: left;
	padding: 0;
	width: auto;
}
#Nav LI.end, #SplashNav UL.end{
	display: block;
	margin-right: 0px;
	float: left;
	padding: 0;
	width: auto;
}
#Nav A:active, #Nav A:link, #Nav A:visited, #SplashNav A:active, #SplashNav A:link, #SplashNav A:visited{
	color:#996600;
	text-decoration : none;
}
#Nav A:HOVER, #SplashNav A:HOVER {
	color : #996600;
	text-decoration : underline;
}

#Logo {
	background-color: #990000;
}
#SplashContent{
	width: 425px;
	margin: 0px 0px 0px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BB5555;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BB5555;
}
#SplashLogo {
	margin-top: 30px;
	background-color: #990000;
}
#SplashText{
	padding: 15px;
}

#Footer{
	width: 
	margin: 20px 10px 20px 10px;
	padding: 10px;
	font-size: 10px;
	text-align: center;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BB5555;
	clear: both;
}