.container {
	background: url(images/gus-backgr-border.gif) no-repeat #E3E2E7;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.main {
	margin: 50px 50px 50px 50px;
	width: 800px;
	height: 900px;
	color: #EA0613;
}
.main a:link, .main a:visited, .main a:hover, .main a:active {
	color: #EA0613;
	text-decoration: underline;
}
.main a:hover {
	color: #000000;
}
.left-bar {
	float:left;
	font-size: 20px;
	color: #EA0613;

	padding-right: 15px;
}
.footer {
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 10px;
}
.footer a:visited {
	color: #B20202;
	text-decoration: none;
} 
.footer a:link, .footer a:hover, .footer a:active {
	color: #EA0613;
} 
.footer a:link, .footer a:active {
	text-decoration: none;
} 
.footer a:hover {
	text-decoration: underline;
} 
