	/* OBSOLETE: Required declarations moved to screen.css */
	
	* {
		margin : 0;
		padding : 0;
	}
	body {
		font : normal 12px 'Trebuchet MS',Arial,Helvetica;
		line-height : 15px;
		text-align : center;
		color : #000;
		margin : 20px 0;
		background : #2B1209;
	}
	a:link,a:visited {
		color : #B04701;
		text-decoration : none;
	}
	a:visited {
		color : #B08A70;
	}
	a:hover,a:active {
		text-decoration : underline;
	}
	
	#container {
		width : 961px;
		text-align : left;
		margin : 0 auto;
		background : #F5F5F5;
	}
	#header {
		height : 109px;
		background : url('../img/bg_header.jpg') no-repeat top left;
	}
	#header h1 a:link, #header h1 a:visited {
		display : block;
		float : left;
		width : 350px;
		height : 109px;
	}
	#header h1 span {
		display : none;
	}
	
	#login {
		width : 295px;
		float : right;
		padding-top : 7px;
		font-size : 12px;
	}
	#login h3 {
		font : bold 16px Georgia,'Times New Roman',serif;
		line-height : 20px;
		color : #821D02;
		padding-left : 120px;
	}
	#login ol {
		list-style : none;
	}
	#login ol li {
		clear : left;
		padding-bottom : 1px;
	}
	#login ol li label {
		width : 110px;
		float : left;
		text-align : right;
		padding-top : 4px;
		padding-right : 10px;
		font-size : 12px;
	}
	#login .loginActions {
		text-align : right;
		padding-right : 59px;
		font-size : 11px;
	}
	#login .login_text {
		width : 112px;
		font-size : 12px;
	}
	#login_go {
		margin-left : 7px;
		vertical-align : middle;
	}
	
	#footer {
		height : 30px;
		padding-left : 15px;
		padding-top : 17px;
		padding-bottom : 40px;
		background : #2B1209 url('../img/bg_footer.gif') no-repeat top left;
	}
	#footer ul {
		list-style : none;
		font-size : 11px;
		line-height : 14px;
	}
	#footer ul li {
		display : inline;
		color : #603615;
		padding : 0 5px;
		border-left : 1px solid #000;
	}
	#footer #first {
		border : none;
	}
	#footer a:link,#footer a:visited {
		/*color : #CD8739;*/
	}
	#content p {
		margin-bottom : 14px;
	}
	
	#index {
		font-size : 15px;
		line-height : 18px;
	}
	#index #masthead {
		position : relative;
		height : 349px;
		background : url('../img/masthead_main.jpg') no-repeat top left;
	}
	#index #masthead #quote {
		position : absolute;
		top : 20px;
		left : 30px;
		width : 170px;
		font : normal 13px Georgia,'Times New Roman',serif;
		color : #fff;
	}
	#index #content {
		width : 620px;
		float : left;
		margin : 20px 0;
		padding : 0 30px;
		border-right : 1px solid #DFBB93;
	}
	#index #mary_blurb {
		padding-top : 40px;
	}
	#index #box {
		clear : both;
		width : 553px;
		margin-left : 30px;
		margin-bottom : 14px;
		background : #ECE1C5 url('../img/bg_box.gif') no-repeat bottom left;
	}
	#index #box ul {
		padding : 20px 20px 20px 30px;
		background : url('../img/bg_boxinset.gif') no-repeat top left;
	}
	
	#index #sidebar {
		width : 250px;
		float : right;
		padding-top : 130px;
		background : url('../img/bg_indexsidebar.jpg') no-repeat -1px 0;
	}
	#index #sidebar #options_box {
		padding-bottom : 30px;
	}
	#index #sidebar #options_box p {
		margin-left : 14px;
		margin-bottom : 3px;
		padding-bottom : 0;
	}
	
	.right_img {
		float : right;
		margin : 0 0 5px 10px;
	}
	.left_img {
		float : left;
		margin : 0 10px 5px 0;
	}
