body {
    background-color: #009;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 1px;
    margin-left: 1px;
}

#siteName {
	width: 985px;
	height: 150px;
	background-color: #9cf;
	margin: 5px;
}

#siteName img {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 0px;
    margin-left: 20px;
}
  
#siteName h1 {
	font-size: 3em;
	font-style: italic;
	color: #009;
	text-align: right;
	padding: 1.1em 20px 0 0;
}

#siteName p {
	font-size: 1em;
	font-weight: bold;
	color: #009;
	text-align: right;
	padding: 0 29px 0 0;
}


#content {
    width: 985px;
	height: 600px;
	background-color: #ffc;
	margin: 5px;
	color: #009;
}

#content img {
    margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
    border: 0;
}

#content h1 {
    text-align: center;
    /*margin-right: 1em;*/
	margin-top: 0.1em;
	/*border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #000099;*/
}

#content p {
    margin-left: 10px;
	margin-right: 10px;
}

#content h2, #content h3, #content h4,  {
    margin-left: 10px;
	margin-right: 10px;
}


