body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
#header {
	width: 962px;
}
#banner {
	width: 962px;
}
#container {
	width: 962px;
	text-align: left;
}
#footer {
	width: 962px;
	background-image: url(footer.jpg);
	height: 45px;
	text-align: right;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #E72547;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DD2847;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left top;
	padding-top: 5px;
	text-transform: uppercase;
}
.small_txt {
	font-size: 10px;
	color: #666666;
	width: 200px;
	padding: 5px;
}
.border_left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E72547;
	padding-left: 20px;
}
a {
	color: #2194D3;
	font-weight: bold;
}
