.Box {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border: thick solid #000000;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	float: none;
	margin: auto;
}
.header {
	height: 170px;
	width: 800px;
	background-color: #FFFFFF;
}
#leftbox {
	background-color: #FFFFFF;
	height: auto;
	width: 120px;
	float: left;
}
#adbox {
	height: auto;
	width: 120px;
	background-color: #FFFFFF;
	float: left;
}
#Contentbox {
	background-color: #FFFFFF;
	height: auto;
	width: 550px;
	float: left;
	padding: 5px;
}
#footer {
	background-color: #000000;
	height: auto;
	width: 800px;
	float: left;
	clear: both;
}


body {
	background-color: #FFFFFF;
	background-image: url(outerspace.jpg);
}
.style1 {font-size: 24px}

H1 {
font-size:19px;
           color:black;
           margin-top:-1px;
           margin-bottom:-1px;
      }
	  
H2 {
font-size:14px;
           color:black;
           margin-top:-1px;
           margin-bottom:-1px;
      }	  


#navcontainer {
	background: #ffffff;
	font-family: georgia, serif;
	height: 65px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: auto;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
        font-size: 12px;
}

ul#navlist li {
        display: block;
        float: left;
        width: 20%;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #000000;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: #FFFF00;
        border-color: #aaab9c #fff #fff #ccc;
}
