* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #e9e8e8;
}

#wrapper { 
	 width: 900px;
	 padding-top: 20px;
	 margin: 0 auto;
}

#page { padding: 0 20px 20px 40px;
	float:left;
	background: url("../images/pageback.jpg");
	width: 840px;
}

div#page a:link, div#page a:visited {
background-color: transparent;
color: #0000ff;
font-weight: bold;
text-decoration: none;
}

div#page a:hover {
background-color: transparent;
color: #9999ff;
font-weight: bold;
text-decoration: none;
}


#header {
 background: url("../images/header.jpg") left top no-repeat;
 color: #000;
 float: left;
 width: 900px;
 height: 169px;
}

h1, h2, h3, h4, h5, h6 {color: #660000; margin: 25px 0 6px 0;}

h4 {font-size: 18px;}

p {margin-bottom: 9px;}

#menu { 
 color: #000066;
 text-align: center;
 height: 15px;
 font-weight: bold;
 font-size: 80%;
 background-color: #660000;
 padding: 3px 3px 3px 3px;
 width: 400px;
 margin-bottom: 24px;
}

div#menu a:link, div#menu a:visited {
background-color: transparent;
color: #fff;
font-weight: bold;
text-decoration: none;
}

div#menu a:hover {
background-color: transparent;
color: #ffff00;
font-weight: bold;
text-decoration: none;
}



ul {
 margin: 28px 0px 0px 48px;
}

li {
padding: 0px 6px 0px 6px;
}

#footer { 
 background: url("../images/footer.jpg") left top no-repeat;
 text-align: center;
 font-weight: bold;
 width: 900px;
 height: 35px;
 float: left;
 margin: 0 auto;
}



#copyright {
    text-align: center;
    width: 900px; 
    font-size: 11px;
    float: left;    
}

td { padding: 6px; }

img { padding: 6px; }

