p {
font-family: Tahoma;
font-size: 12pt;
}
a:link {
text-decoration: none;
font-weight: 700;
color: #CC3300;
}
a:hover {
color: #FFFF99;
background-color: #CC3300;
font-weight: 700;
}
#nav {
position: absolute;
left: 0;
top: 160px;
}

#content {
background-image: url(bkg1.jpg);
background-repeat: repeat;
margin-left: 197px;
width: 750px;
padding-right: 10px;
border-right: 1 solid #666633;
}

p.footer {
font-family: Tahoma;
font-size: 10pt;
}

.menu
{
	border: 0px;
	margin-left: -20px;
	list-style-type: none;
	width: 160px;
}
/* Collapse the List Item Tags */
.menu li {display: inline;}

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color: #FFFF99;
	font: bold 14px Tahoma;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
}
/* Specify the rollover style for the links */
.menu a:hover
{
	padding-left: 20px;
	margin-left: 20px;
	background-color: transparent;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

h1 {
font-family: Tahoma;
font-size: 14pt;
color: #7F8942;
font-weight: 700;
}