body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/*background-color: #c70505;*/
	background-color: darkred;
	color: white;
	
	overflow: auto;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	
	text-align: center;
}

#main {
	margin: 10% auto 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 750px;
	
	text-align: left;
}

#frame {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	
	background-color: #f78a1d;
	
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f1be5c;
}

#left {
	float: left;
	width: 300px;
}

#right {
	float: right;
	width: 400px;
	
	color: #5e3e1d;
}

#menu {
	margin: 0px 0px 5px 0px;
	line-height: 35px;
	
	background-image: url("arrow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	
	text-align: center;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	padding: 0px 20px 0px 20px;
	
	display: inline;
	list-style-type: none;
}

#menu ul li a {
	color: #5e3e1d;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	overflow: auto;
	
	height: 320px;
	
	font-size: 10pt;
	font-family: 'Arial Black', sans-serif;
}

#footer {
	padding: 2px 5px 2px 5px;
	
	color: #eeb256;
	
	font-weight: bold;
	text-align: right;
}

#footer a {
	color: #eeb256;
	text-decoration: none;
}

#picture {
	width: 300px;
	
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f1be5c;
}

.clear {
	clear: both;
}

h1 {
	color: #1c5e6e;
	
	font-family: serif;
	font-size: 18pt;
	font-style: italic;
	
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

}