@charset "utf-8";
/* CSS Document */

body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	
}

body {
	width: 740px;
	height: auto;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #090e20;
	color: #FFFFFF;
}

form {
	display: inline;
}

a {
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #328bb4;
}


/*					INDEX
====================================================	*/

#background {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 766px;
	height: 586px;
	margin: 0px;
	padding: 55px 0px 0px 0px;
}

#main {
	background-image: url(../images/mainbg.png);
	background-repeat: no-repeat;
	width: 708px;
	height: 448px;
	margin: 0px 18px 0px 40px;
	padding: 9px 0px 0px 0px;
}

#navbg {
	background-image: url(../images/bgnav.png);
	background-repeat: no-repeat;
	width: 694px;
	height: 90px;
	margin: 0px 7px 0px 7px;
	padding: 7px 0px 0px 0px;
}

#logo {
	width: 139px;
	height: 82px;
	margin: 0px 0px 0px 18px;
	padding: 0px;
	float: left;
}

.button {
	width: 96px;
	height: 27px;
	margin: 34px 1px 0px 0px;
	padding: 0px;
	float: left;
}

#footer {
	font-size: 8px;
	width: 708px;
	height: 20px;
	margin: 0px 18px 0px 40px;
	padding: 0px;
}

#footer_left {
	width: 350px;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	float: left;
}

#footer_right {
	width: 230px;
	height: 20px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	float: right;
}

/*					HOME
====================================================	*/

#image {
	width: 240px;
	height: 332px;
	margin: 0px 0px 0px 7px;
	padding: 5px 0px 0px 0px;
	float: left;
}

#title {
	width: 404px;
	height: 26px;
	margin: 0px 28px 0px 28px;
	padding: 11px 0px 0px 0px;
	text-align: left;
	font-size: 14pt;
	font-weight: 100;
	float: left;
}

#content {
	width: 404px;
	height: 290px;
	max-height: 290px;
	margin: 0px 28px 0px 28px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	color: #328bb4;
	float: left;
	overflow: auto;
}

/*					CONTACT
====================================================	*/

#content_contact {
	width: 270px;
	height: 290px;
	max-height: 290px;
	margin: 0px;
	padding: 20px 67px 0px 67px;
	text-align: left;
	color: #328bb4;
	float: right;
}

.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 270px;
	height: 20px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-align: right;
}

.info_cnt {
	width: 132px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

.info_title {
	width: 100px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	font-weight: bolder;
/*	color: #7fbfc1; */
}
.info {
	width: 200px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: right;
	text-align: right;
}