body {
	background-color: #F66001;
	background-image: url(../images/bg-grad.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#topnav {
	margin: 20px auto 0px;
	height:20px;
	width: 800px;
	text-align: right;
	z-index:2;
}
#box {
	background-color: white;
	width: 800px;
	background-image: url(../images/box_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px auto;
	padding-bottom:20px;
	z-index: 1;
}
#box #logo {
	position:relative;
	left: -5px;
	width: 146px;
	background-color: #CCCCCC;
	top: -5px;
	height: 74px;
}
#box #tagline {
	position: absolute;
	top: 59px;
	margin-left: 150px;
}
#footer {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #000000;
	margin-right: 3px;
	border-right: 1px dotted #006F51;
	padding-right: 6px;
}
#footer a:hover {color:white; text-decoration:underline;}
#footer strong {
	font-weight: bold;
	color: #000000;
	margin-right: 3px;
	border-right: 2px solid #006F51;
	padding-right: 6px;
}
#footer em {
	font-style: normal;
	color: #FFFFFF;
	margin-left: 25px;
}
#homepageboxes {
	height:75px;
	clear: both;
	float: none;
}
.homepagebox {
	float:left;
	margin:5px 0px 0px;
	width:245px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}
.homepagebox p {
	margin: 0px 0px 10px;
}
.homepagebox #web {color:#21674D;}
.homepagebox #design {color: #900;}
.homepagebox #commerce {color: black;}
.homepagebox a {
	text-decoration:none;
	font-size: 14px;
	padding: 0px 0px 0px 5px;
	color: white;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	display: block;
	line-height: 21px;
	height: 22px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
}
.homepagebox a:hover {color:#ccc;}
.homepagebox #web a {background-image: url(../images/homepage/green.gif);}
.homepagebox #design a {background-image: url(../images/homepage/orange.gif);}
.homepagebox #commerce a {background-image: url(../images/homepage/black.gif);}
