/*
Theme Name: Floor Plans
Version: 1.0
Theme URI: http://www.OurFloorPlans.com/
Description: Simple, yet effective.
Author: Dan Wahlstrom
Author URI: http://www.SandstoneDigital.com/
You can find Dan Wahlstrom at http://hypoxide.com/
*/

body {
	background: url('images/bg.jpg');
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	}
#wrapper {
	height: 100%;
	width: 800px;
	}
#left {
	float: left;
	width: 256px;
	height: 800px;
	background: #a9b6df url('images/left.jpg') no-repeat top left;
	}
#header {
	width: 526px;
	height: 108px;
	float: right;
	text-align: center;
	padding: 10px 0;
	}
#nav {
	width: 515px;
	height: 56px;
	padding: 0 11px 0 0;
	background: #fff url('images/nav.jpg') no-repeat top left;
	text-align: right;
	float: right;
	}
#content {
	float: right;
	width: 481px;
	padding: 0 20px 10px 25px;
	background: transparent url('images/contentbg.gif') repeat-y;
	}
#content img {
	margin: 5px 3px;
	}
#footer {
	float: right;
	height: 95px;
	width: 486px;
	padding: 18px 20px 0 20px;
	background: transparent url('images/footer.gif') no-repeat;
	}
a {
	color: #000;
	}
a:hover {
	text-decoration: none;
	}
a img {
	border: 0;
	}
