* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color: #1B1718;
}
a {
	color: #941A1D;
}
a:hover {
	text-decoration: none;
}
.button {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	color: #FFF;
	background: #1B1718;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
	background: url(../_img/bg-button.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
}
.button:hover {
	color: #941A1D;
	background: url(../_img/bg-button-hover.gif);
}

#container {
	width: 880px;
	margin: 0 auto;
}

#header {
	height: 270px;
	padding-top: 100px;
	position: relative;
	margin-bottom: 50px;
}
#header h1, #header h1 a {
	width: 129px;
	height: 80px;
}
#header h1 {
	background: url(../_img/logo.png);
	position: absolute;
	top: 10px;
	left: 0;
}
#header h1 a {
	display: block;
	text-indent: -9999px;
}
#header .button {
	position: absolute;
	right: 0;
	top: 55px;
}
#header #photos {
	height: 245px;
	background: url(../_img/yulbiz.jpg);
}
#header #twitter_wall {
	height: 23px;
	border: 1px solid #D5D5D5;
	border-top: 0;
	overflow: hidden;
}
#header #twitter_wall h3 {
	font-size: 1.2em;
	float: left;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	background: #D5D5D5;
}
#header #twitter_wall h3 a {
	color: #1B1718;
	text-decoration: none;
}
#header #twitter_wall #tweets {
	width: 300px;
	padding: 0 10px;
	font-size: 1.1em;
	height: 23px;
	line-height: 23px;
	float: left;
	white-space: nowrap;
}
#header #twitter_wall #tweets p {
	float: left;
}
#header #twitter_wall #tweets a {
	text-decoration: none;
}
#content {
	overflow: hidden;
	padding-bottom: 30px;
}
#content h2, #sponsors h2 {
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	margin-bottom: 20px;
}
#main {
	float: left;
	width: 550px;
	padding-right: 50px;
}
#main h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.content {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.content p {
	margin-bottom: 10px;
}
.content ul {
	padding-left: 20px;
	list-style: none;
}
.content li {
	padding-left: 9px;
	background: url(../_img/bullet.gif) left no-repeat;
}
#sidebar {
	float: left;
	width: 280px;
}
#sidebar .button {
	float: right;
}
#sponsors {
	overflow: hidden;
	padding-bottom: 50px;
}
#sponsors_logo {
	margin-bottom: 20px;
	padding: 20px 20px 0;
	border: 1px solid #D5D5D5;
	overflow: hidden;
}
#sponsors_logo a {
	float: left;
	padding: 0 20px 20px 0;
}
#sponsors_logo img {
	display: block;
	border: 0;
}
#sponsors .button {
	float: right;
}
#footer {
	font-size: 1.1em;
	line-height: 25px;
	height: 25px;
	padding-bottom: 50px;
}
#footer #twitter_follow {
	float: left;
}
#footer #info {
	float: right;
}
.previous_event {
	border: 1px solid #D5D5D5;
	margin-bottom: 20px;
	padding: 10px;
	width: 258px;
}
.previous_event h3 {
	font-size: 1.4em;
}
.previous_event .info {
	font-size: 0.9em;
	color: #666;
	margin-bottom: 10px;
}
.previous_event img {
	display: block;
}

#previous_events {
	overflow: hidden;
}

#previous_events .previous_event {
	float: left;
	margin-right: 20px;
}
#previous_events .last {
	margin: 0;
}

#content, #sponsors {
	margin-left:-10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
}
