/*--------------------
Site:         snoots-tech.com
Description:  Page Structural Layout style sheet. 
Code:         CSS
Media:        Screen
Author:       Tim Snoots
--------------------*/

body
{
	width: 760px;
	margin: 10px auto 20px auto;
}

#browser-warn-box, #access, #banner, #site-menu, #wrapper, #site-footer
{
	display: block;
	width: 760px;
	float: left;
	margin-bottom: 10px;
	clear: both;
}

#site-menu ul, #site-footer ul
{
	float: left;
}

#page-menu
{
	display: block;
	width: 160px;
	float: left;
	padding: 10px 0 10px 6px;
}

#content
{
	display: block;
	width: 552px;
	float: right;
	padding: 10px 10px;
}

#access
{
	position: absolute; left: -200em; top:-20em;
}

h2.nav
{
	position: absolute; left: -200em; top:-20em;
}
