/* CSS Document */

body {

background: url(images//backgrounds/main.jpg) repeat fixed;
margin-top: 15px;
margin-bottom: 15px;

}

p {

color: #663300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left: 10px;
padding-right: 10px;
text-align: left;
text-indent: 10px;

}

h1 {

color: #663300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;

}

.anchor {

text-align: center;
height: 70px;
width: 57px;

}

a:link {	
text-decoration: none;
font-weight:bold;
color: #FF9900;
}

a:visited {
text-decoration: none;
font-weight:bold;
color: #FF6600;
}

a:hover {
text-decoration: underline;
font-weight:bold;
color: #FFCC00;
}

a:active {
text-decoration: none;
font-weight:bold;
color: #FF9900;
}

.banner {

border-right: solid #000000 1px;
border-left: solid #000000 1px;
border-top: solid #000000 1px;
border-bottom: solid #000000 1px;
height: 180px;
width: 800px;

}

.sigbar {
	
background: #663300 url(images/backgrounds/sigbar.jpg) no-repeat;
border-left: solid #000000 1px;
border-right: solid #000000 1px;
height: 30px;
width: 800px;

}

.sigbartext {

color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-right: 10px;
padding-top: 9px;
text-align: right;

}

.secondbar {

border-left: solid #000000 1px;
border-right: solid #000000 1px;
border-top: solid #000000 1px;
height: 30px;
width: 800px;

}

.main-body {

background: url(images/backgrounds/content.jpg) repeat-y;
border-top: solid #000000 1px;
border-right: solid #000000 1px;
border-left: solid #000000 1px;
border-bottom: solid #000000 1px;
width: 800px;

}

.navigation-buttons {
	
width: 150px;
float: left;

}

.content {
	
width: 650px;
float: right;
background-color: EEEEEE;

}