body {
	margin: 0;
	padding: 0;
	background: #fff none;
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

a img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 150%;
}

.red-text {
	color: #d42e12;
}

.blue-text {
	color: #006ec7;
}

#container {
	width: 980px;
	margin: 0 auto;
	background: transparent url(../img/container.jpg) repeat-y top left;
}

#top {
	position: relative;
	height: 60px;
	padding: 155px 0 0 122px;
	background: transparent url(../img/top.jpg) no-repeat top left;
}

#top a {
	color: #000;
	text-decoration: none;
}

#top a:hover {
	color: #56acff;
	text-decoration: none;
}

#top a img {
	position: absolute;
	top: 44px;
	left: 41px;
	width: 280px;
	height: 110px;
	border: none;
}

#top a:hover img {
	border: none;
}

#top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top ul li {
	float: left;
	padding: 27px 6px 15px 6px;
	background: transparent url(../img/li-spacer.jpg) no-repeat bottom right;
}

#top .last-li {
	background: transparent none;
}

#home-content {
	
}

#home-content #left-content {
	float: left;
	width: 401px;
	padding: 0 0 0 25px;
}

#home-content #left-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-content #right-content {
	float: right;
	width: 522px;
	padding: 0 25px 0 0;
}

#home-content #right-content #home-presentation-box {
	height: 264px;
	margin: 2px 0 0 0;
	padding: 1px;
	background: transparent url(../img/home-presentation.jpg) no-repeat top left;
}

#home-content #right-content #home-presentation-box p {
	padding: 0 0 0 5px;
}

#home-content #right-content #home-presentation-box a img {
	float: right;
	margin: 5px;
}

.clear-content {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#footer {
	height: 105px;
	padding: 15px 0 0 0;
	background: transparent url(../img/footer.jpg) no-repeat top left;
	text-align: center;
	font-size: 7pt;
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #56acff;
}

#footer p {
	padding: 0;
}