.main {
	height: 590px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #999999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}

.logo {
	float: right;
	height: 90px;
	width: 900px;
	background-image: url(images/blanc+deltaLogo_New.jpg);
	background-repeat: no-repeat;
	background-position: 23px 40px;
}
.collection {
	float: right;
	height: 20px;
	width: 429px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 21px;
}
.enquiries {
	float: right;
	height: 20px;
	width: 425px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 15px;
	margin-right: 25px;
	word-spacing: 20px;
	letter-spacing: 1px;
}
.gallery {
	float: right;
	height: 400px;
	width: 900px;
	background-image: url(images/IMG_GalleryBackground.jpg);
	background-repeat: no-repeat;
}
/* End Gallery Styles */

.images {
	float: right;
	height: 400px;
	width: 855px;
	margin-right: 22.5px;
	margin-left: 22.5px;
}
/* End Gallery Styles */


.catalogue {
	float: right;
	height: 20px;
	width: 879px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 21px;
}
/* Gallery Styles */

#motioncontainer {
	width: 855px; /* Set to gallery width, in px or percentage */
	height: 400px; /* Set to gallery height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#motioncontainer a img {
	border: 1px none #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 1px none black; /* Set image border hover color */
}

#statusdiv {
	background-color: lightyellow;
	border: 1px none gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}

#motioncontainer a:hover {
	color: #FFFFFF; /* Dummy definition to overcome IE bug */
}
.copyright {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	float: right;
	height: 10px;
	width: 900px;
	margin-top: 20px;
}

