/****************************************************************/
/* Core Styles													*/
/****************************************************************/

body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

#Main {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Layout */

#Header {
	width: 900px;
	height: 117px;
	background-image: url(http://www.thai360.com/fbb/skins/Professional/body-bkg.gif);
}

#Logo {
	float: left;
}

/* Footer */

#Footer {
	clear: both;
	width: 840px;
	height: 22px;
	padding: 5px 30px 0px 30px;
	margin-top: 5px;
	border-top: 5px solid #1C3A9B;
}

#Copyright {
	float: right;
	color: #444444;
}

#MainContentArea {
	width: 880px;
	padding: 10px;
}

#LeftColumn {
	float: left;
	width: 180px;
}

#RightColumn {
	float: left;
	width: 700px;
}

/* Common styles */

a {
	color: #1C3A9B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#RightColumn h1 {
	color: #1C3A9B;
	font-size: 18px;	
}

/* Thread Page */

.post {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.pagination {
	text-align: right;
}

.breadcrumbs {

}
