html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(img/back.jpg) repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
a, a img {
	border: none;
}
#pageMargins {
	width: 1005px;
	margin: 0 auto;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.content {
	padding: 0px;
}
.navSub {
}
.col1 {
	width: 238px;
}
.col0 {
	width: 457px;
}
.col2 {
	width: 200px;
	margin: 47px 0 0 53px;
}
.footer {
	border-top: 30px solid  #fff;
	height: 29px;
	width: 1003px;
	background: url(img/footer.jpg) no-repeat;
}
