body {
background:white;
background-image: url("barley.jpg");
}

#header {  
background:white;

} 

#navigation { 
padding:5px 10px; 
background:white;
color:red;
text-align:center;
border-bottom:thick solid red;

} 
#content { 
float:right; 
width:575px; 
padding:10px; 
background:white;
position: relative;
font-family:"Times New Roman", Times, serif;
font-size:large;
border-top:thick solid red;
position:relative;
top: -4px;
text-align:center;


   
    
} 

#side {
    float: left;
    width: 183.5px;
    padding: 10px;
    background: #ffff66;
    color: red;
    font-size: small;
	font-weight:bold;
	border-right:thick solid red;
	border-top:thick solid red;
	position: relative;
	top: -4px;
   } 
#side a {color:blue;
text-decoration:none;} 
#side a:hover {color:red;
text-decoration:none;} 

#footer {
    clear: both;
    padding: 5px 10px;
    background: white;
    text-align: center;
    font-size: x-small;
    margin-left: 0px;
	border-top: thick solid red;
	position:relative;
    top: -4px;

    
} 
#wrapper { 
width:805px; 
margin:0 auto; 
background:white;
border: thick solid red;

}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: small;
} 
#side li { 
list-style-type:none;
margin:15px;
}

.Section_Title {
    text-align: center;
    color: orange;
    display: block;
    font-weight: bolder;
    font-size: x-large;
}

#spacer {
background:#666666;
height:20px;
}
#weather {font-size:x-small;
text-align:center;
background:white;
color:blue;
border:thin solid red;}
