@import "reset.css";

/*Layout*/

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

div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 56.25em;
}

div#logo {
	margin: 20px 0;
	text-align: center;
}

div.content {
	font-size: 0.8em;
	height: 100%;
	margin-top: 30px;
	text-align: center;
}

div#about {
	background: transparent url(../images/layout/bunting_about.jpg) no-repeat center 0;
	padding-top: 150px;
	text-align: left;
}

div#aboutText {
	float: left;
	width: 530px;
}
div#press {
	background: transparent url(../images/layout/bunting_press.jpg) no-repeat center 0;
	padding-top: 130px;
}

div#links {
	background: transparent url(../images/layout/bunting_links.jpg) no-repeat center 0;
	padding-top: 130px;
}

div.content h2 {
	padding: 1.2em 0;
}

div.content p {
	padding-bottom: 1.2em;
}

div.content a {
	color: #333;
	text-decoration: none;
}

div.content a:hover {
	color: #666;
}

ul.nav {
	text-align: center;
}

ul.nav li {
	color: #666;
	display: inline;
}

ul.nav li.last {
	margin-right: 0 !important;
}
ul.nav li a {
	color: #333;
	text-decoration: none;
}

ul.nav li a:hover {
	color: #666;
}

ul#mainNav {
	background: transparent url(../images/layout/nav/cross.gif) no-repeat right center;
	display: block;
	font-size: 0.75em;
	margin-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	width: 75em;
}

ul#mainNav li {
	background: transparent url(../images/layout/nav/cross.gif) no-repeat left center;
	margin-right: 2.5em;
	padding-left: 3.2em;
}

ul.secNav {
	display: block;
	font-size: 0.8em;
	padding: 0 0 13px 0;
	text-align: center;
	text-transform: lowercase;
}

ul.secNav li {
	display: inline;
	margin: 0 2em;
}

ul.secNav li a {
	width: 100px;
}

ul#eventNav1 {
	margin-left: -27px;
}


h1 {
	display: none;
}

ul#about-images {
	float: left;
	width: 370px;
}

ul#about-images li {
	float: left;
	display: inline;
	height: 112px;
	width: 172px;
	margin: 0 0 10px 10px;
}

ul#about-images li a img {
	border: 1px solid #fff;
}

ul#about-images li a:hover img {
	border: 1px solid #000;
}