@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px 0 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 747px;
	margin: 0 auto;
}
.banner {
	width: 747px;
	height: 135px;
	background: url(http://stpaulmedia.com/images/banner.jpg) center no-repeat;
}
.header {
	width: 747px;
	height: 134px;
}
.nav {
	width: 747px;
	height: 30px;
	text-align: center;
	background: url(http://stpaulmedia.com/images/body.jpg) center repeat-y;
}
.nav ul {
	padding: 5px 0 0 0;
}
.nav ul li {
	padding: 0 4px;
	text-align: center;
	list-style: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
}
.nav a {
	text-decoration: none;
	color: #883c02;
}
.nav a:hover {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
#container {
        float: left;
        width: 747px;
        background: url(http://stpaulmedia.com/images/body.jpg) center repeat-y;
}
#nav-above {
        display: none;
}
#content {
        width: 500px;
        margin: 20px auto;
}
h2.entry-title {
        color: #626161;
	font-weight: lighter;
	font-size: 20px;
        padding-bottom: 10px;
}
h2.entry-title a {
        text-decoration: none;
        color: #883c02;
}
h2.entry-title a:hover {
        text-decoration: none;
        color: #ccc;
}
.entry-content {
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px dotted;
}
.entry-content p {
        text-align: justify;
        padding-bottom: 10px;
}
.entry-content a {
        text-decoration: none;
        color: #883c02;
}
.entry-content a:hover {
        color: #ccc;
}
.entry-date a {
        text-decoration: none;
        color: #883c02;
}
.entry-date {
        text-align: left;
        text-decoration: none;
        font-size: 10px;
        padding: 0px 0 10px 0;
        color: #883c02;
}
.entry-date abbr {
        border: 0;
}
#nav-below {
}
#primary {
        display: none;
}
#secondary {
        display: none;
}
#footer {
        clear: both;
	width: 747px;
	height: 22px;
	background: url(http://stpaulmedia.com/images/footer.jpg) center no-repeat;
}
.copyright p {
	text-align: center;
	font-size: 10px;
}