body {
	padding: 0px;
	margin: 0px;
	background-color: #670505;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
}

p {
	margin-top: 0px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li {
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#container {
	margin: 0 auto;
	width: 714px;
	text-align: left;
}

#header {
	background-color: #fff;
	height: 96px;
	overflow: hidden;
}

#logo {
	float: left;
	margin-top: 14px;
}

#nav {
	width: 405px;
	float: right;
	margin-top: 58px;
	margin-right: 25px;
}

#nav a {
	display: block;
	float: left;
	height: 38px;
	width: 81px;
	overflow: hidden;
	background-image: url(../images/nav-background.gif);
	background-repeat: no-repeat;
}

#nav_about {
	background-position: 0px 0px;
}

#nav_about.selected, #nav_about:hover {
	background-position: 0px -38px;
}


#nav_service {
	background-position: -81px 0px;
}

#nav_service.selected, #nav_service:hover {
	background-position: -81px -38px;
}

#nav_portfolio {
	background-position: -162px 0px;
}

#nav_portfolio.selected, #nav_portfolio:hover {
	background-position: -162px -38px;
}

#nav_industries {
	background-position: -243px 0px;
}

#nav_industries.selected, #nav_industries:hover {
	background-position: -243px -38px;
}

#nav_contact {
	background-position: -324px 0px;
}

#nav_contact.selected, #nav_contact:hover {
	background-position: -324px -38px;
}

#nav a div {
	margin-top: 76px;
}

#content-left {
	color: #fff;
	background-color: #000;
	background-image: url(../images/content-left-background.jpg);
	background-repeat: no-repeat;
}

#content-right {
	height: 352px;
	padding: 47px 85px 0px 110px;
	background-image: url(../images/content-right-background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#left-column {
	width: 151px;
	padding-right: 11px;
	float: left;
}

#right-column {
	height: 315px;
	overflow: auto;	
	width: 350px;
	float: right;
}

#footer {
	padding-left: 47px;
	padding-top: 8px;
}

#sub_footer {
	padding: 10px 47px;
	font-size: 11px;
	color: #b4494b;
}