a:link {
	text-decoration: underline;
	color: #92342f;
}
a:visited {
	text-decoration: underline;
	color: #92342f;
}
a:hover {
	text-decoration: none;
	color: #92342f;
}
a:active {
	text-decoration: underline;
	color: #272727;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
/*	background-repeat: no-repeat;*/
	background-image:url(_images/bgtile.jpg);
}
#container {
	margin: 0 auto;
	width: 682px;
	border: 1px double #333333;
	background-color: #666666;
}
#header {
	height: 143px;
	/*	background-color:#3333FF;*/
	background-image: url(_images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	text-align: right;
}

#admin_header {
	height: 143px;
	/*	background-color:#3333FF;*/
	background-image: url(_images/admin_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	text-align: right;
}

#content {
	color: #161616;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #CAD7DB;
}
p {
	font-size: 11pt;
	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

h1 {
	font-size:16pt;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 6px;
}
h2 {
	font-size: 12pt;
	margin: 0px;
	color: #972620;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 6px;
}

#footer {
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	width: 682px;
	color: #FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
