﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#cbe7ff;
}

.leftCol {
	background:url(images/leftBg.jpg) repeat-x;
	width:100%;
	height:627px;
}

.mainCol {
	background:url(images/mainBg.jpg) no-repeat;
	vertical-align:top;
}

.rightCol {
	background:url(images/rightBg.jpg) repeat-x;
	width:100%;
	height:627px;
}
