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

body {
	background: #666;
 	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width:710px;
	height:auto;
	background: #fff;
	border: #333 solid 1px;
}

#banner {
	margin-top:3px;
	width:700px;
	height:102px;
	border: #999 solid 2px;
	clear:both;
	background-image: url('http://www.nclacrosse.org/images/logo.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

#banner h1 {
	font: Verdana, Arial, Helvetica, sans-serif 20px bold;
	text-align: right;
	margin: 60px 5px 5px 0;
}

#map {
	display:block;
	width:705px;
}

#map h1 {
	width:500px;
	display:block;
 	font-size: 25px;
}

#links {
	width:700px;
	height:200px;
}

#links h2 {
	display:block;
	margin:0px 2px 0px 2px;
	padding-top:10px;
	padding-bottom:2px;
	background-color:#CCC;
	border-top:	2px solid #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:18px;
	font-weight:none;
}

#left {
	width:250px;
	float:left;
	display:block;
	background-color:#fff;
}

#news {
	width:230px;
	height:173px;
	padding: 0px 1px 0px 1px;
	display:block;
	text-align:center;
	background-color:#036;
}


#news a {
	text-decoration:none;
	text-align:center;
	margin:20px 10px 0px 10px;
	color:#fff;	
	display:block;
}

#news a:hover{
	background-color:#003;
}

#right {
	width:450px;
	float:right;
	display:block;
	background-color:#fff;
}

#right_left {
	width:280px;
	float:left;
	display:block;
	background-color:#fff;
	margin:0 0 0 10px;
}

#social_links {
	width:275px;
	height:170px;
	display:block;
	text-align:center;
	background-color:#fff;
	border: 2px solid #003;
}

#social_links h2 {
	margin:0px;
	border:none;
	font-size:18px;
}

#right_right {
	width:150px;
	float:right;
	display:block;
	background-color:#fff;
	margin:0px;

}

#newsletter {
	width:130px;
	height:170px;
	display:block;
	text-align:center;
	background-color:#036;
	padding: 0px 1px 0px 1px;
	margin:1px 0 0 0;
}

#newsletter p {
	color:#fff;
	font-family: Arial, Helvetica, "sans-serif 14px bold";
}

#newsletter a {
	display:block;
	margin: 0 5px 10px 5px;
	height:28px;
	text-align:center;
	font-size:12px;
	background-color:#fff;
	color:#036;
	text-decoration:none;
}

#newsletter a:hover {
	background-color:#9CF;
}

#footer {
	width:705px;
	height:40px;
	text-align:center;
	background-color:#CCC;
	border: solid #fff 2px;
	border-bottom:none;
}
