html
	{
	height:100%;
	width:100%;
	background-image:url('gray-friars.jpg');
	}

hr
{
color: red; 
background-color: black; 
border: 1px dashed #ff0000; 
border-style: none none dotted;
}
	
#main
	{
	background-color:#111111;
	margin-left:275px;
	border:1px solid white;
	width:800px;
	padding:5px;
	margin-top:0px;
	}
	
#links
	{
	background-color:#111111;
	margin-left:275px;
	width:800px;
	padding:5px;
	margin-top:5px;
	border:1px solid white;
	color:white;
	}
	
#quotebox
	{
	background-color:#111111;
	margin-left:10px;
	border:1px solid white;
	width:250px;
	margin-top:0px;
	float:left;
	color:white;
	font-family:cambria;
	padding:5px;
	font-size:0.9em;
	text-align:left;
	}
	
.quotebox ul
	{
	width:250px;
	margin-left:10px;
	}
	
#twitter
	{
	background-color:#111111;
	margin-left:10px;
	border:1px solid white;
	width:250px;
	margin-top:250px;
	color:white;
	font-family:cambria;
	padding:5px;
	font-size:0.9em;
	float:left;
	height:60px;
	}
	

.culogo
	{
	background-color:black;
	display:block;
	width:545px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	margin-top:5px;
	}

#footer
	{
	width:800px;
	font-size:1.0em;
	background-color:black;
	border:1px groove white;
	text-align:center;
	margin-left:275px;
	margin-top:25px;
	font-family:cambria;
	padding:5px;
	color:white;
	font-weight:bold;
	}

.footer p
	{
	border-bottom:1px dashed #800000;
	font-weight:bold;
	}
	
#topnav
	{
	margin-top:20px;
	width:800px;
	height:21px;
	border-right:1px solid white;
	margin-left:275px;
	display:block;
	padding:10px;
	text-align:center;
	}
	
.topnavitem
	{
	width:100px;
	float:right;
	border-right:0px solid white;
	border-top:1px solid white;
	text-align:center;
	background-color:#111111;
	font-family:cambria;
	color:white;
	border-left:1px solid white;
	float:right;
	text-decoration:none;
	display:block;
	padding:3px;
	}
	
#catholicundergroundimage
	{
	margin-top:15px;
	background-color:#080808;
	width:500px;
	height:300px;
	border:2px solid grey;
	margin-right:auto;
	margin-left:auto;
	}
	
ul 
	{
	color:white;
	width:490px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	border:0px solid white;
	list-style-type: none;
	font-family:cambria;
	padding-bottom:5px;
	}
	
.nextevent
	{
	padding:0px;
	}

.nextevent h1
		{
		font-size:1em;
		border-bottom:1px dashed #800000;
		padding-bottom:3px;
		font-family:cambria;
		}
		
.topnavitem a:link
	{
	text-decoration:none;
	background-color:black;
	color:white;
	}
	
.topnavitem a:visited
	{
	text-decoration:none;
	background-color:black;
	color:white;
	}
	
.topnavitem a:hover
	{
	background-color:red;
	color:white;
	display:block;
	}
	
a:link
	{
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
	
a:visited
	{
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
	
#fcblogo
	{
	background-color:transparent;
	width:200px;
	margin-left:auto;
	margin-right:auto	
	}

.facblogo a:hover
	{
	text-decoration:none;
	background-color:black;
	}
	

	
	
