﻿#body {
	background: #fff url('images/leftbg.jpg') no-repeat;
	width: 700px;
}

#leftcol {
	text-align: left;
	width: 150px;
	float: left;
	padding: 10px 5px 5px 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
}
	html>body #leftcol { width: 140px; }

#centercol {
	text-align: left;
	width: 400px;
	float: left;
	background: #fff url('images/bodybg.jpg') repeat-x;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 380px;
}
	html>body #centercol {
	width: 380px;
	color: #330066;
}

#rightcol {
	text-align: left;
	width: 150px;
	float: left;
	background: #fff url('images/bodybg.jpg') repeat-x;
	padding: 10px 10px 10px 0px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
}
	html>body #rightcol { width: 140px; }

.submenu a:hover {
	width: 140px;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}
	
.submenu a:visited {
	width: 140px;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}
	
.submenu a:link {
	width: 140px;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
}
	html > body .submenu a:hover {
		width: 120px;
	}



	html > body .submenu a:visited {
		width: 120px;
	}



	html > body .submenu a:link {
		width: 120px;
	}



