@charset "UTF-8";
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #444;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: top center;
	font-family: Helvetica, Arial, sans-serif;
	
}

#container {
	background-color: #FFFFFF;
	height: 1500px;
	min-height: 100%;
	width: 800px;
	position: relative;
	background-image: url(../images/content_bg.jpg);
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 800px;
	background-color: #FFFFFF;
}
#navigation a {
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	float: left;
}
#navigation a.home {
	background-image: url(../images/navigation/home_link.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 48px;
	text-indent: -9999px;
}

#navigation a.home:hover {
	background-image: url(../images/navigation/home_hover.jpg);
}
#navigation a.politics_society {
	background-image: url(../images/navigation/politics_link.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 152px;
	text-indent: -9999px;
}
#navigation a.politics_society:hover {
	background-image: url(../images/navigation/politics_hover.jpg);
}
#navigation a.environment {
	background-image: url(../images/navigation/environment_link.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 112px;
}
#navigation a.environment:hover {
	background-image: url(../images/navigation/environment_hover.jpg);
}
#navigation a.out_and_about {
	background-image: url(../images/navigation/outandabout_link.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 108px;
}
#navigation a.out_and_about:hover {
	background-image: url(../images/navigation/outandabout_hover.jpg);
}
#navigation a.on_campus {
	background-image: url(../images/navigation/oncampus_link.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 96px;
}
#navigation a.on_campus:hover {
	background-image: url(../images/navigation/oncampus_hover.jpg);
}
#navigation a.blogs {
	background-image: url(../images/navigation/blogs_link.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 56px;
}
#navigation a.blogs:hover {
	background-image: url(../images/navigation/blogs_hover.jpg);
}
#navigation {
	background-image: url(../images/navigation/nav_bg.png);
	background-repeat: repeat-x;
	height: 37px;
	width: 800px;
	position: relative;
	z-index: 1;
}
#headline {
	background-image: url(../images/headline_bg.jpg);
	background-repeat: repeat-y;
	height: 100px;
	width: 800px;
	margin-top: -8px;
	position: relative;
	z-index: 0;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	top: -30px;
}
#headline h2 {
	font-size: 200%;
	font-family: "HelveticaNeue-Light", Helvetica, sans-serif;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 35px;
}
#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	color: #222;
	padding-right: 10px;
	padding-left: 10px;
}
#sidenav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #555;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}


#content {
	float: left;
	height: 1500px;
	width: 524px;
	position: relative;
	top: -30px;
	bottom: 0px;
}
#content h3 {
	font-weight: lighter;
	padding-left: 10px;
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 90%;
	font-weight: lighter;
	color: #666666;
	margin-top: -5px;
	padding-left: 15px;
	font-style: italic;
}
#sidenav {
	min-height: 100%;
	width: 270px;
	float: right;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#sidenav ul {
	margin-left: 15px;
	margin-top: 40px;
}

#footer {
	width: 800px;
	height: 50px
	color: #999999;
	text-align: center;
	float: left;
}
#footer p {
	font-size: 75%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content a {
	color: #756D9B;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
