@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0;
	background-color: #6e6e6e;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url("../img/back.gif");
	background-repeat: repeat-y;
}

#content {
	padding: 0 0 0 0;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
}

#footer p {
	font-size: 10px;
	padding: 0 0 0 30px;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	line-height: 18px;
}

blockquote {
	margin: 25px 20px 10px 20px;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #961127;
	font-weight: normal;
}

.img_border_left {
	padding: 0 10px 10px 0;
	
}

.img_border_right {
	padding: 0 0 10px 10px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
	line-height: 12px;
}
a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #961127;
	line-height: 16px;
}

a:HOVER {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #961127;
	line-height: 16px;
}

.body_link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #961127;
	line-height: 16px;
}

.body_link:HOVER {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #961127;
	line-height: 16px;
}