body {
	background-color: black;
	color: #333;
	font-size: 11px;
	padding: 20px 0 40px;
	background-image: url(../../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a, ul li a {
	color: #dc0000;
	text-decoration: none;
}

a:hover, ul li a:hover {
	background-color: #dc0000;
	color: white;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	padding: 0;
	text-align: left;
	font-size: 1em;
}

.container_16 {
}

/* Top banner containing all navigation elements */
/* Styles for navigation are found in nav.css */
#nav {
	height: 110px;
}

/* Top row of nav elements */
#nav-top {
	margin-top: 40px;
}

#nav-top-text {
	float: right;
}

/* Second row of nav elements */
#nav-bottom {
}

#nav-bottom-text {
	font-size: 1.4em;
}

#catchphrase {
	text-align: right;
	font-size: 1.8em;
	margin-top: 30px;
	margin-right: 26px;
}

#crosshed {
	margin-top: 10px;
}

#crosshed-about {
	margin-top: 50px;
}

.crosshed-text {
	font-size: 1.6em;
	padding-right: 560px;
}

.contact-text {
	font-size: 1.6em;
}

#main {
	min-height: 520px;
	margin-top: 27px;
	background-image: url(../../img/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	padding-top: 15px;
}

#contact {
	height: 614px;
	margin-top: 27px;
	background-image: url(../../img/bg-contact.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#about {
	height: 783px;
	margin-top: 27px;
	background-image: url(../../img/bg-about.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#work {
	height: 626px;
	margin-top: 27px;
	background-image: url(../../img/bg-work.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#testimonials {
	height: 783px;
	margin-top: 27px;
	background-image: url(../../img/bg-testimonials.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#col1 {
}

#col1-contact {
	margin-top: 150px;
}

#col2 {
}

#rss {
	border-bottom-color: #dc0000;
	border-top-color: #dc0000;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: thin;
	border-top-width: thin;
	height: 200px;
	margin-top: -220px;
	overflow: hidden;
}

#footer {
	background-color: transparent;
	background-image: url(../../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px;
}

#footer-with-image-bg
{
	padding-top: 1px;
}

.footer-text {
	text-align: center;
	margin-top: 10px;
}

.nutgraph-text {
	font-size: 1.2em;
	padding-right: 70px;
}

.col2art {
	margin-bottom: 10px;
}

.eqgray {
	color: #575757;
}

.eqred {
	color: #d40000;
}

.eqwhite {
	color: white;
}
