/*

	LisaGuernsey.com Content Layout Style Sheet
	Modified template for content-heavy pages.

*/

@import url(/CSS/GUER/TextStyles.css);
@import url(/CSS/GUER/NavigationStyles.css);
@import url(/CSS/GUER/FormStyles.css);

#PageContainer {
	width: 700px;
}
#HeaderRegion {
	margin: 0px;
	padding: 18px 0px 0px 15px;
	height: 62px;
}
#LeftContent {
	float: left;
	clear: none;
	position: relative;
	width: 215px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#ContentRegion {
	position: relative;
	float: left;
	clear: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	height: auto;
	width: 455px;
	top: -15px;
}
#PageContent {
	z-index: 800;
}
#LeftColumn {
	float: left;
	clear: left;
	width: 185px;
}
#PrimaryNavigation {
	padding: 0px;
	float: left;
	height: 274px;
	width: 213px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCBF05;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 10000;
}
#ColorRegion {
	width: 150px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background-color: #999340;
	display: block;
	position: relative;
	float: left;
	clear: left;
}
#EmailSignup {
	padding: 10px;
}

#FooterRegion {
	width: 700px;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: right;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	clear: left;
}
input.EmailField {
	width: 100px;
}
#EmailSignup p {
	float: left;
	clear: left;
	width: 200px;
}
#WebsitePageContent {
	float: left;
	clear: none;
}
