@charset "UTF-8";
/* CSS Document */

body {
	color: #616161;
	background-image: url(../images/bg.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif, "Andale Mono";
	font-size:12px;
	background-color: #F1ECE9;
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration:none;
	color:#047391;
	
}
a:hover {
	text-decoration:underline;
	
}
a.small {
	font-size:10px;
	
}
.smaller {
	font-size:10px;
	color:#047391;
}

#container {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	height:620px;
}
#logo {
	height:158px;
	text-align:center;
	
	
}

#contents {
	height: 454px;
	
}
#first {
	float:left;
	height:458px;
	width:175px;
	padding-right:5px;
}
#second {
	height:454px;
	width:649px;
	border: 2px solid #3f3f3f;
	float:left;
	background-image: url(../images/Elwood-Rapul-Cropped.jpg);	
}
#third {
	float:left;
	height:458px;
	width:180px;
	padding-left:5px;
}


#footer {
	width:649px;
	margin-left:auto;
	margin-right:auto;
	height:85px;
	margin-top:20px;
}

#links {
	float:left;
	width:258px;
	height:85px;
}
#contact {
	float:left;
	width:312px;
	height:85px;
}
#sponsor {
	float:left;
	width:77px;
	height:85px;
	text-align:right;
}
