html, body {
	height: 100%;
	margin: 0px;
	font-family: Verdana;
} 

img {
	border-radius: 15px;
}

body > #header {
	height: 101px;
	background-color: #069;
}

body > #header .container {
	padding-left: 65px;
}

body > #header .container #images img{
	margin: 0px 5px 0px 5px;
	border: 0px solid #111;
}

body > #header .container div {
	float: left;
}

#images {
	width: 98%;

}

#navbar {
	height: 25px;
}

#navbar .container {
	padding-left: 80px;
}

#navbar ul{
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#navbar ul li {
	font-size: 10px;
	display: block;
	float: left;
	text-align: center;
	line-height: 25px;
	width: 100px;
}

#navlinks li a:link, #navlinks li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
}
#navlinks li a:hover {
	background-color: #333;
}


body > #navbar {
	height: 25px;
	background-color: #3E4045;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	background-image: url('images/navbargradient.png');
	background-repeat: repeat-x;
}
body > #body {
	min-height: 500px;
	background-color: rgb(0, 136, 204);
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 40px;
	z-index: 1;
}
body > #footer {
	background-color: #069;
	min-height: 125px;
	border-top: 1px solid #111;
}

.container {
	width: 900px;
	margin: 0px auto; /* center */
	height: 100%;
	position: relative;
}

body > #body > .container > #index_1 > div {
	float: left;
	overflow: hidden;
	width: 48%;
}

body > #body > .container > .sections > div{
	min-height: 100px;
	border: 1px solid #0081c1;
	background-color: #005c8a;
	margin: 1px 2px 1px 2px;
	color: #ddd;
	font-size: 12px;
	padding: 6px;
}

body > #body > .container > .sections .section {
	margin-bottom: 20px;
	overflow: hidden;
}

body > #body > .container > .sections .section .head {
	font-size: 14px;
	font-weight: bold;
	color: #00AAFF;
	padding: 5px;
}

form label {
	display: block;
}


body > #body > .container > #index_2 > div {
	float: left;
	 width: 31%;
	 margin: 1px 2px 8px 2px;
}

#body, #body .container, #index_1, #index_2 {
	overflow: hidden;
}

#body, #body .container #index_1, #body .container #index_1 a:link, #body .container #index_1 a:visited {
	font-size: 10px;
	color: #fff;
}

#body, #body .container #index_2, #body .container #index_2 a:link, #body .container #index_2 a:visited {
	font-size: 10px;
	color: #fff;
	
}

#body, #body .container #index_3, #body .container #index_3 a:link, #body .container #index_3 a:visited {
	font-size: 10px;
	color: #fff;
	
}

#logo {
	position: absolute;
	top: 30px;
	left: -30px;
	z-index: 5;
	border-radius: 0px;
}

#footer .container div {
	float: left;
	width: 30%;
	padding: 4px;
	padding-top: 20px;
	text-align: center;
	border: 1px solid rgb(0, 136, 204);
	background-color: #005d8b;
	min-height: 90px;
	margin: 5px;
}

#footer .container #social img {
	border: none;
}
#footer .container #copyright {
	font-size: 10px;
	color: #fff;
}
#footer .container #contact, #footer .container #contact a:link, #footer .container #contact a:visited {
	font-size: 10px;
	color: #fff;
}

#footer .container #social {
	position: relative;
}

#footer .container #social #car3f {
	position: absolute;
	top: -70px;
	left: -130px;
}

#footer .container #contact {
	position: relative;
}

#footer .container #contact img{
	position: absolute;
	top: -60px;
	left: 210px;
}



