/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content
*/

#wrapper {
background-color: #999999;
}


/* Header Structure Styles */

#breaking-news{
background-color: #CFE5AE;}

#header {
background-color: #CFD8EE;
}
#branding {
background-color: #A5BAE0;
}
#navigation {
background-color: #A5BAE0;
}
#menu {
background-color: #7D9FD3;
}


/* Main Content Structure Styles */


#main {
background-color: #FFE6CB;
}
#container {
background-color: #FED09E;
}
#content {
background-color: #FCBB76;
}
#primary, #secondary {
background-color: #CFE5AE;
}


/* Footer Structure Styles */

#footer {
background-color: #ECCABF;
}

.footer-item{
background-color: #CFE5AE;

}


#site-info {
background-color: #DF9F8F;
}







