#header1 {
	font-family: 'Radley', serif;
	text-align: right;
	line-height: 20px;
        color: #996633;
}


.float-right {
    float: right;
    padding: 6px;
}
.float-right {
    float: center;
    padding: 6px;
}

.active {
        border: 1px #996633;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: gray;
        
}
#header2 {
	text-align: left;
        position: relative;
}

.title {
	color: blue;
}

h2{
    font-family: 'Radley', serif;
}
h3{
    font-family: 'Radley', serif;
    font-size: medium;
    color:#996633;
}
#foot {
font-family: 'Radley', serif;	
    background: #996633;
	padding: 10px;
	}
        
#footer {
font-family: 'Radley', serif;
    text-align: right;
	}
	
.button {
	font-family: 'Radley', serif;
        font-size: medium;
        font-weight: bold;
	color: #996633;
        text-align: left;
        padding-left: 40px;
        line-height: 20px;
	text-decoration: none;
	}
        
	
.full-width-image {
    width: 100%;
}

BODY {
    background: #996633;
}

H1 {
    font-family: 'Radley', serif;
    color:#996633;
}

#bodytext {
    font-family: 'Radley', serif;
    text-align: center;
}

#bread {
    font-family: 'Radley', serif;
    font: 10;
    text-align: center;
}
.float {
	float:left;
        padding:4px;
	}
.floating {
	position: absolute;
        top: 0;
        right: 0;
	}
#wrapper {
	background: white;
}

a:link {
    color: #996633;
    text-decoration: none;
}
    a:visited {
        color: #996633;
    text-decoration: none;
}

#foot a:link {
    font-family: 'Radley', serif;
    color: white;
    text-decoration: none;
}
#foot a:visited {
    font-family: 'Radley', serif;    
    color: white;
    text-decoration: none;
}



.whitebox {
    border: 1px white;
}