@charset "utf-8";
body  {
	margin: 10px;
	padding: 0;
	text-align: center;
	color: #333333;
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/BlogCW-NewBack.jpg);
	background-position: center top;
}
.pageLayout #container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
} 
.pageLayout #header {
	background-repeat: repeat-x;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
.pageLayout #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.pageLayout #sidebar1 {
	float: left;
	width: 160px;
	padding: 15px 10px 15px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pageLayout #sidebar2 {
	float: right;
	width: 160px;
	padding: 15px 10px 15px 20px;
}
.pageLayout #mainContent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#page {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/pageBack2.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.pageLayout #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
} 
.pageLayout #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	color: #ADAD9A;
	text-align: center;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #153351;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5F5E79;
}
