 body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, helvetica, sans serif;
	font-size: 1em;
	background:url(test1.jpg); 
	background-repeat:no-repeat; 
	background-attachment: fixed; 

}

#main {
	margin: 5px 20px;

}
div.left {
	float: left;
	margin-right: 20px;
	width: 100px;
	margin-bottom: 20px;
}



div.top {
	float: left;
	width: 550px;
	margin-bottom: 30px;

}


div.middle {
	float: left;
	width: 500px;
	margin-bottom: 30px;

}


div.bottom {
	float: left;
	width: 500px;
	margin-bottom: 30px;

}


div.left p {
	text-align: center;
}
img {

	border: 0px none;
}

#page	{ 	border: 0px none;
		margin: 5px 5px 8px 5px;
		float: right; }

p.center {text-align: center}

div.center {
	width: 600px;
	height: 325px;
	margin-right : auto;
  	margin-left : auto;
	border: solid #F4A460 medium;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-width: 3px;
	border-right-width: 3px;

}

 div#footer {
            clear:          both;
		font-size:		.65em;
		border-top: solid #8B4513 medium;
            }

#pad {display:block; height:100px;}


h1	{
font-size: large;
color:	#630;
text-align: center;
}

h2	{
color:	#174417;
text-align: right;
border-bottom: medium solid #8B4513;}


h3	{
font: italic 900 small #B34700;
color:  #003333;
text-align: left;}


table		{
	font-family: verdana, helvetica, sans serif;
	border: 1px solid black;
	border-spacing: 0;
	background-color: ;
	width: 600px;}

td	{
	padding: 4px 6 px;
	border: 1px solid black;
	font-family: verdana, helvetica, sans serif;
	font-size: .65em;
	text-align: left;
	width: 120px;
	}
table.noborder		{
	font-family: verdana, helvetica, sans serif;
	font-size:11pt;
	border: 0px solid black;
	border-spacing: 0;
}

td.noborder	{
	font-family: verdana, helvetica, sans serif;
	font-size:11pt;
	border: 0px solid black;
	border-spacing: 0;
	padding:10px;
 	align:top;
}


.male	{background-color: #eee;}
.female {background-color: #FFD9BF;}

p	{	font-family: verdana, helvetica, sans serif;
		font-size: .75em;	}

div#navbar2 {
height: 30px;
width: 100%;
background-color: #3A3B13;
}
div#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
div#navbar2 li {
list-style-type: none;
display: inline;
}
div#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}
div#navbar2 li a:link {
color: #FFF:
}
div#navbar2 li a:visited {
color: #CCC;
}
div#navbar2 li a:hover {
font-weight: bold;
color: #FFF;
background-color: #9EB189;
}
