﻿body
{
background:#c6bbc7;

}

/* ################################### HEADER LAYOUT  #################################*/
#HeaderContainer
{
Width:100%;
}
#Header
{
   
width:796px;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
margin:0 auto;
margin-top:20px;
background-color:#fff;
height:132px;

}
#Logo
{
text-align:left;
}


/* ################################### NAV LAYOUT  #################################*/

#NavContainer
{
width:796px;
margin:0 auto;
padding:0px 0px 0px 0px;
background-image:url(../images/body_bg.gif);
background-position:bottom;
background-color:white;
text-align:center;

}

#navigation
{
padding:0px 0px 0px 0px;
width:760px;
margin:0 auto;
text-align:left;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
height:25px
}

/* ################################### HEADER ENDING BIT #############################*/

#HeaderEnding
{
height:26px;
background-color:#903f98;
width:760px;
margin:0 auto;
margin-top:2px;

}


/* ################################### PAGE LAYOUT  #################################*/

/*######################################### COPYPAGE LAYOUT #########################*/


#MainOuter
{
width:796px;
padding:0px 0px 0px 0px;
margin: 0 auto;
background-color:white;
background-image:url(../images/body_bg.gif);
}



#ctl00_MainArea_CopypageArea
{
width:709px;
padding:0px 0px 0px 0px;
margin: 0 auto;
}

#ctl00_MainArea_leftcol
{
width:520px;
float:left;
}

#ctl00_MainArea_rightcol
{
width:183px;
float:right;
}

/* #######################################FOOTER BEGINNING THING#####################*/

#FooterBeginning
{
height:79px;
background-color:white;
width:796px;
margin:0 auto;
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}



/*########################################FOOTER LAYOUT##############################*/

#disc
{
    width:340px;
    font-size:1.0em;
    float:left;
    text-align:center;
    color:#898989;
    padding:25px 0px 0px 230px;
    
}

#footer
{
float:right;
text-align:right;
padding-top:20px;
padding-right:20px;
color:#898989;
}

#DesignedBy
{
    width:796px;
    height:30px;
    margin:0 auto;
    padding:0px 0px 1px 10px;

}
