@charset "utf-8";
/* CSS Document */

body
{
background-image:url(../images/layout/background.gif);
margin-top:21px;
margin-bottom:21px;
margin-left:0px;
margin-right:0px;
}

#wrapper
{
margin-left:auto;
margin-right:auto;
width:780px;
height:100%;
}

#navigation
{
width:770px;
height:27px;
background-image:url(../images/layout/header.gif);
text-align:right;
padding-right:10px;
padding-top:15px;
}

#flash
{
width:780px;
height:270px;
background-color:#FFFFFF;
}


#content
{
width:780px;
height:100%;
background-image:url(../images/layout/content.gif);
}

#footer
{
width:780px;
height:87px;
background-image:url(../images/layout/footer.gif);
padding-top:5px;
}