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

body a:link, body a:visited {
	color: #FFAF16;
	border-width: 1px;
	}

/*TEXT STYLES*/

.nav1 {
	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;
	}
	
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	}
	
.menuhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC66;
	line-height: normal;
	font-weight: bold;
	}
	
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
	line-height: normal;
	font-variant: normal;
	}
	
.contactbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
	line-height: normal;
	font-weight: bold;
	}

/*LINK STYLES*/

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

.nav1 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;
	}
	
.contact a:link, .contact a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC66;
	text-decoration: underline;
	}
	
#text a img{
	border: 1px solid #FFAF16;
	}

/*LAYOUT*/

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

#header {
	background-image: url(images/header.jpg);
	position: relative;
	width: 767px;
	height: 118px;	
	}
	
#nav {
	position: relative;
	float: left;
	top: 20px;
	width: 177px;
	height: auto;
	margin-bottom: 15px;
	z-index: 99;
	}	

#nav1 {
	background-image: url(images/contentbg.jpg);
	position: relative;
	left: 10px;
	width: 167px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 50px;
	z-index: 99;
	}

#nav2, #nav3, #nav4 {
	background-image: url(images/contentbg.jpg);
	position: relative;
	left: 10px;
	width: 167px;
	padding-left: 10px;
	height: auto;
	margin-bottom: 20px;
	z-index: 99;
	}

#nav5 {
	position: relative;
	text-align: center;
	left: 10px;
	width: 167px;
	height: auto;
	margin-bottom: 20px;
	z-index: 99;
	}
	
#content {	
	position: relative;
	float: left;
	top: 20px;
	left: 10px;
	width: 539px;
	height: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	z-index: 99;
	}

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


	
	
