
	html, body
	{
		height 					: 100%;
	}
	
	body
	{
		width					: 100%;
		margin					: 0;
		background-color		: #C0D9F4;
		font-family 			: "verdana", "sans-serif";
		font-size				: 80%;
	}
	
	a 
	{
		color					: #7B99C6;
	}
	
	
	#mainContainer
	{	
		position 				: absolute;	
		left					: 5%;
		width					: 90%;
		height					: 100%;		
		background-color 		: #7B99C6;
	}
	
	#header
	{
		position 				: absolute;
		z-index 				: 20;
		top 					: 0;
		left 					: 5%;
		width					: 90%;
		height 					: 150px;	
		background-color 		: #97BB11;
		background				: url(/sitePics/headerWall.jpg) top left no-repeat;
	}
	
	#header #headerImages
	{
		text-align 				: right;
		margin-right 			: 10px;
	}
	
	#header #headerImages img
	{
		margin-top 				: 20px;
		margin-right 			: 10px;
		border 					: 1px solid #fff;		
	}
	
	#contentContainer
	{
		background-color 		: #fff;
		margin-left				: 152px;
		margin-right 			: 152px;
		height 					: 100%;
		top 					: 0;	
		overflow				: scroll;
		
	}
	
	#contentBlock
	{
		margin 					: 10px;
		margin-top 				: 145px;
	}
	
	#contentBlock p
	{
		color 					: #3D5204;
		line-height				: 1.7em;
		margin 					: 1em;
	}
	
	#contentBlock h1
	{
		color 					: #3D5204; 
		font-size				: 1.3em;
		margin					: 0;
	}
	
	#contentBlock img
	{
		margin					: 0.5em;
	}
	
	#contentBlock hr
	{
		clear					: both;
		display 				: none;
	}
	
	#bannerContainer
	{
		position : absolute;
		right : 0px;
		top : 145px;
		text-align : right;
		margin-right: -1;
	}
	
	input
	{
		width					: 200px;
		border					: 1px solid #7B99C6;
	}
	
	textarea
	{
		width					: 200px;
		height					: 80px;
		overflow				: auto;
		border					: 1px solid #7B99C6;
	}
	
	button
	{
		border					: 1px solid #7B99C6;
	}
	

/* Style for the GuestBookModule*/
.guestbookBorder, .guestbook
{
	
	font-size	: 10px;
	border		: 1px solid #7B99C6;
}

.guestBookAdd {
	font-size	: 11px;
}
.guestBookAdd textarea {
	width		: 300px;
	height		: 75px;
	
}
.guestBookAdd input {
	width		: 300px;
}