/* CSS Document */

body {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color:#B2CCE5;
}


/* BASIC TABLE STYLING AND ARRANGEMENT */
.contentback {
	background-color:#ffffff;
}

#content {
	width:560px;
	min-height:300px;
	padding:10px;
}

#contentright {
	width:200px;
	padding:10px;
	float:right;
}

.leftPad {
	width: 15px;
}

.colLeft {
	background:#FFFFFF;
	width: 550px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}

.colRight {
	background:#FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 210px;
	vertical-align: top;
}

