* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%; background : #00bff3;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	background: #00bff3;
}

.clear {
	clear: both;
}

img,div,a,input {
	behavior: url(/public/css/iepngfix.htc)
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div#top {
	position: relative;
	width: 100%;
	height: 405px;
	background: url(../img/topb.png) repeat-x;
}
div#toplogo{
	margin: auto;
	position: relative;
	height: 392px;
	width: 1280px;
}
div#center {
	position: relative;
	width: 100%;
	min-height: 450px;
	background: white;
}

div#footer {
	width: 100%;
	background: url(../img/footerb.png) repeat-x;
}
div#footerleaf{
	width: 100%;
	height: 107px;
	background: url(../img/leaf.png) bottom center repeat-x;
}
div#copy, div#copy a{
	padding-top: 5px;
	color: white;
	text-align: center;
}

div#menu {
	position: relative;
	top: -70px;
	height: 256px;
	width: 904px;
	margin: auto;
	background: url(../img/menub.png) no-repeat;
}

div#menu ul {
	position: absolute;
	list-style: none;
	top: 70px;
	left: 30px;
}

div#menu li {
	background: url(../img/menuitem.png) no-repeat;
	width: 223px;
	height: 34px;
	margin: 2px 0px;
	display: table;
}

div#menu a {
	color: #666666;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	padding-left: 20px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
div#menu a:HOVER{
	color: #0055af; 
}
h1#title{
	position: absolute;
	top: 90px;
	right: 80px;
	font-weight: bold;
	font-size: 29px;
	font-style: italic;
	color: #0055af;
}
div#arrowfill {
	position: absolute;
	background: url(../img/arrowfill.png) no-repeat;
	width: 60px;
	height: 253px;
	top: 256px;
	left: 246px;
}

div#content {
	position: relative;
	top: -30px;
	width: 904px;
	margin: auto;
}
div#contact{
	font-size: 14px;
	margin-left: 30px; 
	width: 20%;
	float: left;
}
div#lcontent{
	margin-right: 50px;
	width: 60%;
	float: right;
}
div#contact h2{
	color: #0055af;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}
