@import "menu.css";
a:link
{
	color: #000080;
	text-decoration: none;
}
a:visited
{
	color: #000080;
	text-decoration: none;
}
a:active
{
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
}
body
{
	background-color: #d8d8bf;
}
div
{
	margin: 0;
}
#container
{
	background-color: #ffffff;
	border-bottom: solid #000080 10px;
	border-left: solid #ff0000 10px;
	border-right: solid #000080 10px;
	border-top: solid #ff0000 10px;
	height: 1825px;
	margin: auto;
	padding: 0;
	position: relative;
	width: 665px;
}
#logoContainer
{
	background-color: #ff0000;
	border: solid #333333 1px;
	left: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 230px;
}
#serviceDescription
{
	border-bottom: solid #000080 1px;
	border-left: solid #ff0000 1px;
	border-right: solid #000080 1px;
	border-top: solid #ff0000 1px;
	font-size: 14px;
	height: 289px;
	left: 2px;
	margin: 0;
	padding: 0 8px 0 8px;
	position: absolute;
	text-align: justify;
	top: 128px;
	width: 214px;
}
#serviceDescription p
{
	margin-top: 0;
}
#showCase
{
	background-color: #000080;
	border: solid #333333 1px;
	color: #ffff00;
	height: 405px;
	margin: 0;
	padding: 0 8px 0 8px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 409px;
}
#service
{
	border-bottom: solid #000080 1px;
	border-left: solid #ff0000 1px;
	border-right: solid #000080 1px;
	border-top: solid #ff0000 1px;
	font-size: 14px;
	height: 205px;
	left: 2px;
	margin: 0;
	overflow: auto;
	padding: 0 8px 0 8px;
	position: absolute;
	top: 421px;
	width: 279px;
}
#service li
{
	font-size: .8em;
}
#service h2
{
	font-size: 1em;
	margin-bottom:8px;
}
#equipment
{
	border-bottom: solid #000080 1px;
	border-left: solid #ff0000 1px;
	border-right: solid #000080 1px;
	border-top: solid #ff0000 1px;
	font-size: 5px;
	height: 205px;
	margin: 0;
	overflow: auto;
	padding: 0 8px 0 8px;
	position: absolute;
	right: 2px;
	top: 416px;
	width: 343px;
}
#equipment li
{
	font-size: .8em;
}
#equipment h2
{
	font-size: 1em;
	margin-bottom:8px;
}
#employee1
{
	left: -60px;
	position: absolute;
	text-align: center;
	top: 550px;
}
#phoneImg
{
	position: absolute;
	right: -60px;
	text-align: center;
	top: 550px;
}
#book
{
	left: 20px;
	top: 645px;
	position: absolute;
	width: 300px;
}
#contact
{
	background-color:#c7bbbf;
	border: solid #333333 3px;
	font-size: 50%;
	height: 135px;
	right: 85px;
	overflow:auto;
	padding: 15px;
	position: absolute;
	top: 645px;
	width: 200px;
}
#contact span
{
	font-size: 150%;
}
h2
{
	margin-top: 0;
}
#phoneNumbers
{
	font-size:200%;
	text-align: center;
}
p
{
	margin: 0;
	padding-bottom: 10px;
}
ul,li
{
	margin-top:0;
	margin-bottom:0;
	padding-bottom: 0;
}
#corner1
{
	position: absolute;
	left: -10px;
	text-align: center;
	top: -10px;
}
#corner2
{
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
}
#corner3
{
	position: absolute;
	right: -10px;
	text-align: center;
	bottom: -10px;
}
#corner4
{
	position: absolute;
	left: -10px;
	text-align: center;
	bottom: -10px;
}