html {
	height: 100%;
}
body {
	margin: 0;
	background: url(../images/bg.jpg) repeat-x #fff;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
}
div#toolbar a {
	border: 0;
}
.image {
	text-decoration: none;
	border: none;
}
a:link, a:visited, a:active {
	text-decoration: underline ;
/*	border-bottom: 1px dashed #cc1c00; */
	color: #333;
}
a:hover {
	text-decoration: none;
	/*border-bottom: none;*/
	background-color: #cc1c00;
	color: #fff;
}
#container {
	width: 901px;
	margin: 0 auto 10px auto;
}
div#container img a {
	border-bottom: 0;
	text-decoration: none;
}
#header {
	width: 901px;
	height: 183px;
	background: url(../images/logo.jpg) no-repeat;
}
#logo {
	width: 445px;
	height: 183px;
	float: left;
}
#contact {
	width: 184px;
	height: 183px;
	float: right;
}
#toolbar {
	clear: both;
	width: 901px;
	height: 52px;
}
.content {
	width: 901px;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
.mainLeft {
	width: 500px;
	float: left;
}
.mainLeft2 {
	width: 600px;
	float: left;
}
.mainRight {
	width: 374px;
	float: right;
}
.mainRight2 {
	width: 290px;
	float: right;
}
#footer {
	width: 100%;
	clear: both;
	height: 62px;
	background: url(../images/footer.jpg) repeat-x;
	position: fixed;
	left: 0;
	margin-top: 10px;
	bottom: 0;
}
#footerContent {
	width: 901px;
	margin: 0 auto;
	height: 42px;
	padding-top: 20px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #eee;
}
#footerContent a:link, #footerContent a:visited, #footerContent a:active {
	color: #eee;
	text-decoration: none;
	/*border-bottom: 1px dashed #eee;*/
}
#footerContent a:hover {
	color: #333;
	text-decoration: none;
	background: #eee;
	/*border-bottom: none;*/
}
.copyright {
	font: 11px Arial, Helvetica, sans-serif;
}

h1 {
	font: 26px "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #cc1c00;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 30px;
}
.hr {
	clear: both;
	width: 901px;
	height: 72px;
	background: url(../images/hr.jpg) no-repeat center;
}
.black {
	color: #2a2a2a;
}
.regText {
	line-height: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
}
