body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

a {
	border: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	/*vertical-align: text-top;*/
	margin: 0px auto;
	padding: 0px auto;
}

.text_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #5F4A25;
}

.link_main {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #EC0F17;
	text-decoration: none;
}

.link_main:hover {
	color: #5B303C;
}

#content {
	width: 900px;
	background: #FFFFFF;
	min-height: 520px;
}

*html #content {
	height: 520px;
}

#container {
	width: 900px;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	position: relative;
		
}

#content_col_left {
	position: absolute;
	top: 96px;
	left: 0px;
	width: 169px;
	height: 520px;
}

#nav_left {
	position: absolute;
	top: 46px;
	left: 23px;
	width: 138px;
	height: 264px;
	text-align: right;
}

#box_contact_left {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 170px;
}

.link_box_contact_left {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #565446;
	text-decoration: none;
	
}
.link_box_contact_left:hover {
	color: #FF3333;
}

.text_box_contact_left{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #565446;
	text-decoration: none;
	text-align: right;
}
#header {
	position: relative;
	width: 900px;
	height: 96px;
}

#sub_logo {
	position: relative;
	margin-top: 10px;
	margin-left: 195px;
}

#content_col_center {
	position: relative;
	margin-left: 170px;
	width: 730px;
	min-height: 520px;
	background-color: #DFDCC6;
	background-image: url(../images/col_center_curve.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
*html #content_col_center {
	height: 520px;
}

#center_text {
	position: relative;
	margin-left: 191px;
	padding-top: 30px;
	width: 445px;
	
}
			
.center_text {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
	color: #565446;
	line-height: 1.75;
}

#footer {
	position: relative;
	width: 900px;
	height: 27px;
	border-top: 3px solid #CC0000;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: .7;
}

.link_footer {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #565446;
	text-decoration: none;
}
.link_footer:hover {
	color: #FF3333;
}

.text_footer{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #565446;
	text-decoration: none;
}

a.header {
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.header:hover {
	color: #FD0303;
}

.header {
	font-family: arial, verdana, helvetica;
	font-size: 14px; 
	color: #000000;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: disc;
	
}

li {
	color: #CC0000;		
	margin-left: 0px;
}

li span {
	color: #565446;
}

.list_items {
	text-align: center;
}

#extra_text {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
	margin-top: 60px;
}

#last_text {
	text-align: center;
	font-family: arial, verdana, helvetica; 
	font-size: 12px; 
	color: #999999; 
	margin-top:30px;
}