body {
	background-color: #970F00;
	background-image: url(../images/start1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align:center;
 }


h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FEDE58;
	}
	
a:link { text-decoration:none; color:#FEDE58; }
a:visited { text-decoration:none; color:#FEDE58; }
a:hover { text-decoration:underline; color:#FEDE58; }
a:active { text-decoration:none; color:#FEDE58; }

.menu {
	margin:0 auto;
	width: 600px;
	height:50px;
	color: #FEDE58;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
#box {
 
 border:1px solid #FEDE58;
 margin:0 auto;
 text-align:center;
 width:98%;
 height:580px;
}

.leftfloat {
	float:left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
.underline {
	text-decoration: underline;
}
