body {
margin: 0;
padding: 0;
text-align: center;/*hack to center our layout in IE5.x pc*/
background-color: #BEDACB;
background-image: url(backg.gif);
background-repeat: repeat-y;
background-position:center
}
#wrapper {
width: 790px;
margin: 0 auto;
position: relative; /*we need to position this relatively to contain our absolutely positioned nav div*/
text-align: left; /*re-aligns the text after the hack on the body*/
}
.content a:link, .content a:visited, .content a:active {
	color: #FF6600;
	text-decoration: underline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-variant: normal;
	border-top-style: none;
	border-color: #FF6600;
	}
.content a:hover {
	color: #000000;
	text-decoration: none;
	
}
#photopopup { 
	color: #FFffff;
	
	}
.photopopup a:link {
       color:#FFFFFF;
	   }
	   
     	
#leftimage2 {
	position:absolute;
	top: 157px;
	left:1px;
	height:900px;
	width: 157px;
	background-image: url(verticalbanner.jpg);
	background-repeat:repeat-y;
	}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height:157px;
	background-image:url(header.jpg)	
}

#leftimage {
	position: absolute;
	top: 158px;
	left: 0;
	width: 156px;
	background-image:url(header.jpg)	
	
}
#nav li {
	margin: 0 0 1px 0;
	padding: 0;
	list-style-type: none;
	}
#nav {
	position: absolute;
	top: 287px;
	left: 641px;
	width: 149px;
	margin: 1em 0 0 0; padding: 0;
}
 #nav ul {
list-style: none;
padding: 0;
margin: 0 0 1px 0;
}

#nav li a
{
	height: 1.75em;
	line-height: 1.75em;
	width: 11.25m;
	display: block;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-style: normal;
	
}
#nav li a:hover
{
	border: 1px solid #FFFFFF;
	color: #ffffff;
	background-color: #99ccCC;
}
/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
#content {
	position: absolute;
	top: 159px;
	left: 168px;
	width: 450px;
	margin:0 0 0 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color:#333333
	
	}
	#addressbox {
	position: absolute;
	top: 155px;
	left: 643px;
	width: 149px;
	height: 130px;
	margin: 1em 0 0 0; padding: 0;
	background-image:url(addressbox.gif);
	background-repeat:repeat-y;	
}
	#newsbox {
	position: absolute;
	top: 383px;
	left: 750px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color:#ffffff;
}
/*#footer {
	width:790px;
	text-align:center;
	color:#FFFFFF;
	background:#336699;
	position:absolute;
	bottom: 0px;
	left:239px;
	clear:both;
	
 }
 .footer a:link, .content a:visited, .content a:active {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-color:#ffffff;
 } 
 

