body {
        width:600px;
        margin:0 auto;
        margin-top:30px;
        background-color: #d5e8f8;
        color: #000000;
	font-size: 8pt;
        font-family: verdana; 
}

a:visited,  a:link 
{
color: #7cbff8;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active 
{
color: #eeed3b;
text-decoration: none;
font-weight: bold;
}

#header {
	width: 100%; 
	height: 220px; 
        background: url(conchords.jpg);
        background-repeat: no-repeat;
}

#navbar { 
	width: 100%; 
	height: 20px; 
        background-color: #ffffff;
	margin: 0; padding: 0;
        text-align:center;
}
   
#navbar a {
	background: none;
	color: #8a8a8a;
}

#navbar a:hover {
	background: none;
	color: #eeed3b;
}

#content {
	width: 100%;
	height:auto;
	margin-top: -20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	text-align:left;
}

h1 
{
	background: none;
	font-size: 11pt;
	font-family: Century Gothic;
	color: #a7d2f7;
	text-align:center;
	text-transform: lowercase;
	padding: 25px 0px 2px 0px; 
        border-bottom: 1px solid #d5e8f8;
	line-height: 15px;
	letter-spacing: 2px;
}

b, strong
{
	color: #606460;
}

.stats
{
	padding: 0px 0px 0px 30px;
	margin: 5px 50px 20px 50px;
	background: url(bg.jpg);
	border: 1px solid #d5e8f8;
}

p
{
        margin: 0px;
        padding: 5px 10px 5px 10px; 
        font-size: 11px;
        line-height:14px;
}

input, textarea, option, select 
{
	font-size: 8pt;
	font-family: verdana;
        background-color: #d5e8f8;
	padding: 3px;
	color: #8a8a8a;
        border: 0px;
 }

#footer {
	clear: both; 
        width: 600px; 
        height: 35px;
	padding: 0;
        background-color: #ffffff;
        border-top: 1px solid #d5e8f8;
        color: #8a8a8a;
        text-align: center;
        font-size: 7pt;
        font-family: arial; 
}
