body {
	background: #000 url(../images/retro/bg.jpg) center top repeat-y;
	font-family: Georgia, "Times New Roman";
	font-size: 12px;
	color: #fff;
}
h1 em {
	color: #cc6633;
}
h3 {
	color: #cc6633;
}
a {
	color: #cc6633;
}
.box_large {
	background: url(../images/retro/box_large_top.png) center top no-repeat;
}
.box_large .container {
	background: url(../images/retro/box_large_bottom.png) center bottom no-repeat;
}
.box_large .content {
	background: url(../images/retro/box_large_middle.png) center top repeat-y;
}
.box_medium {
	background: url(../images/retro/box_medium_top.png) center top no-repeat;
}
.box_medium .container {
	background: url(../images/retro/box_medium_bottom.png) center bottom no-repeat;
}
.box_medium .content {
	background: url(../images/retro/box_medium_middle.png) center top repeat-y;
}
.box_small {
	background: url(../images/retro/box_small_top.png) center top no-repeat;
}
.box_small .container {
	background: url(../images/retro/box_small_bottom.png) center bottom no-repeat;
}
.box_small .content {
	background: url(../images/retro/box_small_middle.png) center top repeat-y;
}
.news h4 {
	color: #cc6633;
}
.testimonial blockquote em {
	color: #cc6633;
}
.clients li small {
	color: #cc6633;
}
.portfolio {
	border-top: 1px solid #cc6633;
}
.portfolio img {
	border: 1px solid #cc6633;
}
#logo {
	width: 205px;
	height: 30px;
	margin: 30px 0 0 30px;
	background-image: url(/images/retro/logo.png);
}
#header.box_large {
	padding: 0;
	background: none;
}
#header.box_large .container {
	display: none;
	height: 0;
	background: none;
}
#header.box_large .content {
	padding: 0;
	background: none;
}
#nav {
	float: right;
	margin: 0 20px -10px 20px;
}
#nav li {
	height: 90px;
	background: url(../images/retro/nav.png) center bottom no-repeat;
}
#nav li a {
	padding: 5px 20px;
	top: 30px;
	z-index: 2;
	color: #fff;
}
#nav li.selected a {
	padding: 0 20px 10px 20px;
}
#nav canvas {
	position: absolute;
	top: 0px;
	z-index: 1;
}
#logo img {
	margin: 30px 0 0 20px;
	width: 205px;
	height: 30px;
}
#strapline {
	display: none;
}
#portfolio .controls {
	background: url(../images/retro/portfolio.png) center bottom no-repeat;
}
#portfolio .description {
	color: #fff;
}
/* objects */
#header .object, #feature .object, .box_medium .object, .box_small .object {
	display: none;
}
