body {
	color:#000; 
	background-color: #fff;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 955px;
	position : relative;
}
#content {
	background-color: #C8E8FB;
	height : 100%;
}
#header {
	background-image : url(../images/banner_bg.jpg);
	background-repeat : no-repeat;
	height : 189px;
}
#leftCol {
	background-image : url(../images/col_bg.jpg);
	background-repeat : repeat-y;
	background-color : #75CDD9;
	width : 330px;
	float : left;
}
#rightCol {
	width : 600px;
	float : right;
	/*padding : 10px 10px 10px 0px;*/
}
.clearit {
	clear : both;
}
#layout {
	padding : 0px 10px 0px 0px;
}
p {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 13px;
	color : #3D4D56;
}
h2 {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 14px;
	color : #575757;
}
ul {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 13px;
	color : #3D4D56;
}
.copyright {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Silver;
	border-top : 2px solid #567EBB;
	padding-top : 10px;
	background-color : #FFF;
}
.copyright a {
	color : Silver;
	text-decoration : none;
}
.copyright a:visited {
	color : Silver;
}
.copyright a:hover {
	color : Gray;
}
#TA_rated4 {
	float : right;
	margin : 10px;
}
