﻿/* 
Style Sheet for the sub pages.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the sub pages.
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated By: 
Date:  */   

/*////////////////////////////////////////////////////////////////////////////////*/
div#page
{
	background-image: url('../../hempstead/images/bkgnd_page_sub.html');
	background-repeat: repeat-y;
}
div#layout
{
	float: right;
	width: 560px;
}
div#local
{
	display: block;
	float: left;
	width: 187px;
	min-height: 300px;
	margin: 20px 10px;
}
