@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

body {background-image: url(images/shortback3k.jpg);}

li {list-style-type:square}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #3E6082;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

p {padding-left: 15px; padding-right: 15px;}

#container {
	width: 770px;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

* html #container {/* ie6 and under only*/
    height:100%;
}

#header {
	width: 770px;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

#headerlogo {
	float: left;
	height: 90px;
	width: 193px;
	margin-left: 15px;
}

/* Container for Nav Bar */
#navbardiv {
	float:right;
	display:block;
	height: 21px;
	width: 424px;
	margin-right: 25px;
	margin-top: 53px;
}
/* End Container */

/* Home Button */
#navhome {
	float:left;
	width: 66px;
	height: 21px;
	background-image: url(images/navhome.jpg);
}
#navhome:hover {background-position: 0 21px;}
/* End Home Button */

/* About Button */
#navabout {
	float:left;
	width: 73px;
	height: 21px;
	background-image: url(images/navabout.jpg);
}
#navabout:hover {background-position: 0 21px;}
/* End About Button */

/* Projects Button */
#navprojects {
	float:left;
	width: 91px;
	height: 21px;
	background-image: url(images/navprojects.jpg);
}
#navprojects:hover {background-position: 0 21px;}
/* End Projects Button */

/* Metal Button */
#navmetal {
	float:left;
	width: 115px;
	height: 21px;
	background-image: url(images/navmetal.jpg);
}
#navmetal:hover {background-position: 0 21px;}
/* End Metal Button */

/* Contact Button */
#navcontact {
	float:left;
	width: 79px;
	height: 21px;
	background-image: url(images/navcontact.jpg);
}
#navcontact:hover {background-position: 0 21px;}
/* End Contact Button */
/* End Nav Bar */

#bannerimage {
	width: 770px;
	height: 89px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	background-image: url(images/top-sink.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999;
}

#content {
	background-color: #FFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#projectpara {text-align:center;}

#footerspacing {height: 50px;}

#footer {
	background-image: url(images/footerback.jpg);
	height: 50px;
	margin-top: -50px;
	width: 100%;
	font-size: xx-small;
	color: #CCC;
	text-align: center;
}

#contactbox {text-align: center;}