body
{
	background:#404040;
	color:#fff;
	font:Average, Serif;
	line-height:1.5em;
	margin:0;
	padding:0;
}

h1
{
	font-family:Average, Serif;
	font-size:22px;
}

h2
{
	font-family:Average, Serif;
    text-decoration: underline;
	font-size:18px;
	margin-bottom:18px;
	margin-top:18px;
}

h3
{
	font-family:Average, Serif;
	font-size:16px;
}

h4
{
	font-family:Average, Serif;
	font-size:14px;
	font-weight:700;
	margin:10px 0 0;
}

p,li
{
	font-family:'Source Sans Pro', Sans-Serif;
	font-size:16px;
}

a:link,a:visited
{
	background-color: #003300;
	color:#fff;
	font-family:'Source Sans Pro', Sans-Serif;
	font-size:16px;
	text-decoration: none;
}

a:hover
{
	background-color:#000;
	color:silver;
	font-family:'Source Sans Pro', Sans-Serif;
	font-size:16px;
	text-decoration:none;
}

#wrapper
{
	background-color:#004000;
	margin:auto;
	padding:0;
	position:relative;
	width:800px;
}

#banner
{
	background:url(../media/blank_banner_with_saints.jpg) no-repeat;
	height:76px;
	width:100%;
}

#banner p
{
	color:#820201;
	font-family:Sail, cursive;
	font-size:40px;
	margin:0;
	padding:15px;
	text-align:center;
	text-shadow:red 0 1px 1px;
}

#title
{
	clear:both;
	height:70px;
	margin: auto;
	position: relative;
	width:85%;
}

#title h1
{
	float:left;
	padding-left:100px;
}

#title h2
{
	float:right;
	padding-top:18px;
}

span#Name
{
	font-size:1.2em;
	font-weight:700;
}

span#Title
{
	float:right;
}

span#Feast
{
	float:right;
}

.smaller
{
	font-size:.6em;
}

.center
{
	text-align:center;
}

#mainbody
{
	clear:both;
	float:left;
	margin-bottom:50px;
	width:100%;
}

#navlist
{
	float: right;
	width: 45%;
}

#navlist p
{
	clear:both;
	display:block;
	margin-top: 20px;
}

#navlist ul
{
	display:inline;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:180px;
}

#article
{
    float: left;
    width: 50%;
	margin-left:20px;
}

#article p
{
	padding-bottom:10px;
}

#article img
{
	display:block;
	margin:auto;
	min-width:300px;
	padding:10px;
}
#article strong
{
	font-weight: bold;
	font-size: 18px;	
}

blockquote
{
	border-left:3px solid #ccc;
	font:16px 'Source Sans Pro', Sans-Serif;
	font-style:italic;
	margin-bottom:10px;
	margin-left:50px;
	margin-top:10px;
	padding-left:15px;
}

#footer
{
	clear:both;
	font-size:10px;
	text-align:center;
	width:100%;
}

#footer a,#footer p
{
	font-size:10px;
}
