/* main content */

#mainImage
{
	float: right;
	width: 745px;
	height: 483px;
	position: relative;
}

#smallImagesContainer
{
	height: 170px;
	margin: 0 0 5px;
	float: right;
	width: 745px;
}

#smallImagesContainer img
{
	margin-right: 3px;
	float: left;
}

#smallImagesContainer img.rightmost
{
	margin-right: 0;
	float: right;
}

h1#mainPageHeading
{
	position: absolute;
	left: -10000px;
}

a img{
	border:0px;
}

#mainImage img {
	top: 0;
	position: absolute;
	left: 0;
	z-index:1
}

div.contentBox h1.homepage {
	clear: both;
	display: block;
	width: 100%;
}

div.contentBox.homepage h3 {
	color: #DBD7CC;
    font-size: 13px;
    margin-top: 15px;
}

div.contentBox p.homepage {
	float: left;
}
