.twoColLiqRt #container {
	width: 98%;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-right: 10px;
}
/*
#################################################################
CSS Code written by Hugh Staples using a Dreamweaver CS5
template for use with HTML pages generated with
BreezeBrowserPro, a most excellent image management program
available at www.breezesys.com  
#################################################################
*/
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #99CCFF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, a:active {
	background: #f5f5f5 !important;
	color: #990000 !important;
	font-weight: bold;
}

body, p {
	background-color: #FF0000;
	color: #33FF33;
	font-family: Verdana, Tahoma, sans-serif;
}


h1, h2 {
	background-color: #000000;
	color: #33FF33;
}



h3 {
	color: #33FF33;
}


h4 {
	color: #33FF33;
}

h5 {
	color: #f5f5f5;
}

h6 {
	color: #f5f5f5;
}
