body {
	background-color: #e1dbcf;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	height: 100%;
}
a:link, a:visited, a:active, a:hover {
	color: blue;
}
a:link.top, a:visited.top, a:active.top {
	text-decoration: none;
	color: #ffffff;
}
a:hover.top {
	text-decoration: overline;
}
a:link.left, a:visited.left, a:active.left {
	text-decoration: none;
	color: #000000;
}
a:hover.left {
	font-weight: bold;
}
div {
	border: none;
}
div#main {
	width: 757px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	text-align: left;
	background-color: #cccccc;
	color: #000000;
	border: 1px solid white;
}
div#header {
	clear: both;
	width: 757px;
	height: 103px;
	background: url('../images/bg_top.jpg') repeat-x;
}
div#menuTop {
	clear: both;
	width: 757px;
	height: 29px;
	background-color: #003466;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
}
div#menuLeft {
	clear: left;
	float: left;
	width: 206px;
	background-color: #fb9b34;
}
div#content {
	clear: right;
	float: right;
	width: 551px;
	height: auto;
	background-color: #ffffff;
	text-align: justify;
}
div#bottom {
	clear: both;
	width: 757px;
	height: 29px;
	background-color: #7691ae;
}
div#copyright {
	clear: both;
	width: 757px;
	font-size: 10px;
	text-align: center;
	background-color: #afc1d7;
	color: #003466;
}
div.menuLeft{
	width: 100%;
	border-bottom: 1px solid #fdedc0;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
img#GF_left {
	float: left;
}
img#GF_right {
	float: right;
}
textarea {
	width: 92%;
	height: 125px;
	border: 1px solid black;
	font: 14px arial, sans-serif;
	padding: 5px;
	background: #ffffff;
}
.phone {
	width: 45px;
	height: 25px;
	border: 1px solid #000000;
	font: 14px arial, sans-serif;
	padding: 3px;
	background: transparent;
	color: black;
}
.main {
	width: 150px;
	height: 25px;
	font: 14px arial, sans-serif;
	background-color: transparent;
	color: black;
	border: 1px solid black;
	padding: 3px;
}
.submit {
	width: 125px;
	height: 25px;
	border: 1px solid #000000;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	font: 14px arial, sans-serif;
	padding: 3px;
	background: #c0c0c0;
}

