/* Generic Selectors */

body {
background-image: url(brownpaws.gif);
background-repeat: repeat;
background-attachment: fixed;
font-family: Arial,Verdana,'Trebuchet MS', 'Lucida Grande',Verdana,  Lucida, Geneva, Helvetica, Arial, sans-serif;
text-align: center;
padding: 0;
margin: 0; 
}

p {
text-align: left;
color: #003366;
padding-left: 2em;
padding-right: 2em;
}

h2 {

text-align: center;
font-weight: bold;
color: #003366;

}

/************************* ID's *************************/
/* specific divs */

#page {
z-index: 0;
background: white;
padding: 0;
top: 0;
margin: 0 auto; 
text-align: left;
width: 1000px;
border-right: 1px solid #003366;
border-left: 1px solid #003366;
}

#header {
z-index: 1;
text-align: right;
float: left;
position: relative;
width: 100%;
top: 0;
height: 250px;
font-weight: normal;
background: white;
}


#content {

float: left;
position: relative;
width: 100%;
background: white;
top: 0px;
text-align: left;
font-weight: normal;
padding: 20px 0px;
color: #003366;

}

#content a {
		color: #400080;
		text-decoration: none;
		}		

#content a:hover {
	color: #400080;
	font-weight: bold;}

#footer {
z-index: 1;
text-align: center;
float: left;
position: relative;
width: 100%;
bottom: 0;
height: 175px;
font-weight: normal;
background: white;

}

#facebook {
z-index: 1;
text-align: center;
float: left;
position: relative;
bottom: 0;
height: 175px;
margin-left:20px;
font-weight: normal;
background: white;
}

#index {
background-color: #EEEEEE; 
border: 1px solid #AAAAAA;
margin:0px 10px; 
padding: 5px; 
width:30%;
height:1200px;
text-align: left;
}

#contact td {
color: #003366;
}

#pagenumber {
position: relative;
text-align: center;
height: 30px;
font-size: 13px;
background: white;
}

#pagenumber td {
text-align: center;
font-size: 13px;
background: #400080;
}

#pagenumber td a {
		color: white;
		text-decoration: none;
		}		

#pagenumber td a:hover {
	color: white;

	font-weight: bold;}





