* 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body
{
	background-color: white;
	background-color: #D0E5A7;
}

#menu
{
	font-size: 100%;
	font-weight: bold;
	font-family: segoe ui;
	margin: 0px 0px;
   padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 160px;
	position: absolute;
	font-family: Arial;
	background-color: #D0E5A7;
	top: 0px;
	left:0px;
}
#menu *
{
	font-family: Arial, Helvetica, sans-serif;
}
#menu li
{
	list-style: none;
	color: #777F67;
	margin-bottom: 5px;
}
#menu a
{
	text-decoration: none;
	color: #00737F;
}
#menu a:hover
{
	color: #00B5CC;
}

#content, #contenthome, #contentgallery
{
	position:absolute;
	right:0px;
	left: 0px;
	margin: 30px 45px;
	color: black;
	min-height: 480px;
}

#contentgallery
{
	left: 175px;
	width: auto;
	margin:0px;
	margin-left: 45px;
	padding: 0px 15px;
	background-image: url("http://www.steinebach.ca/images/normal_bg3.gif");
	background-repeat: no-repeat;
	background-position: -100px 0px;
	background-color:white;
}
#contenthome
{
	left: 175px;
	margin:0px;
	width: auto;
	margin-left: 45px;
	padding: 0px 45px;
	background-color: white;
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	min-height:1108px;
}
#content h1, #contenthome h1, #contentgallery h1
{
	font-size: 250%;
	margin: 0px;
	color: #00737F;
	text-align:right;
	opacity: .8;
	font-family: Arial Black;
}
#content h2, #contenthome h2, #contentgallery h2
{
	margin: 0px;
	text-align: right;
	color: #00737F;
	opacity: .8;
	font-family: Arial Black;
}
#content ul, #contenthome ul
{
	margin: 30px;
	margin-left: 100px;
}

#content a, #contenthome a, #contentgallery a
{
	color: #00737F;
}
#content a:hover, #contenthome a:hover, #contentgallery a:hover
{
	color: #00B5CC;
}

#gallery, #homepagegallery
{
	margin: 30px 0px;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	padding:15px;
	background-image: url('http://www.steinebach.ca/images/gallery_bg3.gif');
	background-color:#0F0F06;
	background-repeat: repeat;
	background-position: left center;
}
#gallery a img
{
	margin-right: 15px;
	border: 2px solid #00737F;
}
#gallery a img:hover
{
	border: 2px solid #00B5CC;
}
#homepagegallery
{
	margin: 0px;
	margin-left: 220px;
}
#homepagegallery a img
{
	margin-right: 15px;
	border: 2px solid #00737F;
}
#homepagegallery a img:hover
{
	border: 2px solid #00B5CC;
}

#gallery p
{
	margin-bottom: 6px;
}

input
{
	width: 350px;
	margin: 5px 0px;
}
label
{
	float:left;
	clear:left;
	width: 150px;
	margin: 7px 0px;
}
textarea
{
	width: 350px;
	height: 150px;
	margin: 5px 0px;
}
#submit
{
	width: auto;
	padding: 5px;
	font-weight:bold;
}
#description
{
	max-width: 600px;
}
#description h2
{
	text-align:left;
}
#description p
{
	margin-bottom: 15px;
}
#click
{
	margin:20px 0px 0px 0px;
	color: #777F67;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright
{
	text-align: right;
	padding:0px 10px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright address, #copyright address
{
	margin-bottom: 15px;
}
#copyright p
{
	color: #979F87;
	font-size: 70%;
}