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

.nav ul 
#container
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
}

#left
{
	width: 45%;
	float: left;

}


#right
{
	width: 45%;
	float: right;

}
#naim
{
	border: #FB070B; border-style:double;
	padding: 1em;
}
#header {
    height: auto;
    width: 100%;
    margin:0px;
	background-color:purple;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1.5em;
	float: left;
	clear:right;
}
#footer {
    height: auto;
    width: 100%;
    margin:0px;
	background-color:purple;
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 1.5em;
	float: left;
	clear:right;
}
#content {
    width: 100%;
    height: auto;
	background-color:white;
	padding-left: 5%;
	clear:left;
	float: left;

	padding-right: 5%;
}
#header h1
{
	color:#FFF;
	font-size: 175%;
	font-style:bold;
	margin-bottom: 0em;
}
#header	h2.tagline
	{
		font-size:75%;
		font-variant:small-caps;
		font-style:oblique;
		padding-bottom: 1.5em;
		color:#FFFFFF;
		font-weight:bold;
	}

body {
	font-size:1.5em;
    margin:0px;

	}
h1, h2, h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
p, ol li
{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:100%;
	}

#container #footer a:hover, #container #header a:hover
{
	color:yellow;
	text-decoration:none;
	}
#container #footer a, #container #header a
{
	color:#FFFFFF;
	text-decoration:none;
	}
	
#container #footer a:visted, #container #header a:vistied
{
	color:#F9A5A6;
	text-decoration:none;
	}

p.sponsors
{
	border:double;
	color: #000000;
	border-width: .15em;
	padding: .25em;
	background: #aaaaaa;
	
	}
p.sponsors a
{
	
	color: #F5FA2A;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 80%;
	
	}
	
	p.sponsors a:hover
{
	
	color: #9E09F4;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 80%;
	}

#container #team, #container #team-right
{
	float: left;
	clear: right;
	width: 100%;
}

#container #team img.head, #container #team-right img.head
	{
		float:left;
		margin-right: 20px;
		margin-bottom: 20px;
		clear:left;
	}
	

#container #team .member, #container #team-right .member
{

	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	
}

span.current
{
	color:#F5FC05;
}
#content p.item
{
	clear:both;
	margin-top:100px;

}

#container blockquote
{
	color: #F40E2B;
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-style:italic;
	font-size:110%;
	align-self:center;
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 10px;
	
	}

.narrow
{
	 
	float: right;
	width: 40%;
	height: 40%;
	margin-left: 5%;
	
	
	}
	
