body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 20px;
	background-color: #d1d3d4;
}

#wrapper {
	width: 990px;
	height: auto;
	margin: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	background-position: center center;
	float: none;
	margin: 0px auto 0 auto;

	
}

#background {
	height: 350px;
	width: 990px;
	background-color: #000000;
	margin-bottom: 160px;
	margin-top: 0px;
	float: left;
}

#textbox {
	height: 320px;
	width: 195px;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/greybox.jpg);
}

#companytextbox {
	height: 320px;
	width: 195px;
	background-color: #ae442a;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/companytxt.jpg);
}

#designtextbox {
	height: 320px;
	width: 195px;
	background-color: #ae442a;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/designtxt.jpg);
}

#decortextbox {
	height: 320px;
	width: 195px;
	background-color: #ae442a;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/decortxt.jpg);
}

#arttextbox {
	height: 320px;
	width: 195px;
	background-color: #ae442a;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/arttext.jpg);
}

#contacttextbox {
	height: 320px;
	width: 195px;
	background-color: #ae442a;
	margin-left: 150px;
	float: left;
	padding: 15px;
	background-image: url(../Images/contacttxt.jpg);
}


#imagebox {
	height: 350px;
	width: 465px;
	float: left;
}


#logobox {
	height: 140px;
	width: 225px;
	margin-left: 150px;
	margin-bottom: 0px;
	margin-top: 50px;
	float: left;
	padding: 0px;
}

#footer {
	height: 20px;
	width: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	float: right;
	padding: 10px;
	text-align: right;
	color: #000000;
}


#nav {
	text-align: right;
	width: 615px;
	float: left;
}

#nav ul{ 
	margin-top: 174px;
	padding-right: 150px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav ul li a { 
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:focus{
	color: #a7a9ac;
}

.clearit{
clear: both;
}
