html {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	background-color:#222;
}
img {
	border:0;
}
h1 {
	font-size:1.7em;
	padding:20px 0 3px 0;
	margin:0;
}
h2 {
	font-size:1.3em;
	padding:10px 0 3px 0;
	margin:0;
}
p {
	padding:10px 25px 10px 25px;
	margin:0;
}
a:link, a:visited {
	color:#000;
}
a:hover {
	color:#780406;
}

#container {
	width:975px;
	padding:5px;
	margin:30px auto 30px auto;
	background-color:#FFF;
}

#left {
	width:260px;
	border-right:5px solid #fff;
	float:left;
}
#logo_left {
	height:118px;
	width:260px;
	float:left;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
}
#left_links {
	width:250px;
	background-color:#e9e9e9;
	padding:10px 0 10px 10px;
	border-bottom:5px solid #fff;
	font-weight:bold;
	line-height:1.8em;
}
#left_links a:link, #left_links a:visited {
	text-decoration:none;
}
#left_links a:hover {
	text-decoration:underline;
}


#right {
	float:left;
	width:710px;
}
#logo_right {
	height:116px;
	border:1px solid #f8f8f8;
	background-image:url(../images/logo_right_bg.gif);
	background-repeat:repeat;
}
#phone_date {
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	height:34px;
	float:left;
	background-color:#e9e9e9;
}
#phone {
	float:left;
	width:511px;
	height:26px;
	padding:8px 0 0 10px;
}
#date {
	float:right;
	height:26px;
	border-left:5px solid #fff;
	width:180px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#252525;
	padding:8px 0 0 0;
}
#text {
	padding:25px 15px 25px 15px;
}

#footer_1 {
	background-color:#9d0b0e;
	text-align:center;
	height:26px;
	padding:8px 0 0 10px;
	border-top:5px solid #fff;
	font-weight:bold;
}
#footer_1 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#footer_1 li {
	display:inline;
	margin:0;
	padding:0 30px 0 30px;
}
#footer_1 a:link, #footer_1 a:visited {
	color:#fff;
	text-decoration:none;
}
#footer_1 a:hover {
	text-decoration:underline;
}
#footer_2 {
	text-align:center;
	border-top:5px solid #fff;
	line-height:20px;
	background-color:#a7a7a7;
	padding:18px 150px 18px 150px;
}
#footer_2 a:link, #footer_2 a:visited {
	text-decoration:none;
}
#footer_2 a:hover {
	text-decoration:underline;
}

.mem_left {
	float:left;
	width:100px;
	padding:25px 25px 15px 25px;
}
.mem_left img {
	float:right;
}
.mem_right {
	float:left;
	width:400px;
	padding:32px 25px 15px 0;
}




