body { margin-left: 100px;}
h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF3300;    
    margin-top: 0px;
    }
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF9966;    
    margin-bottom: 2px;
    }
#header {
    background-image: url(../kildrummy castle/images/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #FA6A00;
	border-bottom: 2px solid #fff;
	width: 770px;
}
#middle {
	height: 135px;
	background-color: #FFFBF0;
	border-bottom: 2px solid #fff;
	width: 770px;
}
#container {
    width: 770px;
    }
#content {
    width: 625px;
    background-color: #F9F9F9;
    float: left;
    border-right: 2px solid #fff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
    }
.sidebar {
    width: 142px;    
    padding: 4px;
    float: right;
    background-color: #F9F9F9;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    }    
	
	#end {
    background-image; ;
	background-repeat: no-repeat;
	height: 20px;
	background-color: #FA6A00;
	border-bottom: 2px solid #fff;
	width: 770px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
#nav a, #nav a:visited {
    text-align:left; 
    color: #FF9966;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;  
    height: 20px; 
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    vertical-align: middle;
}
#nav a:hover {
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFCC99; 
    border-bottom: 1px dashed #ffcc99;
}
