* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url('http://www.valleyaeyc.org/images/scribble.gif');
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header{
 width: 900px;
 padding: 10px;
 border: 5px solid #000;
 border-bottom: 0;
 margin: 10px 0px 0px 0px;
 height: 195px;
 background: #FFF;
}
.valley {
 color: #202020;
 font-size: 39px;
 line-height: 44px;
 margin: 0px;
 padding: 10px;
 text-align: center;
}
#navigation {
 width: 900px;
 padding: 10px;
 border: 5px solid #000;
 border-bottom: 0;
 border-top: 0;
 margin: 0px;
 height: 50px;
 background: #FFF;
}
#content { 
 width: 880px;
 color: #202020;
 border: 5px solid #000;
 border-bottom: 0;
 border-top: 0;
 background: #FFF;
 margin: 0px;
 padding: 20px;
}
h1 {
 line-height: 1em;
 color:#4445A2;
 margin-bottom: 5px;
}
h2 {
 line-height: 1em;
 color:#41A042;
 margin-bottom: 5px;
               
}
h3 h4 h5{
 line-height: 1em;
 margin-bottom: 5px;
}

p {
 line-height: 1.3em;
 font-weight: normal;
 margin-top: 0px; 
 margin-bottom: 10px;
}
table {
 line-height: 1.3em;
 font-weight: normal;
 font-size: 13px;
}
a:link { 
 text-decoration: none; 
 color: #B82E2E; 
 font-weight: normal; 
}
a:visited { 
 text-decoration: none; 
 color: #B82E2E; 
 font-weight: normal;
}
a:hover { 
 text-decoration: underline; 
 color: #663366;
 font-weight: normal;
}
a:active{ 
 text-decoration: underline; 
 color: #663366;
 font-weight: normal;
}
ul {
 margin: 10px;
}
li {
 line-height: 1.3em;
 list-style-type: disc;
 list-style-position: inside; 
}
#footer { 
 width: 900px;
 color: #202020;
 border: 5px solid #000;
 border-top: 0;
 background: #FFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: smaller;
}list-style-position: inside; 