/*

Brian K. James Dot Com • Version 3.0
CSS File: layout.css

This file is for SITE SETUP ONLY.
Decoration of the pages to this site
are found in page.css.

*/

/* **********************************
		SITE LAYOUT CODE
   **********************************
*/

html {
	overflow: visible;
}


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/all_pages/site_bkgnd-tile.png);
	background-color: black;
	background-position: top;
	background-repeat: repeat;
}


#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 53.40em;
	min-height: 600px;
}

#header {
	height: 150px;
	background-image: url(../images/all_pages/site_header.png);
	background-repeat: no-repeat;
}

#nav {
	margin: 0px;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/all_pages/nav_bkgnd.png);
	background-repeat: repeat-x;
}

#splash {
	margin: 0px;
	height: 300px;
	background-color: black;
}

#page_header {
	height: 86px;
	background-color: white;
}

#content_area {
	height: 100%;
	padding-left: 40px;
	padding-right: 40px;
	background-color: white;
}

#footer {
	clear: both;
	height: 150px;
	line-height: 150px;
	background-image: url(../images/all_pages/footer_bkgnd.png);
	background-repeat: repeat-x;
}

#credits {
	clear: both;
	height: 55px;
	line-height: 55px;
}
