/******************************************************************************
 *
 *	porterhulett.css
 *	Cascading StyleSheet for porterhulett.com
 *	@author	Oliver Hulett
 *	
 *	Define CSS driven layout for www.porterhulett.com
 *
******************************************************************************/

/*	Set defaults, to be overwritten later as needed.*/
body
{
	margin: 0;
	border: 0;
	padding: 5px;
}

div.headerSect
{
	clear: both;
	height: 220px;
	background-image: url("./head_bkgnd.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
}

img#head-side-join
{
	position: absolute;
	left: 220px;
	top: 203px;
}

div.bodySect-wrapper
{
	position: absolute;
	margin: 0;
	background-image: url("./sidebar_bkgnd.jpg");
	background-repeat: repeat-y;
}

div.menuSect-top
{
	background-image: url("./menu_top.jpg");
	height: 10px;
	background-repeat: no-repeat;
	background-position: top left;
}

div.menuSect-bottom
{
	background-image: url("./menu_bottom.jpg");
	height: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.menuSect
{
	position: fixed;
	float: left;
	top: 230px;
	padding: 0px;
	margin: 5px;
	background-image: url("./menu_bkgnd.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}

div.contentSect
{
	position: relative;
	margin-left: 240px;
	padding: 20px;
}

div.addrSect
{
	margin-left: 240px;
	position: relative;
	padding: 20px;
}

.menuSect
{
	padding: 3px;
	width: 220px;
}

a.menuSect
{
	display: block;
	width: 155px;
}

