/* CSS Document */
p,div,h1,h2,h3,h4,li,dl,dd,dt,form,table,td,tr{  margin:0px;  padding:0px;  border:0px;  border-collapse:separate;  border-spacing:0px;}input,select{  margin:0;  padding:0;}

body {
	text-align:center;
	background-color: #a29b97;
	position: relative;
	}
	
#content{
	position: relative;
	width: 932px;
	margin-left:auto;
	margin-right:auto;
	}
	
#top{
	width: 932px;
	height: 278px;
	position: relative;
	background-image: url(images/masthead.jpg);
	background-position: center;
	background-repeat: repeat;
	z-index:;
	}

#nav{
	width: 750px;
	height: 25px;
	top: 30px;
	left: 158px;
	background-color:;
	position: absolute;
	text-align:center;
	z-index:;
	}	
	
#mid{
	width: 932px;
	position: relative;
	background-image: url(images/bgrepeat.jpg);
	background-position:center;
	background-repeat:repeat-y;
	visibility: visible;
	padding-top:;
	padding-bottom:;
	padding-left:;
	padding-right:;
	z-index:;
	}		

#bottom{
	width: 932px;
	height: 66px;
	background-image: url(images/footimg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	z-index:;
	}
	
p	{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	}
	
li	{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	padding:5px;
	}
	
a{
	color:#0066CC;
	text-decoration:underline;
	}
	
a:hover{
	color:#0066CC;
	text-decoration:underline;
	background-color:#DDDDDD;
		}

h1{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #Ffffff;
	}											
			
