body{
    position : relative;
	width : 916px;
	margin: auto;
	border-style : none;
    border-color : #b0b09b;
    background-color : #822433 /*#f6f6f6*/;
}

#header{
	width : 916px;
	height : 97px;
	text-align : center;
    margin-top : 10px;
	border-style : none;
    border-width : 0px;
}


#top-menu{
	width : 916px;
    font-size : 16pt;
    color : #0369B1;
	text-align : center;
    border-color : #b0b09b;
	border-style : none;
    border-width : 1px;
	background-color : #efefd2;
}

#container{
	width : 856px;
    color : #002f4d;
    font-size: 12pt;
    border-color : #b0b09b;
    border-style : solid;
    border-width : 1px;
    border-top-width : 0px;
    border-bottom-width : 0px;
    padding : 30px;
    background-color : #FFFFFF;
}


#footer{
	width : 916px;
	text-align : center;
    color : #606060;
    font-size : 8pt;
    border-color : #b0b09b;
    border-style : solid;
    border-width : 1px;
    border-top-width : 0px;
    background-color : #FFFFFF;
}
