.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

img{
	border:0px;
}

body{
	margin:10px 0;
	padding:0;
	text-align:center;
	font:14px Georgia, Times, serif;
	color:#369;
	background:#d6deed;
}

h1,h2{
	margin:0;
	text-indent:-9999px;
}

h3{
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	color:#036;
}

h4{
	background:#d6deed;
	background:#369;
	text-align:right;
	color:#000;
	color:#fff;
	padding:5px 10px;
	margin-top:0;
	font:bold 14px Verdana, Arial, sans-serif;
}

a{
	color:#000;
}

a:hover{
	color:#369;
}

#container{
	margin:auto;
	width:760px;
	border:4px solid #369;
	text-align:left;
	background:#fff;
}

#masthead{
	background:url('../images/boss-logo.gif') 10px 10px no-repeat;
	padding:10px;
}

#nav-bar{
	height:30px;
	background:#c33;
}

#nav-bar ul{
	margin:0;
	padding:0;
	line-height:30px;
	list-style:none;
}

#nav-bar ul li{
	float:left;
}

#nav-bar ul li a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0 20px;
}

#nav-bar ul li a:hover{
	color:#fcc;
}

#event #content{
	padding:20px;
}

#content-left{
	width:440px;
	float:left;
	padding:20px 10px 20px 20px;
}

* html #content-left{
	width:450px;
}

#content-left p{
	margin-top:8px;
	line-height:18px;
}

#content-left ul{
	list-style:none;
	margin:20px 0;
	padding:0;
	text-align:center;
}

#content-left ul li{
	display:inline;
}

#content-left ul li img{
	border:0;
	margin:0 20px;
}

#content-right{
	float:left;
	width:260px;
	padding:20px 20px 20px 10px;
}

* html #content-right{
	width:300px;
}

#content-right .block{
	border:1px solid #369;
}

#content-right .block p{
	padding:0 10px;
	margin-top:0;
	font-size:12px;
}

#content-right .block p.date{
	display:block;
	margin-bottom:0;
	text-align:left;
	color:#036;
	background:#d6deed;
}

#content-right .block p.completed{
	display:block;
	margin:2px 0;
	text-align:left;
	color:#c33;
}

#content-right .block p.desc{
	font-weight:bold;
}

#content-right .block p.desc a{
	color:#369;
	text-decoration:none;
}

#content-right .block p.desc a:hover{
	color:#036;
}

#content-right .block p.desc small{
	color:#000;
	font-weight:normal;
}

#content-right .block p.date a{
	color:#036;
	text-decoration:none;
	display:block;
}

#content-right .block p.date a:hover{
	color:#000;
}


/* Register Button */
#btn_register{
	border:0px;
	margin:0px;
	text-align:center;
}

#btn_register img{
	border:0px;
}

*html .space{
	margin-bottom: 20px;
}

*html .space2{
	margin-bottom: 10px;
}