* {
margin:0;
padding:0;
border:0;
}

html {
	color:#333333; 
	line-height:19px; 
	font-size: 13px; 
	font-family: trebuchet ms, verdana, arial; 
	font-weight: normal;
}

body 
{
	background-color:#EDEDED; 
	background-position: center center; 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

	p{
	margin:0 0 10px 0;
}

#wrap
{
	margin: 0 auto;
	background-color: White;
	padding: 0 0 0 0;
	min-height: 744px;
	width: 744px;
}
#wrap #header 
{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: inherit;
	background-color: White;
}
#wrap #header #logo
{
	float: left;
	width: inherit;	
	text-align: left;
	height: auto;	
}

#wrap #header #top_menu
{
	text-align: right;
	background-color: White;
	clear:both;
	height: 25px;
	padding: 0 20px  0 0;
}

#wrap #header #section
{
	position: relative;
	height: 200px;
	background-image:url("images/bg_top_middle.gif"); 
	background-repeat: repeat-x; 
	text-align: right;
}
#wrap #header #section #image
{
	float: left;
	text-align: left;
	border-right: 2px solid White;
}

#wrap #header #section #right_border
{
	background-image:url("images/bg_top_right.gif"); 
	background-position: right;

	width: 21px;
	height: 170px;	
	float: right;
	text-align: right;
}

#wrap #header #section #title
{	
	padding-top: 70px;
	text-align: right;
	margin: 0 0 0 235px;
	height: 100px;
	width: 490px;
	position: relative;
	line-height:35px; 
}

#wrap #header #section #title #bottom
{	
	position: absolute;
	right: 10px;
	bottom: 20px;
	margin: 0;
	padding: 0;
}

#wrap #main 
{
	height: auto;	
	width: inherit;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background-color: White;
	clear: both;
}

#wrap #main #main_menu
{
	position: relative;
	width: 195px;	
	height: inherit; 
	background-color: White;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	float: left;
	text-align: left;
	
}

#wrap #main #main_menu h3
{
	margin-bottom: 25px;	
}

#wrap #main #main_menu ul
{
	color:#307082;	
	font-size: 13px; 
	font-family: trebuchet ms, verdana, arial; 
	font-weight:normal; 
	text-decoration:underline;
	list-style-type: none; 
}

#wrap #main #main_menu ul li
{
	border-bottom: 1px solid #E0E0E0; 
	padding: 5px 0 5px 0;
	background-color: White;
	width: 180px;
}
#wrap #main #main_menu ul li a
{
	color:#307082; 
	font-size: 13px; 
	font-family: trebuchet ms, verdana, arial; 
	font-weight:normal; 
	text-decoration:underline;
	padding: 5px 0 5px 0; 
}

#wrap #main #main_menu ul li.act a
{
	font-weight: bolder;
}


#wrap #main #main_content
{
	height: inherit;
	text-align: left;
	margin: 0 0 0 233px;
	padding: 0 10px 0 20px;
}

#wrap #main #main_content #event_list dt
{		
	width: 100px;
	float: left;
}
#wrap #main #main_content #event_list dd
{
	margin: 0 0 0 100px;
	padding: 0 0 20px 0;
	width: auto;
}

#wrap #footer
{
	clear: both;
	margin: 0 0 0 0;
	padding: 50px 0 20px 0;
	position: relative;
	width: inherit;
	height: 50px;
}
#wrap #footer #left_footer
{
	position: relative;
	width: 233px;	
	background-color: White;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

#wrap #footer #right_footer
{
	position: relative;
	background-color: White; 
	text-align: left;
	margin: 0 0 0 233px;
	padding: 0 0 0 0;
}


.separator
{
	height: 40px;
	border-bottom: 1px solid #A0A0A0; 
	margin-bottom: 10px;
}
