@charset "utf-8";
/* CSS Document */


/*----------------HEADER-------------*/
.header {
	width: 900px;
	height: 175px;
	float: left;
	margin-top: 15px;
}
.logo {
	width: 433px;
	height: 161px;
	float: right;
}
.header-nav {
	width: 178px;
	height: 175px;
	float: left;
}
/*---------------BODY----------------------*/
.main {
	width: 1000px;
	height: 1000px;
	background: #ffffff;
}
.content-container {
	width: 640px;
	height: 620px;
	overflow: auto;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	text-align: left;
}
.container {
	width: 350px;
	float: left;
}

.col-right {
	width: 329px;
	height: 620px;
	float: right;
	background-image: url(images/clock_11.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*---------------------FOOTER------------------*/
.footer {
	width: 980px;
	height: 182px;
	float: left;
	background: #003846;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 10px;
}
.footer-img-container {
	width: 367px;
	height: 175px;
	float: left;
	text-align: right;
}
.disclaimer {
	text-align: center;
	color: #000;
	font-size: 10px;
	float: left;
	height: 40px;
	padding-top: 5px;
}

