﻿body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: Futura, Helvetica, Arial, San-Serif;
}

#container
{
	position: relative;
	width: 960px;
	min-height: 600px;
	background-color: #fff;
	background-image: url(../../../app_themes/covenant/images/covenant_body_background.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 6px #80684C;
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#topcap
{
	width: 960px;
	height: 145px;
	background-color: #fff;
	background-image: url(../../../app_themes/covenant/images/covenant_full_top.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#leftcolumn
{
	position: absolute;
	top: 145px;
	margin: 0;
	width: 200px;
	background-image: url(../../../app_themes/covenant/images/covenant_top_left.jpg);
	background-repeat: no-repeat;
	background-color: #80684C;
	padding-top: 130px;
	z-index: 10000;
}

#rightcolumn
{
	width: 758px;
	min-height: 600px;
	margin-left: 200px;
	border-right: solid 2px #80684C;
}

#bodycontainer
{
	position: relative;
	background-image: url(../../../app_themes/covenant/images/covenant_page_corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-left: 15px;
	padding-top: 5px;
	z-index: 0;
}

#bodycontent
{
	position: relative;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 1;
}

#bodycontentcontainer
{
	
}

.HeaderImage
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 700px;
	height: 60px;
	top: 84px;
	left: 259px;
}
