body {
	background: #DBD8CF;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin:0px;
	text-align: center;
}

#allcontent {
	background: none;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 0px;
	width: 1000px;
	text-align: left;
}

#header {
	height: 20px;
	margin-top: 0px;
	text-align: center;
}

#content_left {
    float: left;
	width:500px;
	margin: 0px 0 45px 0px;
    font-size: 15px;
	color:#333;
	line-height:20px;
	clear:both;
	}

#content_right {
    float: right;
	width:490px;
	margin: 0px 0 0 0px;
}

h2 {
height:12px;
font-size:32px;
font-weight:normal;
color:#d94d39;
//border-left: solid 3px #d94d39;
margin: 10px 0px 18px 0px;
}

h3 {
font-size:18px;
font-weight:normal;
color:#454545;
margin: 0px 0px 25px 0px;
    }

p{
color:#333;
padding: 0px 0px 0px 9px;}

#text ul  {
margin:0px 0px 0px 0px;
    }

#text ul li {

    }

a:link { color:#183980; text-decoration:none }
a:visited { color:#183980; text-decoration:none }
a:hover { color: #888888; text-decoration: none; }
a:active { color: #183980; text-decoration: none; }

A.footer:LINK {color:#888888; font-family: Helvetica, Geneva, serif; font-weight:normal; text-decoration:none; }
A.footer:VISITED {color:#888888; font-family: Helvetica, Geneva, serif; font-weight:normal; text-decoration:none;}
A.footer:ACTIVE {color:#888888; font-family: Helvetica, Geneva, serif; font-weight:normal; text-decoration:none;}
A.footer:HOVER {color:#183980; font-family: Helvetica, Geneva, serif; font-weight:normal; text-decoration:underline; }


#footer {
	width: 1000px;
    text-align: left;
    }
