#main{
	width: 94%;
}
#logo {
	float:left;
}

#title {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0.5em 0.5em 1em;
}
	
#subtitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0em 2em 1em 1em;
	clear: none;
    color: #465D8C;
}
#social-media {
	margin-left: 4em;
	}
	
#social-media img {
	border-width: 0;
}
	
#side-nav {
	float: left; 
	width: 16em;
	height: 60%;
	clear: left;
}

#side-nav a{
	margin-bottom: 1em;
 	font-size: medium;
 	font-weight: bold;
    color: #465D8C;
    border-width: 0;
}

#side-nav ul {
	list-style: none;
	margin-left: 5%;
}
    
#footer {
    background-color: inherit; 
	position: static;
	margin: 1em 1em 0em 16em;
	clear: both;
	bottom: 5%;
	color: #465D8C;
}

.bottom-blurb {
	float: left;
    width: 20em;
}

.bottom-about{
	text-align: right;
	float: right;
}

.bordered-image {
	border-style: solid;
	border-color: black;
    border-width: medium;
    margin: 1em 1em 1em 1em;
}

.linkbar ul li{
	display: inline;
}

.linkbar li {
	font-size: medium;
	margin-right: 1em;
}

a {
	color: #465D8C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sponsors {
	list-style: none;
}

.sponsors img {
	border-width: 0;
}

.content {
	height: 24em;
	padding: 1em;
	margin-left: 16em;
    background-color: #CCDEFF;
  /* Rounded corner stuff starts here */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}

html>body .content {
    height: auto;
    min-height: 24em;
}