body { 
	margin: 0;
	padding: 0;
	border: 0px none;
	text-align: left;
	background: #233A54;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background-attachment: fixed; }

#container {
	position: absolute;
	top: 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #000000;
	background-color: #EDEDED;
	width: 750px;
	}
	
#header {
	position: relative;
	top: 0px;
	left:0px;
	width: 733px;
	height: 140px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
   	
#navigation {
	position: absolute;
	top: 158px;
	left: 5px;
	width: 170px;
	padding: 5px;
	text-align: center;
	height: 932px;
	border-top: 1px solid #000000;
	}

#contents {
	position: absolute;
	top: 158px;
	left: 180px;
	width: 561px;
	padding: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	}

#header h1 {
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold; 
    font-size:36px; 
    }

#header h2 {
    font-style:normal; 
    font-variant:normal; 
    font-weight:bold; 
    }
    
#header img {
	float: right;
	height: 120px;
	}

#navigation div {
	padding-bottom: 10px;
	}

#navigation ul {
	margin: 0;
	list-style-type: none;
	color: #440000;
	border: 1px solid #FFFFFF;
	padding: 3px;
	width: 159px;
	}

#navigation ul li {
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 153px
	}

#navigation ul li:hover {
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	width: 153px	
	}

#navigation ul li a:link {
	font-weight: 900;
	color: #CC8888;
	}

#navigation ul li a:visited {
	font-weight: 900;
	color: #00CCCC;
	}

#navigation ul li a:hover,
#navigation ul li a:active {
	font-weight: 900;
	color: #9B3F17;
	}
