BODY{
	width: 100%;
	background: url(images/background.gif);
	background-repeat: repeat-y;
	border: 0;
	padding: 0;
	margin: 0;
	}
div.header{
	position: absolute;
	background: transparent;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 248px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1;
	}
div.navbar{
	position: absolute;
	background: transparent;
	left: 0px;
	top: 200px;
	width: 250px;
	height: 315px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 2;
	}
div.logo{
	position: absolute;
	background: transparent;
	left: 0px;
	top: 0px;
	width: 256px;
	height: 260px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 2;
	}
div.content{
	position: absolute;
	background: transparent;
	left: 255px;
	top: 166px;
	width: 465px;
	font-family: Arial, Microsoft Sans Serif, Times New Roman;
	font-size: 9pt;
	color: #000000;
	z-index: 2;	
	}
p.content2{
	background: transparent;
	font-family: Arial, Microsoft Sans Serif, Times New Roman;
	font-size: 6pt;
	color: #000000;
	z-index: 2;	
	}
	
div.copyright{
	text-align: center;
	font-size: 7pt;
	font-color: #000000;
	font-family; Arial, Microsoft Sans Serif, Times New Roman;
	z-index: 3;
	}
img.photoright{
	float: right;
	padding: 0px;
	margin: 0px;
	}
img.photoleft{
	float: left;
	padding: 0px;
	margin: 0px;
	}
A.Link1:link{
	font-family: Arial, Microsoft Sans Serif, Times New Roman;
	font-size: 8pt;
	color: #FFFFFF;
	z-index: 2;
	}
A.Link1:visited{
	font-family: Arial, Microsoft Sans Serif, Times New Roman;
	font-size: 8pt;
	color: #99ffff;
	z-index: 2;
	}
