body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*TEXT STYLES*/

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #FFFFFF;
	line-height: 25px;
	}
	
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-variant: normal;
	}

/*LINK STYLES*/

.nav a:link, .nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #FFFFFF;
	line-height: 25px;
	text-decoration: none;
	}

.nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #FFAF16;
	line-height: 25px;
	text-decoration: underline;
	}
	
.body a:link, .body a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	}

/*LAYOUT*/

#page {
	background-image: url(images/bodybg.jpg);
	width: 767px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 10px;
	}

#header {
	background-image: url(images/header.jpg);
	position: relative;
	width: 767px;
	height: 118px;	
	}
	
#nav {
	background-image: url(images/contentbg.jpg);
	position: relative;
	float: left;
	top: 20px;
	left: 10px;
	width: 177px;
	padding-left: 10px;
	padding-bottom: -10px;
	padding-top: -10px;
	}
	
#content {
	
	position: relative;
	float: left;
	top: 20px;
	width: 539px;
	height: auto;
	margin-bottom: -35px;
	padding-bottom: 0px;
	padding-top: 0px;
	z-index: 99;
	}
	
#text {
	background-image: url(images/contentbg.jpg);
	position: relative;
	float: left;
	padding-left: 10px;
	width: 350px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
	z-index: 99;
	}
	
#pho {
	position: relative;
	float: right;
	width: 150px;
	height: auto;
	left: 5px;
	}
	
#footer {
	background-image: url(images/footer.jpg);
	position: relative;
	width: 767px;
	height: 82px;
	z-index: 1;
	}
	
img {
	border: 1px solid #FFAF16;
	margin: 5px 0px 5px 0px;
	}
	
#spacer {
	clear: both;
	}
