@charset "utf-8";
/* CSS Document */
#HeaderHolder
{
	width: 1300px;
	height: 200px;
	padding-left:10px;
	padding-right:10px;
}
#MenuHolder
{
	width: 1300px;
	height: 50px;
	padding-left:10px;
	padding-right:10px;
}
#credits{
	width: 140px; 
	height:150px;
	color: #360;
	text-align:right;
}

a {
	color:#360;
}

#companylogo
	{
		height: 130px;
		width: 550px;
		padding:5px;
		background-image:url(Images/TitleImages/Colours%20long.gif);
		background-repeat:no-repeat;
	}
#contactinfo
	{
	height:180px;
	width:300px;
	font-size: 1em;
	font-style: normal;
	line-height: 0.25em;
	font-weight: normal;
	font-variant: normal;
	color: #360;
	text-align:center;
	}
#contactinfoinner
{
	height:150px;
	width: 200px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
