body {
	background: url(img/background.jpg) no-repeat center top #5c75bb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFFF;
}
#wrap {
	width: 976px;
	margin: 0px auto;
	position:relative;
	overflow:hidden;	
}	
.logo {
	margin: 20px 0px 40px 0px;
	text-align: right;
}
.left {
	float: left;
}
.right {
	float: right;
}

.col60 {
	width: 526px;
	padding: 10px 5px 10px 10px;
}
.col40 {
	width: 415px;
	padding: 10px 10px 10px 5px;
	text-align: center;
}
.content {
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 70px;
	/*min-height: 400px;*/
}

/*Footer*/
.footer_text {
	margin: 0px;
	padding: 15px;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

/*Contact */
.txtform{
	border:solid 1px #C4C8D0;
	width:180px;
}
.button {
	padding:0px 3px;
	background-color:#8E9FB1;
	cursor:hand;
	border:solid 1px #6D7894;
	color:#FFFFFF;
}
.ul li{
	margin-top: 10px;
}
a, a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #aa0000;
	text-decoration: underline;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
display:block;
}


