body {
	background: #debe84;
	font-family: "times new roman", times, serif;
}

h1 {
	text-align: center;
}

p {
	text-indent: 5pt;
}

a:link {
	color: #3377aa; text-decoration: none;
}

a:active {
	color: #3377aa; 
	text-decoration: none;
}

a:visited {
	color: #636; 
	text-decoration: none;
}
a:hover {
	color: #a9b8df; 
	text-decoration: none;
}

#header {
	position: relative;
	top: 0;
	height: 150px;
	display: block;
	width: 85%;
	margin-left: 30px;
	background: url(images/tykit1.png) no-repeat scroll #3377aa;
	padding: 0;
	right: 0;
	border-bottom: solid 15px #aa8866;
	z-index: 4;
	text-align: center;
}

#map {
	text-align: center;
	margin-top: 15pt;
}

label.locate {
	width: 50%;
	float: left;
	text-align: right;
	margin-right: .5em;
}



.submit {
	margin-left: 50%;
}

form {
	text-align: left;
	line-height: 200%;
}

.image {
	text-align: center;
}

label.contact {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: .5em;
}


#firm {
	z-index: 6;
	width: 200px;
	height: 150px; 
	text-align: center;
}

#tykit {
	z-index: 6; 
}

#button {
	font-family: sans-serif;
	line-height: 160%;
	display: block;
	position: absolute;
	padding: 150px 10px 10px 10px;
	margin-left: 68%;
	text-align: center;
	font-size: large;
	top: 15px;
	right: 0;
	background-color: #3377aa;
	z-index: 5;
	font-variant: small-caps;
}
#button a {
	border: 4px solid #3377aa;
	color: #ffffff;
	background-color: #3377aa;

}

#button a:hover {
	background-color: #25577c;
	color: #dddddd;
	border: 4px inset #25577c;
}

#location {
	position: absolute;
	top: 180px;
	right: 0;
	width: 90%;
	background-color: #eeeeee;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-size: medium;
	z-index: 3;
	vertical-align: middle;
}
#content {
	position: relative;
	top: 50px;
	left: 10%;
	width: 68%;
	border: solid 5px #aa8866;
	background: #eeeeee;
	padding: 15px;
	z-index: 1;
	margin: 0;
	
}

#links {
	text-align: center;
	position: relative;
	top: 50px;
	left: 10%;
	width: 68%;
	border: solid 5px #aa8866;
	background: #eeeeee;
	padding: 15px;
	z-index: 1;
	margin: 0;
	line-height: 200%;
}

#links label {
	left-margin: 50%;
}

#links a {
	float: left;
	width: 50%;
}

#right {
	position: absolute;
	top: 15px;
	left: 320px;
	z-index: 6;
}


#footer {
	position: relative;
	margin: auto;
	top: 100px;
	font: x-small sans-serif;
	text-align: center;
	width: 68%;
}

#footer img {
	border: 0;
}