body {
background: #660000;
margin: 0; font-style: normal; font-variant: normal; font-weight: normal; font-size:70%; font-family: Arial, Helvetica, sans-serif;
}

#header {
height: 160px;
width: 800px;
padding: 0px;
border-bottom:10px solid #cccc99;
}

#footer {
font-style: normal; font-size: 80%; color: #660000;
text-align: center;
background: white;
}

#navigation {
position: absolute;
top: 190px;
left: 0;
width: 180px;
padding:0px;
}

#navigation ul {
margin: 0px;
padding: 0px;
list-style: none;
}
		
#navigation ul a {
color: #660000;
text-decoration: none;
display: block;
background: #cccc99;
padding: 5px 4px;
margin: 0px 10px 1px 10px;
}
		
#navigation a:visited {
color: #663300;
}
		
#navigation a:hover {
background: #ec9508;
}

#navigation img {
padding: 50px 20px;
border: none;
}

#navigation2 {
position: absolute;
top: 190px;
right: 0;
width: 180px;
}

#navigation2 img {
padding-bottom: 40px; padding-right: 10px;
float: right;
border:none;
}

#navigation2 a:hover {
background: #ec9508;
}

#content {
background: white ;
border-left: 180px solid white; padding-left:20px; border-right: 180px solid white; padding-right:10px; padding-top:10px; padding-bottom:10px;
}

#content a {
color: #660000;
}

#content1 {
background: white ;
border-left: 10px solid white; padding-left:10px; border-right: 10px solid white; padding-right:10px; padding-top:5px; padding-bottom:5px;
}

#content1 a {
color: #660000;
}

h1 {
font-size: 1em;
color: #ff9900;
text-align: center;
}

h2 {
font-size: 2em;
color: #660000;
}

h3 {
font-size: 1.5em;
color: #660000;
}

#content img {
padding: 10px;
float: right;
}

#content1 img {
margin-left: 15px;margin-right: 15px;margin-top: 0px;margin-bottom: 5px;
float: right;
border: #660000 solid 1px;
}

#container {
border-left:10px solid #cccc99; border-right:10px solid #cccc99; border-top:10px solid #cccc99; border-bottom:10px solid #cccc99; position: relative;
width: 800px; /* width + border for IE 5.x */
w\idth: 800px; /* real width */
margin: auto;
}