a {
text-decoration: none;
font-style: italic;
}

a:link {
color: #4a5c76;
}
a:visited {
color: #4a5c76;
}
a:hover {
color: #8d6f6e;
}

body {
background: #a1a9b4 url('images/bg2.jpg') repeat-x top;
color: #000;
margin: 0px;
font-family: arial, verdana;
}

#container {
width: 80%;
background: #fffadd url('images/bg.jpg') repeat-x top;
margin: 0 auto 0 auto;
text-align: left;
}

#header {
background: url('images/header.jpg') no-repeat top center;
width: 100%;
margin: 0 auto 0 auto;
height: 250px;
}

#navigation {
padding-left: 5px;
float: left;
width: 25%;
padding-bottom: 15px;
}

#footer{
clear: both;
}

#content {
width: 70%;
float: right;
padding-right: 10px;
}

#copy {
background-color: #fff;
text-align: center;
margin: 0 auto 0 auto;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
border-top: #000 solid 1px;
border-bottom: #000 solid 1px;
}

p.nav {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	border-bottom: 1px solid #000;
	width: 60%;
}

h4, p.title {
font-weight: bold;
text-decoration: underline;
font-style: italic;
font-size: 1.1em;
}

img { 
border: 0px;
}

.left {
float: left;
padding-right: 10px;
padding-bottom: 10px;
text-align: center;
}

.right {
float: right;
padding-left: 10px;
padding-bottom: 10px;
text-align: center;
}

#central {
text-align: center;
margin: 0 auto 0 auto;
}

#stats {
padding: 5px;
background-color: #b6bdc6;
border: solid 1px #000;
margin: 0 auto 0 auto;
width: 70%;
}

table.coll {
border-collapse: collapse;
}