body {
margin:0;
padding:0;
font-family: sans-serif;
background-color:#CCCC99;
background-image:url();
background-repeat:repeat;
background-attachment:fixed;
text-align:center;
}




#wrapper {
width:895px;
position:relative;
text-align:left;
margin-right:auto;
margin-left:auto;
padding:208px 0 0 0;
background-image:url(images/foodbank3mod.jpg);
background-repeat:no-repeat;
background-position:left top;
border-top:1px solid #CC9933;
border-left:1px solid #CC9933;
border-right:1px solid #CC9933;
border-bottom:1px solid #CC9933;
background-color:#FFFFFF;
}






#mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font:12px Ariel, sans-serif;

} 

#mainContent h1{
font:16px Ariel, sans-serif;
color:#000000;
background-color:#ffffff;
border-bottom:1px solid #CC9933;
}

#mainContent h2{
font:14px Ariel, sans-serif;
background-color:#ffffff;
color:#006600;
padding:0px 0 0 10px;
}

#mainContent h3{
font:12px Ariel, sans-serif;
background-color:#FFFFFF;
padding:0px 0 0 20px;
color:#000000;
font-weight:bold;
}

#mainContent h4{
font:12px Ariel, sans-serif;
background-color:#FFFFFF;
color:#000000;
padding:0px 0 0 20px;
}

#mainContent p{
font:12px Ariel, sans-serif;
color:#000000;
background-color:#FFFFFF;
padding:0px 0 0 10px;

}


#content dd{
font:12px Ariel, sans-serif;
padding:0px 0 0 10px;
}

#mainContent li{
font:12px Ariel, sans-serif;
padding:0px 0 0 10px;
}

#mainContent a:link, #mainContent a:visited {
margin-right:2px;
background-color:#FFFFFF;
color:#990000;
text-decoration:none;
line-height:1em;
}


#mainContent a:hover{
line-height:1em;
background-color:#FFFFFF;
color:#CC9933;
}


#mainContent table{
font:12px Ariel, sans-serif;
color:#000000;
background-color:#FFFFFF;
padding:0px 0 0 10px;
}





#right {
float: right; /* since this element is floated, a width must be given */
width:150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #999966; /* the background color will be displayed for the length of the content in the column, but no further */
padding:12px 5px 10px 12px; /* padding keeps the content of the div away from the edges */
margin:30px 0 0 0;
}

#right h1{
font:16px  Ariel, sans-serif;
color:#000000;
}

#right h2{
font:14px Ariel, sans-serif;
color:#666666;
}


#right p{
font-size:12px;
color:#000000;
}

#right a:link, #right a:visited {
color:#;
text-decoration:none;
line-height:2em;
}

#right a:hover{
color:#;
}


#left{
position:absolute;
top:306px;
left:0px;
width:161px;
background-color:#CCCC99;
padding:10px 10px 300px 10px;
font-size:12px;
color:#000000;
border-left:13px solid #999966;
}


#left h1{
font:14px Ariel, sans-serif;
color:#000000;
background-color:#CCCC99;
}


#left h2{
font:14px Ariel, sans-serif;
color:#000000;
background-color:#CCCC99;
}

#left p{
font-size:12px;
color:#000000;
background-color:#CCCC99;
}

#left a:link, #left a:visited {
margin-right:2px;
padding:2px 2px 2px 2px;
background-color:#CCCC99;
color:#990000;
text-decoration:none;
line-height:2em;
}

#left a:hover{
background-color:#CCCC99;
color:#CC9933;
}





#navtop{
font-family:Ariel, sans-serif;
font-size:12px;
text-align:center;
}

#navtop ul{
list-style: none;
margin:0;
padding-top:66px;
}

#navtop li{
display:inline;
}

#navtop a:link, #navtop a:visited {
margin-right:2px;
padding:2px 6px 2px 2px;
background-color:#669966;
color: #FFFFFF;
text-decoration:none;
}

#navtop a:hover{
color:#CC9933;
}






#footer{
font-size:12px;
color:#666666;
background-color:#FFFFFF;
margin:4px 6px 6px 4px;

}

#footer a:link, #footer a:visited {
color: #990000;
}

#footer a:hover{
background-color:#FFFFFF;
color:#CC9933;
}


 





 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

