BODY{
	background-color : white;
	font-family : sans-serif;
	font-weight : normal;
	font-size : 12px;
	margin: 0 0 0 0;
	text-align : center;
}

A{
  text-decoration : underline;
  color : #363821;
}
A:HOVER{
  color : black;
}
A:ACTIVE{
  color : black;
}
A:VISITED{
  color : #363821;
}

div#container {
	width: 770px ;
	margin: 0 auto ;
	text-align: left;
	border: 1px solid #fb3;
}

div#masthead {
	background: url(HeaderSolarFlare.jpg) no-repeat left top;
	width: 770px ;
	height: 180px;
}

div#menu {
	clear: both;
	border-top: 1px solid #fb3;
	border-bottom: 1px solid #fb3;
}

div#menu ul {
	padding-left: 12px;
	padding-bottom: 33px;
}

div#menu ul li {
	list-style: none;
	font-size :1.2em;
	border: 1px solid #363821;
        line-height : 30px;
	float: left;
	display : block;
	margin-right: 5px;
}

div#menu ul li a {
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#menu ul li a:hover {
	text-decoration: none;
	background-color: #fdf7bd;
}

div#menu ul li a:active {
	text-decoration: none;
}

div#menu ul li a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
	/* display: none;	*/
}

div#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 15px;
	text-align: justify;
}

div#footer {
	background: #fb3; /* #251; green */
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	border-top: 1px solid #fb3;
	text-align: center;
	padding: 10px;
}
div#footer a {
	color: white;
	text-decoration: none;
}
