body {
	line-height: 16px;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #E1E2E3;
	margin: 0;padding: 0;
}

#frame {
	position: relative;
	width: 811px;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;padding: 0;
}

#left {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;padding: 0;
	width: 213px;
	float: left;
}

#main {
	left: 214px;
	width: 597px;
	background: url(/images/slice.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
	min-height: 700px;
	float: left;
}

#puzzle {
	width: 245px;
	height: 238px;
	background: url(/images/puzzlelogo.png) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#logo {
	width: 152px;
	height: 103px;
	background: url(/images/schematheraplogo.jpg) no-repeat;
	margin: 250px auto 20px auto;
	position: relative;
}

#navigation {
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 120%;
	line-height: 120%;
	border-top: solid 2px gray;
	border-bottom:  solid 2px gray;
	margin: 0 15px;
	padding: 20px 0;
	position: relative;
	float: left;
	color: #45714D;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li{
	padding-bottom: 15px;
}

#navigation ul li.current a {
	color:#CFA46C;
}


#navigation ul li a {
	text-decoration: none;
	color: black;
}

#navigation ul li a:hover {
	color:#CFA46C;
}

#navigation ul li.last{
	padding-bottom: 0;
}

#contact {
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 213px;
}

#name {
	letter-spacing: 1px;
	margin-top: 5px;
	font-weight: bold;
	position: relative;
}
#title {
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;	
}

#address, #phone {
	font-size: 80%;
	text-transform: capitalize;
}

#main #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 6px;
}

script {
	margin: 0;border: 0;padding: 0;
}

.clear { clear: both; }

button {
	color: white;
	background-color: black;
	border: none;
	margin-right: 3px;
}
#buttons {
	margin-right: 20px;
	margin-left: 20px;
}
.imageSliderExt {
	margin-left: 6px;
}

#maintext {
	float: left;
	margin: 20px 30px;
}

h1 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 40px;
}

ol li {
	font-weight: bold;
	padding-top: 10px;
}

.error {
	color: #DD0000;
}
