@charset "utf-8";
#main #main_inner #right_panel {
	background-image: url(../images/sidebar_background.jpg);
	float: right;
	height: 473px;
	width: 100px;
	position: relative;
}
#main #main_inner #left_panel {
	float: left;
	height: 473px;
	width: 100px;
	position: relative;
	background-image: url(../images/sidebar_background_left.jpg);
}


#main #main_leftline {
	background-image: url(../images/footer_tile.jpg);
	float: left;
	height: 473px;
	width: 2px;
	position: relative;
}
#main #main_rightline {
	background-image: url(../images/footer_tile.jpg);
	float: left;
	height: 473px;
	width: 2px;
	position: relative;
}
#main #main_inner {
	float: left;
	height: 473px;
	width: 946px;
	position: relative;
	text-align: left;
}
#main #main_inner dl {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}

h2 {
	text-align: center;
}


#header #navigation {
	background-image: url(../images/navigation_back_inner.jpg);
}
p {
	text-align: center;
}

