#wrapper {
	/*width: 1090px;*/
	width: 960px;
	background-color: white; 
	border: solid white 1px;
	margin: 0px;
}

#logo {
	height: 104px;
	margin-bottom: 20px;
	margin-left: 100px;
	margin-right: 200px;
	background-color: white; 
	border: solid white 1px;
}

#pageLogo {
	height: 104px;
	margin-top: 20px;
	/*margin-left: 810px;*/
	margin-left: 760px;
	background-color: white; 
	border: solid white 1px;
}

#left {
	float: left;
	width: 100px;
	height: 353px;
	text-align: center;
	background-color: white;
	border: solid white 1px;
	/*margin-left: 10px;*/
	margin-left: 0px;
}

#right {
	float: right;
	width: 200px;
	height: 353px;
	text-align: left;
	background-color: white;
	border: solid white 1px;
	margin-right: 0px;
	font-family: arial, helvetica, sans-serif; 
	color: #4D4D4D; 
	font-size: 0.6em;
}

#content {
	margin-left: 130px;
	/*margin-right: 228px;*/
	margin-right: 210px;
	/*width: 700px;*/
	width: 610px;
	height: 353px;
	text-align: left;
	background-color: white;
	border: solid white 1px;
	font-family: arial, helvetica, sans-serif; 
	color: #4D4D4D; 
	font-size: 0.8em;
	padding: 0px;
}

.scrollText {
	height: 353px;
	overflow: auto; 
}

#clear {
	clear: both;
}

#footer {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 200px;
	background-color: white; 
	font-family: arial, helvetica, sans-serif; 
	color: #4D4D4D; 
	font-size: 0.8em;
}

a.home {
	display:block; 
	width:100px;
	height: 50px;
	margin-bottom: 10px; 
	background-image: url(graphics/homebuttonplain.jpg);
}

a.home:hover {
	background-image: url(graphics/homebuttonshadow.jpg); 
}

a.services {
	display:block; 
	width:100px;
	height: 50px;
	margin-bottom: 10px; 
	background-image: url(graphics/servicesbuttonplain.jpg);
}

a.services:hover {
	background-image: url(graphics/servicesbuttonshadow.jpg); 
}

a.prices {
	display:block; 
	width:100px;
	height: 50px;
	margin-bottom: 10px; 
	background-image: url(graphics/pricesbuttonplain.jpg);
}

a.prices:hover {
	background-image: url(graphics/pricesbuttonshadow.jpg); 
}

a.contact {
	display:block; 
	width:100px;
	height: 50px;
	margin-bottom: 10px; 
	background-image: url(graphics/contactbuttonplain.jpg);
}

a.contact:hover {
	background-image: url(graphics/contactbuttonshadow.jpg); 
}
