* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #425969;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
background-color:#870E0E;
margin: 0 auto;
width: 876px;
}

#header {
height: 178px;
background: #fff url(http://rustonredeemer.org/images/topleft.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0px;
}

.right {
	background-image:url(http://rustonredeemer.org/images/bodyrepeat.gif);
	float: right;
	width: 611px;
	text-align: justify;
	background-repeat: repeat-y;
}
.right h3 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
font-style:italic;
color: #870E0E;
}


.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #870E0E;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 265px;
	padding-top: 0px;
	background-color:#870E0E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.left h2 {
margin: 0px;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #425969;
color: #fff;
font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	line-height: 25px;
	list-style-type: none;

}
.left li {
text-decoration:none;
}

.left ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}
.left ul li a:hover {
	text-decoration: underline;
}
.articles {
	padding: 10px 10px 10px 40px;
}

.imgfltright {
	float: right;
	padding: 5px 5px 5px 10px;
}

.imgfltleft {
	float: left;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }