* {
	margin: 0;
	padding: 0;
}

body {
	background: #cccc99;
	
}


#header {
	background: url("../images/headerbackground.gif") repeat-x;
	height: 99px;
	width: 760px;
}

#headerphoto {
	float: left;
}

#endphoto {
	float:right;
}

.pagetitle {
	float: right;
	margin-right: 30px;
	margin-top: 25px;
	font-family: Baskerville Old Face, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 40px;
	color: #660000;
}

#content {
	float:left;
	width: 760px;
	padding: 0;
	margin: 15px 0 15px 0;
	
}

#leftcolumn {
	border: 3px solid #996633;
	margin-left: 15px;
	width: 150px;
	float: left;
	padding-bottom: 5px;
}

#rightcolumn {
	margin-left: 0;
	float: right;
	margin-right: 15px;
	width: 559px;
	
}

#buttons ul{
	list-style-type:none;
	padding-left: 10px;
	padding-top: 5px;
}

.buttonimg {
	width: 25px;
	height: 10px;
	padding-right: 10px;
	border: none;
}


#buttons li a {
	
	color: black;
	text-decoration:none;
}

#textjustify {
	/* text-align: justify; */
	
}
