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

#header {  
background-image: url("../images/contentbg.png");
height:300px;

} 

#navigation { 
padding:5px 10px; 

background-image: url("../images/cktopbg.png");
color:darkred;
text-align:center;

} 
#content { 
float:right; 
width:558px; 
padding:10px; 

position: relative;
font-family:"Times New Roman", Times, serif;
font-size:large;
position:relative;
text-align:center;



   
    
} 

#side {
    float: left;
    width: 202px;
    padding: 10px;
    
    color: darkred;
    font-size: small;
	font-weight:bold;
	position: relative;
	
   } 
#side a {color:blue;
text-decoration:none;} 
#side a:hover {color:red;
text-decoration:none;} 

#footer {
    clear: both;
	padding-top:25px;
    
  background-image: url("../images/ckbottombg.png");
    text-align: center;
    font-size: large;
    margin-left: 0px;

	position:relative;
    
	height: 50px;

    
} 
#wrapper { 
width:800px; 
margin:0 auto; 
background:white;
border: medium solid #5c0000;
background-image :url('../images/bg.png');
background-repeat:repeat-y;

}
#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:small;
text-align:center;
font:Times New Roman;
background-image :url('../images/weathbg.png');
color:blue;
border:thin solid red;}
