BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #ccc;
	font: normal 12px/18px arial, verdana, sans-serif;
	background: url(images/interface/background.gif);
	}
	
A, A:link, A:visited {
	color: #ff6600;
	text-decoration: none;
	}
	
A:hover {
	color: #c30;
	}
	
A IMG {
	border: 0px;
	}
	
#header {
	background: url(images/interface/headerBackground.gif) repeat-x;
	height: 149px;
	}
	
#headerGlow {
	background: url(images/interface/headerGlow.jpg) repeat-x bottom left;
	height: 190px;
	}
	
#headerContent {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
	}
	
#logo {
	width: 185px;
	float: left;
	}
	
#headerCopy {
	width: 485px;
	float: left;
	padding-right: 35px;
	font-weight: bold;
	}
	
#contact {
	width: 185px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #f60;
	text-align: right;
	}
	
#contact IMG {
	padding-bottom: 5px;
	}

#stars {
	background: url(images/interface/stars.jpg);
	}
	
#content {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	}
	
.portfolioThmbs IMG {
	margin-right: 35px;
	}
	
#midrow {
	padding-top: 35px;
	padding-bottom: 35px;
	}
	
#bottomrow {
	padding-bottom: 15px;
	}
	
#footerGlow {
	background: url(images/interface/footerGlow.jpg) repeat-x top left;
	}
	
#footer {
	padding-top: 51px;
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	}
	
#newsletter {
	width: 490px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #f60;
	}
	
#newsletter IMG {
	padding-bottom: 5px;
	}
	
#copyright {
	text-align: right;
	width: 400px;
	float: left;
	font-size: 10px;
	}