@charset "UTF-8";
/* CSS Document */



#Pagetitle h1 {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 22px 0px 0px 150px; /*top, right, bottom, left*/
}

/***********/


#Aboutauthor_panel {
	position:relative;
	width:263px;
	height:261px;
	padding: 20px 0px 0px 22px; /*top, right, bottom, left*/
}


/***********/


#Events_panel {
	position:relative;
	width:606px;
	background-image:url(../images/events_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}


#Events_title {
	position:relative;
	width:606px;
	height:67px;
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	background-image:url(../images/events_title.gif);
	background-repeat:no-repeat;
}

#Events_title h1 {
	padding: 25px 0px 0px 22px; /*top, right, bottom, left*/
}

#Events_table_con {
	position:relative;
	width:550px;
	padding: 0px 0px 0px 25px; /*top, right, bottom, left*/
}

#Events_table {
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	font-size:12px;
	color:#000000;
}

#Events_table h2 {
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	font-size:14px;
	color:#0000CC;
}

#Events_table td {
	padding: 5px 5px 5px 6px; /*top, right, bottom, left*/
	vertical-align:top;
}

.Events_table_headings {
	font-weight:bold;
	background-color:#EEEEEE;
}

.bottomborder {border-top:thin solid #CCCCCC;}
