/* THIS CSS FILE IS TO SET THE TWO COLUMN COLORS, IMAGES, ECT */

/* CONTENT AREA */
#content-wrapper {
background:#FFEED5;
margin-right:127px;
height:1%;
}

#content {
background:#FFEED5;
margin-left:324px;
margin-right: 30px;
}


/* SIDEBAR */
#sidebar {
color:#002A6B;
background: #F6D694;
border-bottom: 8px solid #FFEED5 ;
border-top: 8px solid #FFEED5;
margin-left:8px;
margin-right:-332px;
width:324px;
}
#sidebar a {
color: #5A3418;
text-decoration:none;
}
#sidebar a:hover {
border-bottom: 1px dotted;
}



