body.fbody {

}

div.flogo {
	padding:15px 10px 20px 0;	
}

div.forum {
	padding:0 20px 30px 20px;
	min-height:450px;
}


div.forum h2 {
	font:normal 25px georgia,serif;
	color:#0A5E82;
	margin-top:25px;
}

div#breadcrumbs {
	height:27px;
	background-color:#0A5E82;
	margin-bottom:10px;
}
div#breadcrumbs ul {
	overflow:auto;
}

div#breadcrumbs li {
	float:left;
	list-style-type:none;
	height:27px;
}
div#breadcrumbs li:hover {
	background-color:#3D7D98;
}

div#breadcrumbs li a, div#breadcrumbs li a:visited {
	color:#fff;
	font:normal 12px verdana,sans-serif;
	line-height:25px;
	padding:6px 15px;
}
div#breadcrumbs li a:hover {
	text-decoration:none;
}

div#breadcrumbs li.crumb {
	background-image:url("../template/breadcrumb.png");
	background-repeat:no-repeat;
}

div#breadcrumbs li.newtopic {
	border-left:20px solid #fff;
	border-right:2px solid #fff;
}

div.postgroup {
	font:normal 14px verdana,sans-serif;
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}
div.postgroup a {
	text-decoration:underline;
}
div.postgroup small {
	font:normal 11px verdana,sans-serif;
	color:#0A5E82;
	display:block;
	margin-top:5px;
}
div.postgroup small a {
	font:normal 11px verdana,sans-serif;
	color:#0A5E82;
	text-decoration:underline;
}
div.postgroup h2 {
	margin-bottom:5px;
}
div.postgroup h2 a, div.postgroup h2 a:visited {
	font:normal 18px georgia,serif;
}


div.group {
	margin-bottom:40px;
}

div.group div.title {
	font:normal 30px georgia, serif;
	color:#000;
}

div.group div.section {
	margin:10px 0;
	padding:5px 0;
	border-bottom:1px dashed #ccc;
	font:normal 12px verdana,sans-serif;
}

div.group div.section div.sectionName a, div.group div.section div.sectionName a:visited {
	font:normal 18px georgia,serif;
}

div.group div.section div.indent10 {
	text-indent:10px;
	margin-top:5px;
}

div#newpost {
	margin-top:25px;
}