/* main_align - align main block in page horizontally for IE 5 and 6 */
#main_align
{
    text-align: center;
}

/* main holds everything and float in the body */
#main
{
    width: 981px;
    text-align: left;   /* reset alignment done by main_align */

    /* center alignment for standard compliant browser */
    margin-left: auto;
    margin-right: auto;
}

/* page header */
#header
{
	width: 981px;
	height: 296px;
	background-image:url('images/topbar.jpg');
	background-repeat: no-repeat;
	background-color: white;
}

#menubar
{
	width:981px;
	height:50px;
	background-image:url('images/menu_bg.jpg');
}

#menushadow
{
	width:981px;
	height: 22px;
	background-color: #74756F
}

/* contains the middle columns and it allows footer to position properly under IE6 works properly */
#wrapper
{
    background-color: white;
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-y;
	background-position: top left;
	padding-top:20px;
	padding-bottom:20px
}

#content {
	margin-left: 80px;
	margin-right: 80px;
	width: 801px;
}

#header_print
{
	display: none;
}

#footer
{
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
	margin-top:20px;
	padding: 15px 50px;
	background-color: white;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #98999D;
}
