body,
html {
margin:0;
padding:0;
color:#000;
background:#ECE9D8;
}

.left {
    text-align: left;
    }
.right {
    text-align: right;
    }
.center {
    text-align: center;
    }

#container
{
	width: 790px;
	margin: 0 auto;
	background:#fff;
    border:1px solid gray;
}

#header {
background:#fff;
font-size: 60px;
font-weight: bold;
float: left;
margin-left: 10px;
}

#stars {
float: right;
clear: right;
margin: 5px 10px 0px 0px;
}

#headercont {
background:#fff;
font-weight: normal;
color: #7E7E7E;
font-style: italic;
float: left;
font-size: 28px;
padding-bottom: 10px;
margin-left: 120px;
}

#topnav {
background:#ECE9D8;
padding:5px 10px;
clear: both;
}

#topnav ul {
margin:0;
padding:0;
list-style:none;
}

#topnav li {
display:inline;
margin:0;
padding:0;
}

#topnav li a {
	padding:0;
	color:#000000;
	text-decoration:none;
}

#topnav li a:hover {
   	font-weight:bold;
	color:#000000;
	text-decoration: underline;
}

#content {
background:#fff;
float:left;
clear:left;
width:480px;
padding:10px;
}

#content h1 {
margin:0;
}

#content a {
	cursor: default;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
#content a:hover {
	font-weight:bold;
	color:#000000;
	cursor: hand;
}

h2 {
margin:0;
}

#rightimg {
	width : 250px;
	color : #000000;
	height: 292px;
	border: 1px solid #A0A0A4;
	margin: 10px;
	font-size:10px;
}

#rightnav {
background:#ECE9D8;
float:right;
width:270px;
}

#rightnav ul {
	background-color:#ECE9D8;
	list-style-type: circle;
	display: inline;
	
}
#rightnav li {
	text-align: left;
	margin-left: 20px;
	padding: 3px;
}
#rightnav li a {
	color:#000000;
	text-decoration:none;
	}
#rightnav li a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration: underline;
	cursor: hand;
}

#sitemap {
	margin-right: 10px;
	text-align: right;
}

#sitemap a {
	cursor: default;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#sitemap a:hover {
	font-weight:bold;
	color:#000000;
	text-decoration: underline;
	cursor: hand;
}

#copy {
	text-align: center;
}

#footer {
	background-color:#CCCCCC;
	border-top: 1px solid gray;
	clear: both;
	padding: 5px;
	font-size: 10px;
}

* html #footer {
height:1px;
}
