#masthead {
	height: 100px;
	width: 750px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/mastheadBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url(images/mastheadBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav {
	position: absolute;
	height: 100%;
	width: 20%;
	left: 0px;
	top: 101px;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #CCCCCC;
}
#content {
	position: absolute;
	height: 100px;
	width: 80%;
	left: 189px;
	top: 102px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
	text-align: left;
}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
h3 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
h4 {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
h5 {




	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	color: #FF0000;
	text-decoration: underline;
}
