/* CSS Document */
@import url(../css/layout_normalize.css);
@import url(../css/navbar.css);
@import url(../css/main_content.css);
/* DIMENSIONS

MAIN WRAP: 736 px;
navbar: 104px
content + flash: 632px;

_____________________________
COLORS
#ba9752
#ABA000
#996600
#D7D3AE
#D3CAAB
#005E20
*/

body
{
background-image:url(../images/GREENLINKS_background.jpg);
background-repeat:repeat-x;
background-color:#D7D3AE;
}

/* MAIN WRAP */
div#mainwrap
{
width: 736px;
margin-left:auto;
margin-right:auto;

}
div#branding
{
width: 736px;
padding-left:105px;
}

h1
{
color:#ff0000;
}
p.websitedesignedby
{
text-align:right;
font-size:10px;
}
p.websitedesignedby a
{
color:#996600;
font-weight:bold;
}