body {
	text-align: left;
	font-family: tahoma, sans serif;
	font-size: 12px;
	height: 100%;
	background-color: #000000;
	background-attachment: fixed;
	margin: 0px;
	line-height: 1.5em;
	color: #fff;

	}

A:link { 
	text-decoration: underline;
	color: #fff;
}

A:visited { 
	text-decoration: underline;
	color: #fff;
}

A:active { 
	text-decoration: underline;
	color: #fff;
}

A:hover { 
	text-decoration: none;
	color: aqua;
}

h2 {
	line-height: 1.5em;
	margin-top: 0em;
}

h3 {
	line-height: 1em;
	font-size: 1.5em;
	margin-top: 0em;
}

#container{
	margin-top: 0px;
	width: 960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	margin-left: auto;
	margin-right: auto;

}

#header{
	float: left;
	margin-top: 25px;
	width: 960px;
	height: 270px;
	font-size: 0px;
}

#body{
	float: left;
	width: 960px;
	background-image: url('images/bg.png');
	font-size: 0px;
}

#nextevent{
	margin-left: 15px;
	float: left;
	width: 313px;
	font-size: 0px;
	background-image: url('images/left_bg.png');
}

#nextevent_head{
	float: left;
	width: 313px;
	height: 72px;
	background-image: url('images/nextevent.png');
	font-size: 0px;
}

#nextevent_content{
	float: left;
	width: 210px;
	font-size: 12px;
	padding-left: 50px;
	padding-right: 53px;
}

#nextevent_bottom{
	float: left;
	width: 313px;
	height: 39px;
	background-image: url('images/left_bottom.png');

}

#content{
	float: left;
	width: 607px;
	font-size: 0px;
}

#content_main{
	float: left;
	width: 559px;
	font-size: 12px;
	padding-left: 2em;
	padding-right: 2em;
	color: #fff;
}

#footer{
	float: left;
	width: 960px;
	height: 51px;
	background-image: url('images/footer.png');
}