body{
padding: 0 0 0 0;
margin: 0 auto;
background-color: #484848/*#707070*/;
font-size: 12px;
font-family: Verdana, Tahoma, Arial, Sans-serif;
text-align: center;
}

#BodyWrapper{
background-image: url(images/PageBG.jpg);
background-repeat: repeat-x;
background-position: top left;
}

#PageHeader{
position: relative;
float: left;
width: 100%;
height: 20px;
background-color: #484848;
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#PageWrapper{
position: relative;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
width: 900px;
clear: both;
overflow: auto;
}

	#MenuSpace{
	position: relative;
	float: left;
	width: 160px;
	margin-top: 80px;
	clear: left;
	}
	
		.MenuHead{
		position: relative;
		float: left;
		width: 160px;
		height: 32px;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(images/MenuHead.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		display: block;
		}
		
		.Menu{
		position: relative;
		float: left;
		width: 160px;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(images/MenuBG.gif);
		background-repeat: repeat-y;
		background-position: top left;
		display: block;
		font-size: 15px;
		font-weight: bold;
		}
		
		.Menu a:link, .Menu a:visited{
		text-decoration: none;
		color: #FFFFFF;
		}
		
		.Menu a:hover{
		color: #000000;
		}
		
			.CurrentPage{
			position: relative;
			float: left;
			width: 150px;
			margin-left: 5px;
			background-color: #FFFFFF;
			line-height: 18px;
			color: #484848;
			clear: both;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 10px;
			padding: 3px 3px 3px 3px;
			}
			
			.OtherPages{
			position: relative;
			float: left;
			width: 150px;
			margin-left: 10px;
			background-color: transparent;
			line-height: 18px;
			color: #FFFFFF;
			clear: both;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 10px;
			}
			
			
		.MenuFoot{
		position: relative;
		float: left;
		width: 160px;
		height: 32px;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(images/MenuFoot.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		display: block;
		}
	
	#ContentSpace{
	position: relative;
	float: left;
	width: 490px;
	clear: none;
	}
	
		.ContentHead{
		position: relative;
		float: left;
		width: 490px;
		height: 100px;
		background-color: #F3F3F3;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(images/ContentHead.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		display: block;
		}
		
		.ContentHead img{
		margin-left: 20px;
		margin-top: 10px;
		margin-right: 30px;
		}
		
		.Content{
		position: relative;
		float: left;
		width: 490px;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/ContentBG.gif);
		background-repeat: repeat-y;
		background-position: top left;
		display: block;
		text-align: left;
		}
			
			.AddressSpace{
			width: 480px;
			margin-left: 5px;
			border-top: 2px #BCBCBC solid;
			border-bottom: 2px #BCBCBC solid;
			background-color: #D2D2D2;
			text-align: center;
			display: block;
			line-height: 18px;
			font-style: italic;
			}
			
			.SectionHeader{ 
			color: #484848;
			font-weight: bold;
			font-size: 15px;
			padding: 20px 35px 0px 35px;
                        display: block;
			}
		
		.Content p{
		padding: 0px 35px 0px 35px;
		font-size: 13px;
		line-height: 18px;
		}
		
		.Notes{
		display: block;
		font-size: 11px;
		padding: 5px 5px 5px 5px;
		background-color: #D2D2D2;
		}
		
		.ContentFoot{
		position: relative;
		float: left;
		width: 490px;
		height: 30px;
		clear: both;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-image: url(images/ContentFoot.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		display: block;
		}
	
	#ImageSpace{
	position: relative;
	float: left;
	width: 220px;
	clear: right;
	margin-top: 50px;
	}

	.Image{
	position: relative;
	float: left;
	width: 220px;
	height: 347px;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(images/CafeImage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	}
		
#PageFooter{
position: relative;
float: left;
width: 100%;
height: 30px;
background-color: #484848;
display: block;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
color: #FFFFFF;
line-height: 30px;
}

a:link, a:visited{
color: #E80E0D;
text-decoration: none;
}

a:hover{
color: #FF8D8C;
text-decoration: underline;
}

.textinput{
width: 250px
}

form{
margin-left: 80px;
margin-top: 20px;
width: 290px;
background-color:#D2D2D2;
font-size: 11px;
}


