	body {
		background:url(../images/mainbg.jpg) left repeat-y;
		background-color:white;
		margin:0px;
		padding:0px;
		border:0px;
		}
	#toplogo {
		width:100%;
		height:75px;
		background:url(../images/topbg.jpg) repeat;
		border:0px;
		padding:0px;
		margin:0px;
		}
	#photos {
		width:100%;
		height:79px;
		background:url(../images/photosbg.jpg) repeat;
		border:0px;
		padding:0px;
		margin:0px;
		}
	#space {
		width:100%;
		height:17px;
		background:url(../images/spacebg.jpg) repeat;
		border:0px;
		padding:0px;
		margin:0px;
		}
	#buttonbar {
		width:100%;
		height:20px;
		background:url(../images/buttonbg.jpg) repeat;
		border:0px;
		padding:0px;
		margin:0px;
		}
	.button {
		background:url(../images/buttonsep.jpg) right no-repeat;
		padding: 0px 20px 0px 20px;
		}
	#buttonbar a:link {
		color:#faf8f5;
		text-decoration:none;
		padding:0px;
		margin:0px;
		border:0px;
		height:22px;
		}
	#buttonbar a:visited {
		color:#faf8f5;
		text-decoration:none;
		padding:0px;
		margin:0px;
		border:0px;
		height:22px;
		}
	#buttonbar a:active {
		color: #DDDDDD;
		text-decoration:none;
		background:url(../images/butselbg.jpg) bottom repeat ;
		padding:0px;
		margin:0px;
		border:0px;
		border-top:0px;
		border-bottom:solid 1px #26231f;
		height:22px;
		}
	#buttonbar a:hover {
		color: #DDDDDD;
		text-decoration:none;
		background:url(../images/butselbg.jpg) bottom repeat ;
		padding:0px;
		margin:0px;
		border-top:0px;
		border-bottom:solid 1px #26231f;
		height:22px;
		}
	#shadow {
		width:100%;
		height:15px;
		background:url(../images/contentbg.jpg) repeat;
		border:0px;
		padding:0px;
		margin:0px;
		}
	#rightbar {
		float:left;
		width:150px;
		color:#faf8f5;
		padding:0px 10px 0px 8px;
		font-size:small;
		font-style:italic
		}
	#rightbar h1 {
		color:#faf8f5;
		border-top:solid 1px #776652;
		border-bottom:solid 1px #776652;
		font-size:medium;
		margin:10px 0px 5px -5px;
		font-style:normal;
		text-indent:0px;
		padding:0px 0px 0px -5px;
		}
	#content {
		margin:0px 15px 0px 185px;
		color:black;
		border-bottom:solid 1px #776652;
		padding:0px 0px 10px 0px;
		width:475px;
		}
	#content h1 {
		color:#776652;
		border-bottom:solid 1px #776652;
		font-size: xx-large;
		margin:0px 0px 5px 0px;
		padding:0px 0px 0px 0px;
		font-variant:small-caps;
		}
	.inlineimgleft {
		float:left;
		border:solid 2px #776652;
		margin:0px 10px 0px 0px
		}
	.doclist {
		display: table-cell;
		margin:10px 10px 10px 10px;
		width:150px;
		text-align:center;
		}
	.doclist img {
		border:solid 2px #776652;
		}
		
	.doclist a:link {color:#776652; text-decoration:none}
	.doclist a:visited {color:#776652; text-decoration:none}
	.doclist a:active {color:black; text-decoration:none}
	.doclist a:hover {color:black;text-decoration:none}
	.doclist a:active img {border:solid 2px black; text-decoration:none}
	.doclist a:hover img {border:solid 2px black; text-decoration:none}
		
	a:link {color:#776652}
	a:visited {color:#776652}
	a:active {color:black}
	a:hover {color:black}

	
	h2	{
		font-style: italic;
		color:#776652;
		}
	p	{
		margin:auto 10px auto 10px;
		}

