*
{
	margin: auto;
}
body
{
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#logoback
{
	width: 100%;
	height: 120px;
	background: #FFFFFF;
}
#logo
{
	width: 295px;
	height: 120px;
	background: #00FFFF url(../img/logo.jpg) no-repeat;
	float: right;
}
#sep
{
	width: 100%;
	height: 15px;
	background: #FFFFFF url(../img/sep.jpg);
	background-repeat: repeat-x;
}
#container
{
	width: 850px;
	height: auto;
}
#nav
{
	width: 220px;
	height: 260px;
	float: left;

}
#nav ul
{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#nav ul li
{
	display: block;

}
#nav ul li a.register
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/register.jpg) no-repeat;
	float: left;
	border-bottom: 1px solid #000000;
}
#nav ul li a.speak
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/speak.jpg) no-repeat;
	float: left;
	border-bottom: 1px solid #000000;
}
#nav ul li a.barcamp
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/barcamp.jpg) no-repeat;
	float: left;
	border-bottom: 1px solid #000000;
}
#nav ul li a.venue
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/venue.jpg) no-repeat;
	float: left;
	border-bottom: 1px solid #000000;
}
#nav ul li a.contact
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/contact.jpg) no-repeat;
	float: left;
	border-bottom: 1px solid #000000;
}
#nav ul li a.register:hover
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/registerover.jpg) no-repeat;
	float: left;
}
#nav ul li a.speak:hover
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/speakover.jpg) no-repeat;
	float: left;
}
#nav ul li a.barcamp:hover
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/barcampover.jpg) no-repeat;
	float: left;
}
#nav ul li a.venue:hover
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/venueover.jpg) no-repeat;
	float: left;
}
#nav ul li a.contact:hover
{
	width: 220px;
	height: 50px;
	background: #FFFFFF url(../img/contactover.jpg) no-repeat;
	float: left;
}
#content
{
	width: 600px;
	height: 250px;
	background: #FFFFFF url(../img/contentback.jpg) no-repeat;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}
#content p.welcome
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5A6A9A;
	margin-top: 15px;
	margin-left: 25px;
}
#content p.text
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #597381;
	margin-top: 45px;
	margin-left: 25px;
	font-weight: bold;
}
#content p.venue
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #597381;
	margin-top: 35px;
	margin-left: 25px;
	font-weight: bold;
}
#content p.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-top: 45px;
	margin-left: 25px;
	margin-right: 10px;
	float: right;
}
#content a
{
	color: #597381;
	text-decoration: none;
}
#content a:hover
{
	color:#ababab;
}
#sponsor
{
	width: 850px;
	height: 300px;
	background: #FFFFFF;
	clear: both;
}
#tshirt
{
	width: 270px;
	height: 300px;
	background: #FFFFFF url(../img/tshirt_sponsor.jpg) no-repeat;

	float: left;
}
#tshirt img
{
	margin-top: 30px;
	margin-left: 30px;
}
#supporting
{
	width: 270px;
	height: 300px;
	background: #FFFFFF url(../img/supporting_org.jpg) no-repeat;
	float: left;
	margin-left: 20px;
}
#supporting img
{
	margin-top: 30px;
	margin-left: 30px;
}
#supporting img.other
{
	margin-top: 10px;
	margin-left: 30px;
}
#media
{
	width: 270px;
	height: 300px;
	background: #FFFFFF url(../img/media_partner.jpg) no-repeat;
	float: right;
}
#media img
{
	margin-top: 30px;
	margin-left: 30px;
}
#media img.other
{
	margin-top: 10px;
	margin-left: 30px;
}
#footer
{
	width: 850px;
	height: 60px;
	margin-top: 10px;
}
#footer p
{
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer a
{
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:hover
{
	color: #666666;
	text-decoration: none;
}