* {
	margin: 0;
	padding: 0;
}


body {
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FBFFF2;
	text-align: center;
	color: #000000;
}

a {
	color: #000000;
}

img {
	border: 0px;
}

#border {
	border: 1px solid #4D7100;
	width: 658px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 13px 0px;
}

#box {
	width: 638px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border: 1px solid #669900;
}

#box #title {
	background-color: #FCFFF4;
	border-bottom: 1px solid #669900;
	
	padding: 5px;
}

#box #title h1,
#box #title h2 {
	text-align: center;
	color: #659500;
	
	font-size: 23px;
	font-weight: bold;
}

#box #title h2 {
	font-size: 20px;
}

#box #pic {
	height: 305px;
	
	border-bottom: 1px solid #669900; 
	background-image: url('../images/pic.jpg?2');
	background-repeat: no-repeat;
	background-position: center;
}

#box #content {
	padding: 10px 1px;
	background-color: #FCFFF4;
	text-align: center;
}

#box #content,
#box #content a {
	color: #385300;
}

#footer {
	text-align: right;
	padding: 0 1px;
	background-color: #EFFFCE;
	border-top: 1px solid #669900;
	padding: 10px 124px;
}

#footer td {
	width: 225px;
	text-align: left;
}

#footer td span {
	width: 70px;
	display: block;
	float: left;
}

.clearit {
	clear: both;
	visibility: hidden;
}