/* CSS Document */

body{font:Georgia, "Times New Roman", Times, serif; font-size:14px;}
h3{color:#005816;}

div#page_back{
	
	margin: 0 auto 0 auto; /*top right bottom left*/
	z-index: 0;
	top:0px;
	height:768px; /*688 for just the box*/
	width:1024px;
	/*background:url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	overflow:visible;
	position:inherit;
	left:5%;
	top:5%;
} 

div#title_img{
background:url(pictures/picture-7.png);
background-repeat:no-repeat;
height:58px;
width:817px;
position:relative;
top:-113px;
left:203px;
overflow:visible;
}


div#oneline{
background:url(images/1line.png);
background-repeat:no-repeat;
height:700px;
width:400px;
position:absolute;
top:100px;
margin-left:630px;
/*left:635px;
/*border:dashed;
border-width:thin;*/
}

#members{
z-index:3;
position:absolute;
top:310px;
border:hidden;
text-align:right;
border-spacing:20px;
}

#imgframe{
z-index:3;
position:absolute;
top:382px;
border:hidden;
margin-left:215px;
}

#textblock, #textblock2, #textblock3, #textblock4{
	z-index: 3;
	position:absolute;
	margin:-50px 0 0 225px;
	/*left: -7px!important;
	top: -62px!important;*/
	top: 145px!important;
	width: 440px;
	height: 50px;
	text-align:left;
}
#textblock2{	
	width: 800px;
	}
#textblock3{	
	width: 780px;
	}
#textblock4{	
	top:820px!important;
	text-align:right;
	width:800px;
	}

#text{
	z-index: 3;
	position:relative;
	left: 0px!important;
	top: 0px!important;
	margin:100px 0 0 200px;
	width: 600px;
	height: 50px;
}

/*div#imi{
position:inherit;
margin:75px 0 0 530px;
}*/

p{font:Georgia, serif; font-size:14px;}

#navigation{
	width: 119px;/*203*/
	height:119px;
	margin: 3px;/*1*/
	border-style:solid;
	border-size: 0px;
	border-width: 0px;
	position:relative;
	top:90px;
	z-index:2;
	/*background: url(images/navigation.png);
	background-repeat:no-repeat;
	overflow:hidden;*/
	}
#navigation li a {
	height: 22px;
	width::119px;/*203*/
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
#navigation ul{list-style-type:none;
text-align:right;
line-height: 22px;
font-size:20px;
position:relative;
top:-23px;
right:39px;
width:197px;/*203--sigh, 3xredundant?*/
}
#navigation li a:link, #navigation li a:visited {
	color: #000;
	display: block;
	background:  url(images/navigation.gif);
	/*background-color: #008a00;*/
	padding: 0px 0 0 0px;
	}
#navigation li a:hover {
	color: #aaa;
	background:  url(images/navigation.gif) -205px -0px;
	padding: 0px 0 0 0px;
	/*background-color: #8a0000;*/
	}