/*  
Theme Name: Legacy
Theme URI: http://legacu.churchoftheking.com/
Description: Legacy
Version: 1.0
Author: COTK
Author URI: http://churchoftheking.com/
*/

h1, h2, h3
{
	padding:0px 0px 5px 0px;
	margin:0px;
}
h1
{
	font-size:25px;
}
h2
{
	font-size:20px;
	padding-top:10px;
}
h3
{
	font-size:15px;
}	
.hr
{
	height:1px;
	width:100%;
	margin:10px 0px;
	padding:0px;
	overflow:hidden;
	border-top:1px solid #452723;
}

p
{
	margin:0px;
	padding:0px 0px 10px 0px;	
}
.html
{
	overflow-y:scroll;
	background-image:url(images/bodybg.jpg);
	height:100%;
	
}

.body
{
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	color:#452723;
	text-decoration:none;
}

a:hover
{
	color:#452723;
	text-decoration:underline;
}

#bodybackground
{
	width:100%;
	height:100%;
	position:fixed;
	
}
#container1
{
	width:823px;
	background-image:url(images/content_body.png);
	background-repeat:repeat-y;
	margin:auto;
}
#container2
{
	width:823px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#header
{
	width:823px;
	height:230px;
	position:relative;
}

#pagetitle
{
	position:absolute;
	height:36px;
	width:607px;
	text-align:center;
	left: 197px;
	top: 213px;
	color:#ffffff;
	font-size:28px;
	font-family: Arial, "Times New Roman", Times, serif;
	letter-spacing:1px;
}

#homelink
{
	position:absolute;
	height:219px;
	width:281px;
	left: 33px;
	top: 10px;
}
#homelink a
{
	position:absolute;
	height:220px;
	width:281px;
}

#banner
{
	width:474px;
	height:215px;
	float:right;
}

#menu
{
	float:left;
	width:150px;
	margin:20px 0px 0px 30px;
	display:inline;
	line-height:1.75em;
	font-size:14px;
}

#content
{
	width:570px;
	float:right;
	margin:50px 30px 0px 0px;
	display:inline;
	font-size:12px;
	line-height:1.8em;
	text-align:justify;
}

#content img
{
	margin:5px;
	border:0px;
}
#footer
{
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	width:823px;
	height:10px;
	clear:both;
	color:#a59969;
	text-align:center;
	font-size:10px;
	padding-top:60px;
	padding-bottom:10px;
	overflow:hidden;
}