body {
margin: 0;
padding: 0;
text-align: center;/*hack to center our layout in IE5.x pc*/
background-color: #ffffff;
background-image: url(bg_image.gif);
background-repeat: repeat-y;
background-position:center
}
#wrapper {
width: 800px;
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: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	border-top-style: none;
	border-color: #FF6600;
	}
.content a:hover {
	color: #000000;
	text-decoration: none;
	
}

#leftimage2 {
	position:absolute;
	top: 147px;
	left: 200px;
	width: 52px;
	height:139px;
	background-image: url(index_r3_c2.gif);
}
#flash {
	position:absolute;
	top: 147px;
	left: 252px;
	width: 548px;
	height:112px;
}
#rightimage {
	position:absolute;
	top: 257px;
	left: 674px;
	width: 126px;
	
	background-repeat:repeat-y;
	background-color: #99CC00;
		
}
#googlead {
	position:absolute;
	top: 450px;
	left: 678px;
	width: 120px;

}
#leftimage3 {
	position:absolute;
	top: 257px;
	left: 252px;
	width: 422px;
	height:29px;
	background-image:url(index_r4_c3.gif)	
}
#subheader {
	position:absolute;
	top: 122px;
	left: 0px;
	width: 800px;
	height:25px;
	background-image:url(index_r2_c1.gif)	
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height:122px;
	background-image:url(index_r1_c1.gif)	
}
#leftimage {
	position: absolute;
	top: 147px;
	left: 0px;
	width: 200px;
	height:519px;
	background-image:url(index_r3_c1.gif)	
}
#nav li {
list-style:none; 
}
#nav {
	position: absolute;
	top: 275px;
	left: 655px;
	width: 147px;
		
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	list-style:none;
}
.nav a:hover {
	color: #FF6600;
	text-decoration: none;
}
#content {
	position: absolute;
	top: 295px;
	left: 209px;
	width: 454px;
	margin:0 0 0 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color:#333333
	
	}
