/* CSS Document */



body {
margin-top: 12px;
    font: 80%/1.1 Verdana,Arial,sans-serif;
	text-align: center;
	color:#990000;
	min-width: 750px;
	
	height:100%;
}

h1 {font: 120% Verdana,Arial,sans-serif; font-weight:bold}

#container {
	margin:0 auto;
	width:710px;
	height:100%;
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;	
	background-position: top left;
}

#container2 {
	margin:0 auto;
	width:710px;
	height:100%;
	text-align: left;
}


div.header
{
width: 700px;
padding:0.5em;
text-align: center;
float:left;
}

h1.header
{
padding:0;
margin:0;
}


div.content
{
width:280px;
height:320px;
margin-left:0;
float:left;
background-image: url(images/back_of_church_bg.jpg);
}

div.left
{
float:left;
width:200px;
height:400px;
margin:0;
padding:0.5em;
}


div.right
{
float:left;
width:180px;
height:400px;
margin:0;
padding:0.5em;
}

.float_right{
float:right;}

.float_left{
float:left;}


a {text-decoration: underline; color:#000000}
a:hover{
	text-decoration: underline; color:#990000}

.designed {
font-size:10px;
}