body {
	background-color: #111;
	margin: 0;
	padding: 0;
	background-image:url("strbg.jpg");
	background-position: center;
	background-attachment: fixed;
}

a {
	color: #fff;
	}

#main {
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#header {

}

#nav {
	font-size: .9em;
	word-spacing: 30px;
	text-align: left;
	padding-left: 30px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
}

#content {
	width: 760px;
	background-color: #3e3e3e;
	background-image: url("bgtree.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 5px 15px 10px 15px;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
	min-height: 500px;	float: left;
}

#content2 {
	width: 760px;
	background-color: #3e3e3e;
	background-image: url("bgtree.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 5px 15px 10px 15px;
	color: #FFF;
	text-align: center;
	min-height: 500px;
}

#footer {
	text-align: center;
	font-size: .8em;
}

h1 {
	font-size: 3em;
	font-weight: 100;	margin-top: 5px;
}

#clients {
	color: #1100FF;	
}

#equipment {
	color: #CC0000
}

#photos {
	color: #FF9900;
}

#services {
	color: #009933
}

#contact {
	color: #6699FF;
}

#about {
	color: #993399
}

#links {
	color: #CCCC00;
}
