	
	BODY{
		background-color: #512b02;
		margin, padding: 0;
		color: white;
		font-family: "Trebuchet MS", Arial, "Sans Serif";
		line-height: 1.5em;
		font-size: 12px;
	}
	
	#RootDiv{
		width: 1004px;
		margin-left: auto;
		margin-right: auto;
		background-image: url('/images/gui/main_bg.gif');
	}
	
	A{
		color: #edc400;
	}
	
	IMG{
		border: none;
	}
	
	#TopOfPage{
		width: 1004px;
		margin, padding: 0;
		background-image: url('/images/gui/top.gif');
		background-repeat: no-repeat;
	}
	
	#TopOfPageContent{
		position: relative;
		margin: 0;
		padding-top: 23px;
		padding-left: 27px;
		padding-right: 27px;
	}
	
	#BottomOfPage{
		width: 1004px;
		margin, padding: 0;
	}
	
	#Page{
		width: 1004px;
		background-repeat: repeat-y;
		}
	
	#PageContent{
		margin: 0 27px;
		position: relative;
		background-image: url('/images/gui/dessert_bars.gif');
		background-repeat: no-repeat;
	}
	
		#CornerPhoto{
			position: absolute;
			top: 0;
			right: 0;
			border-left: solid #bbb 1px;
			border-bottom: solid #bbb 1px;
			padding-left: 4px;
			padding-bottom: 4px;
		}
		#PageBody{
			width: 410px;
			padding-top: 20px;
			margin-left: 215px;
		}
		
		#Subnav{
			position: absolute;
			top: 50px;
			left: 20px;
			line-height: 2em;
		}
		#Subnav DT{
			font-weight: bold;
		}
		#Subnav DD{
			color: #edc400;
		}
		
		H1{
			color: #edc400;
		}
	
		#Footer{
			text-align: center;
		}
		
	#NavStripe{
		background-image: url('/images/gui/nav_bg.gif');
		height: 39px;
		width: 787px;
		position: absolute;
		top: 90px;
		left: 190px;
	}
	
	#Nav{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#Nav LI{
		display: inline;
	}
	
	.borderImage{
		border: solid #bbb 1px;
		padding: 4px;
	}