body,html {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 100%;
    color: #333333;
    background-color: #FFFFFF;
		text-align: center;
}
body {
		min-width:750px;
}
#wrap {
		background:#CCCC99;
		border-top: medium solid #FFFFFF;
		margin: 0 auto;
		width:750px;
		border-bottom: medium solid #FFFFFF;
}
#masthead {
		width:750px;
    margin: 0 0 0 0;
    background: #999966;
    border: 1px solid #000000;
    font: italic bold normal large Georgia, "Times New Roman", Times, serif;
    font-size: 1.9em;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#nav {
		text-align: left;
		float: left;
    width: 150px;
    margin: 2 0 0 0;
		padding: 20px 10px;
		font: normal Georgia, "Times New Roman", Times, serif;
}
#maincontent {
		float: right;
    width: 600px;
    margin: 0 0 0 0;
    text-align: left;
		border-left: medium solid #FFFFFF;
    background: #CCCC99;
    padding: 20px 30px;
    font: normal Georgia, "Times New Roman", Times, serif;
    font-size: .9em;
    line-height: 1.2em;
}
#footer {
    margin: 2px 0 0 0;
    padding: 3px 0 3px 0;
   	font: normal Georgia, "Times New Roman", Times, serif;
    font-size: .7em;
    background: #999966;
    border: 1px solid #000000;
   	width:750px;
}
#photoborder {
		border: medium solid #FFFFFF;
}
#photoheader {
   	font: normal Georgia, "Times New Roman", Times, serif;
    font-size: .9em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}
#photofooter{
   	font: normal Georgia, "Times New Roman", Times, serif;
    font-size: .6em;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}
#phototext
{
   	font: normal Georgia, "Times New Roman", Times, serif;
    font-size: .9em;
    line-height: 1.2em;
}
h1, h2 {
    margin: 30px 0 0 0;
    font-size: 1.8em;
    font: normal Georgia, "Times New Roman", Times, serif;
    color: #666633;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
h3{
    font: normal Georgia, "Times New Roman", Times, serif;
}
p{
    font: normal Georgia, "Times New Roman", Times, serif;
}
/* h1, h2 {
    margin: 30px 0 0 0;
    font-size: 1.6em;
    color: #C2B992;*/
}
 /* unvisited link */
a:link {
    color: #666633;
}
/* visited link */
a:visited {
		color: #666633;
}
/* mouse over link */
a:hover {
    color: #000000;
    background: #CCCC66;
}
p.thick {
	font-weight: bold
}