@charset "UTF-8";
/* Primary Design */

body {
	background-color:#BDD7F2;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/contentFill.png);
	background-repeat: repeat-y;
}


#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#header h1 {
	display:none;
}

#header img {
	border: none;
	float: left;
	width:350px;
}

#facebook img {
	width:120px;
	display:block;
	position: absolute;
	top:80px;
	left: 850px;
	margin-bottom: 15px;
	
}


/*Navigation*/
#nav ul li {
	float: left;
	display: block;
	list-style-type: none;
	position: relative;
	left: -80px;
	top: 110px;
	z-index: 0;
	}

#nav ul li a{
	display: block;
	height: 44px;
}

#committee {
	background-image: url(../images/committee.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 195px;
}

#committee:hover {
	background-position:0 -49px;
}

#rules{
	background-image: url(../images/rules.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 105px;
}

#rules:hover {
	background-position:0 -49px;
}

#info {
	background-image: url(../images/information.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 170px;
}

#info:hover {
	background-position:0 -49px;
}

#photos{
	background-image: url(../images/photos.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 240px;
}

#photos:hover {
	background-position:0 -49px;
}

/*Content*/

#bio {
	display: none;
	margin-left: 70px;
	margin-top: 0px;
}

#sidebar {
	clear: both;
	float: left;
	background-image: url(../images/sidebarFill.png);
	background-repeat: repeat-x;
	width: 270px;
	padding-left: 50px;
	padding-right: 50px;
	height: 800px;
	margin-left:30px;
	margin-right: 20px;
}

#sidebar h4{
	line-height: 0;
}

#content {
	float: left;
	width: 500px;
	padding-left: 40px;
	padding-bottom: 100px;
}

#divider {
	float: left;
}

h2 {
	color: #086BCE;
}

#content a {
	color: #086BCE;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
	
#footer {
	clear: both;
	position: relative;
}
	
#sidebar a {
	color: blue;
	text-decoration: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#links a img {
text-decoration: none;
border: none;
}

.committee {
text-align: center;
border: 5px solid  #086BCE;
padding-right: 0px;
}

#content h3 {
padding-left: 7px;
display: inline;
font-size:1.1em;
}

.emphasis {
color:#086BCE; 
}

#admin {
padding-left: 50px;
margin-right: 20px;
width: 900px;
line-height: 25px;
}


	




