/* CSS Document */
body {
	color: #252525;
	margin: 0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
td {
	color: #252525;
}
#container {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width:865px;
	text-align: justify;																																			
}
#content b {
	font-size:14px;
}
#content a {
	color:#b21107;
	font-weight:bold;
}
#rightimages {
	float: right;
	width:214px;
	text-align:right;
}
.rightimg {
	padding-top:20px;
}
#copyright {
	width:860px;
	text-align: center;
	font-size:10px;
	padding-top:20px;
	padding-bottom:20px;
}
.boldred {
	font-weight:bold;
	font-size:14px;
	color:#fd110d;
}
.error {
	color:#fd110d;
	text-align: left;
}
.error ul {
	padding:10px;
}
#contact-form {
	background-image: url(../images/form_bg.png);
	width:323px;
	height:330px;
	background-position: top left;
	background-repeat:no-repeat;
}