@charset "UTF-8";
#logo {
	height: 143px;
	width: 287px;
}
body {
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 18px;
}
a img {
	border:none;
	}

#contentBox {
	background-image: url(images/contentBox_sides.jpg);
	width: 632px;
	position: absolute;
	left: 110px;
	top: 150px;
}
#contact {
	height: 48px;
	width: 181px;
	position: absolute;
	top: 95px;
	left: 550px;
}
#menu {
	width: 64px;
	clear: both;
	float: left;
	position: absolute;
	top: 200px;
}
.contentBoxTop {
	background-attachment: fixed;
	background-image: url(images/contentBox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;
	width: 632px;
	position: absolute;
	visibility: visible;
}
.contentBoxBottom {
	background-attachment: fixed;
	background-image: url(images/contentBox_side.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 29px;
	width: 632px;
	position: absolute;
	visibility: visible;
}
.content {
	padding-right: 40px;
	padding-left: 25px;
}
.smallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.companyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rolllinks {
}
.rolllinks a {
}
.rolllinks img {
	border: medium solid #000000;
}
.rolllinks img:hover {
	border: medium solid #d4145a;
}
.imgfloatleft {
	float: left;
}
