body {
	text-align: center;
	background: url(../images/bg.jpg) top repeat-x #ffffff;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.8em; 
	color: #101010;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	color: #101010;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: #101010;
	font-weight: normal;
}

a {
	color: #d02027;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.forminput, textarea {
	border: 1px solid #c2c2c2;
	font-family: Arial, Tahoma, Verdana;
	font-size : 1em;
}

.forminput {
	width: 240px;
	padding: 2px 0px;
}

textarea {
	width: 280px;
	height: 80px;
	padding: 2px 5px 2px 5px;
}

.searchbutton {
	position: relative;
	top: 4px;
}

.button {
	background-color: #d02027;
	color: #ffffff;
	text-align: center;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
}

.container {
	width: 840px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.nav {
	clear: both;
	float: left;
	width: 820px;
	height: 2.2em;
	padding: 10px 10px 0px 10px;
	background: url(../images/navbg.jpg) bottom no-repeat #b01b1f;
}

.nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 580px;
}

.nav li {
	list-style: none;
	float: left;
}

.nav a {
	display: block;
	height: 2.2em;
	float: left;
	padding: 0px 10px;
	background: url(../images/nav.jpg) bottom repeat-x #b01b1f;
	color: #ffffff;
	font-weight: normal;
}

.nav a:hover, #navon {
	text-decoration: none;
	background: url(../images/navon.jpg) bottom no-repeat #b01b1f;
}

.searchform {
	float: right;
	margin-right: 20px !important;
	margin-right: 10px;
	position: relative;
	top: -110px;
	margin-bottom: -50px;
	font-size: 1.2em;
}

.content {
	clear: both;
	margin: auto;
	width:800px;
	text-align: justify;
}

.leftcol {
	float: left;
	width: 554px;
}

.rightcol {
	float: right;
	width: 225px;
	position: relative;
	top: -40px;
	margin-bottom: -30px;
}

.boxcontent {
	background: url(../images/boxcontent.jpg) bottom no-repeat;
	width: 185px;
	padding: 2px 20px 10px 20px;
	margin-bottom: 10px;
	text-align: left;
}

.boxcontent h3 {
	margin-top: 0px;
	padding-top: 0px;
}

.record {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c2c2c2;
}

.recordimage {
	float: left;
	width: 150px;
}

.recordcontent {
	float: right;
	width: 600px;
}

.recordcontent h2 {
	margin-top: 0px;
	padding-top: 0px;
}

.footer {
	clear: both;
	color: #505050;
	font-size: 0.8em;
}

.small {
	font-weight: bold;
	font-size: 0.9em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.textright {
	text-align: right;
}

.leftpic {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 20px;
	font-size: 0.8em;
	font-weight: bold;
}

.icon {
	float: left;
	margin-right: 10px;
}

.iconh1 {
	float: left;
	margin-top: 0px;
	padding-top: 5px;
}	

.center {
	text-align: center;
}

.boldred, .error {
	font-weight: bold;
	color: #d02027;
}

.adminnav {
	float: left;
	width: 200px;
	margin-top: 20px;
	text-align: left;
}

.adminnav ul {
	margin: 0px;
	padding: 0px;
}

.adminnav li {
	list-style: none;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

.adminnav a {
	display: block;
	padding: 2px 5px; 
	width: 190px;
}

.adminnav a:hover, #adminnavon {
	background-color: #d02027;
	color: #ffffff;
	text-decoration: none;
}

.admincontent {
	float: right;
	width: 570px;
	margin-top: 20px;
}

.admincontent h1 {
	margin-top: 0px;
	padding-top: 0px;
}

.admintable {
	width: 568px;
	border: 1px solid #c2c2c2;
}

.admintable td {
	border: 1px solid #c2c2c2;
	padding: 2px;
}

.msg {
	width: 100%;
	font-weight: bold;
	background-color: pink;
}

.big {
	font-size: 1.2em;
}