body {
	font-family: Arial, Calibri, Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url("pic/background_small.jpg"); background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 950px;
}
#mainframe {
	margin: auto;
	padding: 0px;
	background-image: url("pic/background.jpg"); background-repeat: no-repeat;
	background-position: center top;
	width: 1900px;
	max-width: 100%;
}
#topframe {
	width: 950px;
	margin: auto;
	height: 228px;
	background-image: url("pic/lbpc_header.png"); background-repeat: no-repeat;
	position: relative;
}
#aboutframe {
	position: absolute;
	top: 0px;
	right: 10px;
	background-color: #304250;
	color: #FFFFFF;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-radius: 0px 0px 5px 5px;
}
#aboutframe a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#aboutframe a:hover {
	color: #E80F82;
}
#mainmenu {
	font-size: 16px;
	color: #E80F82;
	padding-top: 6px;
	padding-left: 20px;
	height: 20px;
	text-align: left;
	width: 930px;
	height: 32px;
	margin: auto;
}
#mainmenu a {
	color: #E80F82;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu a:hover {
	text-decoration: underline;
}
#submenu {
	width: 935px;
	margin: auto;
	padding-top: 5px;
	padding-left: 15px;
	height: 22px;
	color: #FFFFFF;
	background-color: #304250;
	border-radius: 0px 0px 5px 5px;
	text-align: left;
}
#mainbody {
	width: 920px;
	margin: auto;
	margin-top: 25px;
	padding: 15px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	min-height: 835px;
}
#footerframe {
	width: 950px;
	margin: auto;
	margin-top: 15px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#footerframe a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footerframe a:hover {
	text-decoration: underline;
}
#breadcrumps {
	padding-bottom: 8px;
}
#breadcrumps a {
	color: #E80F82;
	text-decoration: none;
}
.bodyframe {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
}
.bodyframe_topic {
	color: #FFFFFF;
	background-color: rgb(25,68,105);
	background-image: url("pic/newbtn_middle.png"); background-repeat: repeat;
	border: 1px solid rgb(25,68,105);
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	position: relative;
}
.bodyframe_topic h2 {
	font-size: 12px;
	margin: 0px;
}
.bodyframe_topic_threads {
	position: absolute;
	right: 105px;
	bottom: 2px;
	width: 100px;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
.bodyframe_topic_posts {
	position: absolute;
	right: 5px;
	bottom: 2px;
	width: 100px;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
}
.bodyframe_topic_page {
	position: absolute;
	right: 5px;
	font-weight: bold;
}
.bodyframe_body {
	padding: 10px;
}
.bodyframe_body a {
	color: #000000;
}
.bodyframe_body table {
	width: 100%;
}
.forum_table {
	width: 100%;
	border: 0px solid #000000;
	margin-left: 10px;
}
.forum_table a {
	text-decoration: none;
}
.forum_table a:hover {
	text-decoration: underline;
}
.forum_table_count {
	width: 100px;
	text-align: center;
}
.forum_table tr:hover {
	background-color: #EEEEEE;
}
.threadtable {
	border: 0px;
	width: 100%;
}
.threadtable tr:hover {
	background-color: #EEEEEE;
}
.threadtable a {
	text-decoration: none;
}
.threadtable a:hover {
	text-decoration: underline;
}
.posttable {
	border: 0px;
	width: 100%;
}
.posttable_text {
	padding-right: 20px;
	vertical-align: top;
	word-break: break-word;
}
.posttable_author {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}
.postavatar {
	margin-top: 5px;
	max-width: 50px;
}
.spanAdmin {
	color: #E80F82;
}
.spanSpecial {
	color: #4048CC;
}
.rosa {
	color: #E80F82;
}
.right {
	text-align: right;
}
.next_page {
	display: inline;
}
.next_page a {
	color: #E80F82;
	text-decoration: none;
	font-weight: bold;
}
.memberlist_abc a {
	color: #E80F82;
	text-decoration: none;
}
.memberlist_abc a:hover {
	text-decoration: underline;
}
.memberdetails {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10px;
}