/*--------------------
Site:         SCFWA.org
Description:  Page Structural Layout style sheet. 
Code:         CSS
Media:        Screen
Author:       Tim Snoots
--------------------*/

body {
	width: 770px;
	margin: 8px auto 10px auto;
}

#access, #site-header, #content, #site-footer {
	display: block;
	width: 770px;
	float: left;
	clear: both;
}

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

#content img.stock-image { float: right; margin: 10px 10px 20px 30px; border: 1px solid #999; }