body
{
	background-image:url(images/title.jpg);
	background-repeat:no-repeat;
	background-position:100px 25px;
	font-family:arial;
	font-size:12pt;
}

div#image
{
	position:absolute;
	top:210px;
	left:100px;
	width:305px;
	height:460px;
}

div#content
{
	position:absolute;
	top:260px;
	left:425px;
	width:525px;
	height:500px;
	background-color:rgb(224,231,211);
}

#content a
{
	color:rgb(81,95,54);
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline;
}

div#nav
{
	position:absolute;
	top:690px;
	left:100px;
	width:305px;
	height:70px;
	color:rgb(224,231,211);
	background-color:rgb(81,95,54);
	font-size:16pt;
	text-align:center;
	line-height:35px;
}

#nav a
{
	color:rgb(224,231,211);
	text-decoration:none;
	font-family:centaur;
}

#nav a:hover
{
	color:#ffffff;
}

div#header
{
	position:absolute;
	top:210px;
	left:425px;
	height:50px;
	width:165px;
	background-color:rgb(224,231,211);
}

h1
{
	font-family:centaur;
	font-size:24pt;
	font-weight:bold;
	margin-left:20px;
}

h2
{
	font-family:centaur;
	font-size:18pt;
	font-weight:bold;
	margin-left:20px;
}

p
{
	padding:25px;
	text-align:justify;
}
