A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: none; color: #000000;}

html {
	margin: 0 auto;
	background-color: #cccccc;
}

body {
	margin: 0 auto;
	background-color: #cccccc;
	font-family: arial;
}

img {
	border: none;
}

.container {
	background-color: #ffffff;
	margin: 0 auto;
	width: 700px;
}

.header {
	position: relative;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 700px;
	height: 250px;
	background-color: #ffffff;
}

.float_container {
	background-color: #ffffff;
	width: 700px;
	overflow: auto;
	height: 100%;
}

.t_left {
	margin-top: 25px;
	margin-left: 25px;
	width: 325px;
	background-color: #ffffff;
	float: left;
}

.t_right {
	margin-top: 25px;
	margin-left: 25px;
	width: 325px;
	background-color: #ffffff;
	float: left;
}

.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
	margin-bottom: 10px;
	width: 700px;
}

.thumbnails a {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

.thumbnails img {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

.header_title {
	bottom: 0px;
	left: 0px;
	position: absolute;
	color: #666666;
	padding-left: 25px;
	font-size: 25px;
}

.title {
	color: #666666;
	padding: 5px;
	font-size: 20px;
}

.text {
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}