body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#content {
	margin-top: 50px;
	margin-bottom: 20px;
}

#header {
	height: 346px;
	width: 770px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#container {
	padding-bottom: 50px;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
.contentLeft {
	float: left;
	text-align: justify;
	line-height: 20px;
}
.portfolioDiv {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 25px;
	margin-right: 25px;
	line-height: 20px;
}


#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 38px;
	padding: 0px;
	background: #ccc;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	line-height: 38px;
	margin: 0px;
}
#wrapper {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}	
h1 {
	font-size: 15px;
	margin-top: 0px;
	font-weight: normal;
	color: #47a5ae;
}
h2 {
	font-size: 15px;
	margin: 0px;
	padding:0px;
	font-weight: normal;
	color: #47a5ae;
	line-height:15px;
}


.clear {
	clear: both;
}

#gallery {
	position: relative;
	width:405px;
	height:120px;
	margin:0;
	padding:0;
}

#gallery li {
	display: block;
}
.machinesDiv {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 25px;
	margin-right: 25px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.red {
	color: #990000;
}
.green {
	color: #009900;
}
