@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(../images/Layout/Background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#sidelogo
{
	margin: 60px 0 0 10px;
	padding: 0px;
}
.sidelogo {
	margin: 10px 0 0 10px;
	padding: 0px;
}
.image-left {
	float: left;
	padding: 0 4px 0 0;
}
.text-small {
	font-size: 10px;
}
.image-right {
	float: right;
}
.image-left-HP {
	margin: 0 30px 0 0;
	padding: 0px;
	float: left;
}
.clear-float {
	clear: both;
}
.col-left {
	float: left;
	width: 250px;
	margin-right: 20px;
	clear: left;
	margin-top: 20px;
}

.col-right {
	float: left;
	width: 260px;
	padding: 0;
	margin-top: 20px;
}
