/* styles for the general-pages */

div#general_container {
	min-height: 385px;
	vertical-align: top;
}

* html div#general_container {
	height: 410px;
}

.paragraph_title {
	font-size: 13px;
	color: #1c1c1c;
	font-weight: bold;
	padding-bottom: 2px;
}

.paragraph_text {
	font-size: 12px;
	color: #1c1c1c;
	font-weight: normal;
	padding-bottom: 12px;
	padding-top: 0;
	margin: 0;
	vertical-align: top;
	float: left;
}

.generalp_height {
	height: 23px;
	min-height: 23px;
	line-height: 23px;
}

.clearer {
	clear: left;
}

.page_text_container {
	padding-top: 5px;
	float: left;
}

.page_text_container_with_image {
	float: left;
	width: 470px;
	vertical-align: top;
	padding: 0 0 0 5px;
	margin: 0;
}

.page_image_container {
	float: left;
	width: 275px;
	height: 220px;
}

.page_images {
	padding-top: 5px;
	width: 262px;
	height: 175px;
	float: left;
}

#page_navigation {
	width: 262px;
	height: 40px;
	padding-top: 10px;
}

div#backwardItem {
	float: left;
	visibility: hidden;
}

div#forwardItem {
	float: right;
	visibility: hidden;
}

.general_page_top_height {
	height: 30px;
	min-height: 30px;
}

* html .general_page_top_height {
	height: 29px;
}