#container
{
	display: block;
	width: 800px;
	background: #fff;
	background-image: url(../images/container_3.jpg);
	overflow: visible;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

/*left column*/
#left
{
	display: inline;
	float: left;
	width: 180px;
	position: relative;
}

#events
{
	background-color: #1987d7;
	
	background-position: top left;
	background-repeat: no-repeat;
	width: 154px;
	height: 170px;
	overflow: visible;
	padding: 0;
	margin: 0;
	padding-left: 42px;
	padding-right: 10px;
	text-align: left;
	color: #fff;
}
#sidenav
{
	width: 170px;
	height: 170px;
	padding-left: 10px;
	text-align: left;
	color: #fff;
}
#sidenav a:link, #sidenav a:hover, #sidenav a:visited
{
	color: #fff;
	font-weight: bold;
}
#events a:link, #events a:hover, #events a:visited
{
	color: #000;
	font-weight: bold;
}
.event_date
{
	color: #fff;
	font-weight: bold;
}

#event_curve
{
	height: 36px;
	background-color: #1987d7;
	width: 206px;
	margin: 0;
	padding: 0;
	border: 0;
}

#login
{
	background-color: #039;
	width: 191px;
	display: block;
	height: 110px;
	color: #fff;
	text-align: left;
	font-family: "Myriad Web Pro" , Myriad, "Myriad Pro" , Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .5px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-top: 10px;
}

#login_title
{
	font-size: 14px;
}

#password, #name
{
	width: 130px;
	height: 16px;
	margin-bottom: 5px;
}

#submit
{
	height: 22px;
	padding: 0;
	margin: 0;
}

/*Safari Hack*/
/*\*/
html > body*#submit
{
	margin-bottom: -8px;
}
/**/

#extra_left
{
	width: 190px;
	background-image: url(../images/blue_curve.gif);
	background-position: top right;
	background-repeat: repeat;
	height: 205px;
	overflow: visible;
	padding: 8px;
}
#extra_left a:link, #extra_left a:hover, #extra_left a:visited
{
	color: #fff;
	font-weight: bold;
}

/*Middle column*/
#content
{
	width: 325px;
	float: left;
	padding: 60px;
	padding-top: 10px;
	margin-left: 6px;
	text-align: left;
}
.title
{
	font-size: 18px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

