/****************************************
|
| Created by: Chad Clemmons
| Date Created:	11/01/2006
| Copyright 2006 kingdomseven.com 
|
****************************************/

@import "navigation.css";

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin: 0 auto 0 auto;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
html, body {
	margin: 0;
	padding: 0;
	background: #000000;
}

div#page {
	width: 760px;
	height: auto;
}

div#header {
	width: 100%;
	height: 120px;
	background: url(../images/nav/bar.gif) repeat-x 0 0 transparent;
	padding-bottom: 5px;
}
	
div#headercontainer
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 790px;
	height: 120px;	
}

div#logoheader a {
	cursor: pointer;
}

div#logoheader {
	width: 261px;
	height: 120px;
	color: #ffffff;
	font-size: 18px;
	padding: 0;
	background: url(../images/nav/logo.gif) no-repeat 0 0 transparent;
	margin: 0;
	display: block;
}

div#notepad {
	background:url(../images/notepad/notepad.gif) 0 0 no-repeat;
	width: 464px;
	height: 599px;
}

div#rel {
	background:url(../images/relships/rel_bg.gif) 0 0 no-repeat;
	width: 464px;
	height: 599px;
}

div#notepadcontent {
	padding:133px 10px 0px 10px;
}

div#contact {
	margin-top: 40px;
	width: 760px;
	height: 520px;
	background: url(../images/contact/bus_card.jpg) 0 0 no-repeat;
	font-size:12px;
	position: relative;
}

div#contactcontainer {
	top: 195px;
	right: 178px;
	width: 273px;
	color:#fff;
	font-family: 8px Arial, Helvetica, sans-serif;
	position: absolute;
	text-decoration: none;
}

div#news {
	background:url(../images/news/news.jpg) 0 0 no-repeat;
	width: 760px;
	height: 575px;
}
#photo {
	width: 760px;
	height: 800px;
}
#flashcontent {
	height: 100%;
}

#footer {
	width: 760px;
	font-size: smaller;
	color:#666666;
	text-align: center;
	padding-top: 70px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
