/* CSS Document */



div#columnLeft {
	float : left;
	width : 125px;
	
}

div#columnRight {
	float : right;
	width : 624px;
	border-left : 1px dashed #660033;

}

div#empty {
	width : 124px;
	
}

div#title {
	width : 624px;
	text-align : center;
	padding-top : 5px;
}

div#sidebar {
	width : 124px;
	background : url(../images/sidebarBack.jpg) no-repeat;
}



div#content {
	width : 624px;
	text-align : center;
	padding-top : 5px;
}

div#contentText {
	width : 624px;
	text-align : left;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 10px;
}

div#contentColumnLeft {
	float : left;
	width : 280px;
	text-align : left;
	padding : 10px;
}

div#contentColumnRight {
	float : right;
	width : 280px;
	text-align : left;
	padding : 10px;
}




.copyright {
	color : #999999;
	font-weight : normal;
}