body {
	margin: 0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

div#header {
	width: 100%;
	height: 54px;
	background-color: #1C81B6;
	background-image: url(../images/header-background.gif);
	background-repeat: repeat-x;
}

div#tlc {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 124px;
	height: 71px;
	background-color: #1C81B6;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

img#title {
	margin: 14px 0px 0px 124px;
}

div#slogan {
	position: absolute;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	right: 5px;
	top: 6px;
}

div#left {
	position: absolute;
	top: 76px;
	left: 0px;
	width: 163px;
}

div#links {
	background-image: url(../images/link.jpg);
}

div#links a {
	background-image: url(../images/link.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	line-height: 32px;
	width: 163px;
	text-align: center;
	padding: 0px 2px 0px 0px;
	margin: 2px 0px;
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

div#links a:hover {
	background-image: url(../images/link-hi.jpg);
}

div#secondaryLinks {
	text-align: center;
	width: 124px;
	margin: 20px 0px 0px 30px;
}

div#secondaryLinks a img {
	border: 0px;
}

div#inspector {
	font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	margin: 20px 0px 0px 30px;
	text-align: center;
	width: 124px;
}

div#inspector strong {
	color: #000;
}

div#content {
	margin: 10px 10px 10px 190px;
	font-family: Arial, Helvetica, sans-serif;
}

div#content h3 {
	color: #1C81B6;
	margin: 0px;
}

label {
	float: left;
	width: 125px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

input, textarea {
	margin-bottom: 5px;
	border: 1px solid A5ACB2;
}

input {
	width: 250px;
}

textarea {
	width: 250px;
	height: 175px;
	overflow: auto;
}

br {
	clear: left;
}

form {
	margin: 0px;
}

#submit_btn {
	width: 120px;
}

#contactByEmail {
	float: left;
	width: 400px;
	height: 600px;
}

#contactByPhone {
	float:left;
	clear:right;
	margin: 0px 10px 35px 10px;
}

#contactPhoto {
	margin: 10px 10px;
	padding: 10px 10px;
	text-align: center;
}