body
{
	background-image: url(../images/bg.gif);
	font-family: Times New Roman, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#main
{
	width: 700px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#stairs
{
	margin: 0px;
	width: 700px;
	height: 178px;
	background-image: url(../images/stairs.jpg);
}

#cylinder
{
	margin: 0px;
	width: 700px;
	height: 144px;
	background-image: url(../images/cylinder.jpg);
}

#servhead
{
	margin: 0px;
	width: 700px;
	height: 144px;
	background-image: url(../images/services.jpg);
}

#conhead
{
	margin: 0px;
	width: 700px;
	height: 144px;
	background-image: url(../images/contact.jpg);
}

#header
{
	margin: 0px;
	width: 700px;
	height: 114px;
	background-image: url(../images/logotop.jpg);
}

#body
{
	width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/sidebarbg.gif);
	background-repeat: repeat-y left top;
}

#project
{
	width: 700px;
	height: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/sidebg.gif);
	background-repeat: repeat-y left top;
}

#services
{
	width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/services_side.jpg);
	background-repeat: no repeat left top;
}

#contact
{
	width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/contact_side.jpg);
	background-repeat: no repeat left top;
}

/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	background: url(../images/bg_nav.gif) repeat-x left top;
	float: left;
	width: 700px;
}

#mainNav li {
	float: left;
	padding: 0;
	margin-left: 55px;
}

#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	display: block;
	font: bold 1em Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNav li a:hover, #mainNav li #current {
	background: url(../images/bg_nav_h.gif);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }

#gallery
{
	float: left;
	width: 640px;
	padding: 0px 0px 10px 30px;
	margin: 0px;
	color: #333333;
}

#gallery h1
{
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 10px;
	clear: both;
}

#gallery h2
{
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 2px;
	clear: both;
}

#gallery img
{
	float: left;
	margin: 10px 9px 0px 0px;
	padding: 5px;
	position: relative;
	border: 1px solid #666633;
	background-color: white;
}

#left
{
	float: left;
	width: 200px;
	padding: 20px 10px 0px 40px;
	margin: 0px;
	color: #333333;
}

#left h1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

#left img
{
	float: left;
	margin: 10px 9px 0px 0px;
	padding: 5px;
	position: relative;
	border: 1px solid #666633;
	background-color: white;
}

#right
{
	background-color: white;
	padding: 20px;
	margin-left: 200px;
	border-left: 1px solid #333333;
	color: #333333;
}

#right h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;	
}

#right p
{
	text-align: justify;
	font-size: 14px;
	text-indent: 25px;
	line-height: 18px;
}

#right h3
{
margin-left: 25px;
font-weight: bold;
text-align: left;
font-size: 16px;
line-height: 18px;
}

#footer
{
	clear: both;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat;
	background-position: top left;
	color: #FFFFFF;
}