body {
	background: #ffffff url(images/gradiant.png) top left repeat-x;
	margin:0;
	font-family: "Times New Roman", Arial, sans-serif;
	text-align: center;
}

img {
	border: none;
}

h3 a{
	text-decoration: none;
	color: #333333;
}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	
}
	
#header {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	height: 295px;
}

#header .menu {
	background: url(images/menu.png) top center no-repeat;
	width: 850px;
	height: 47px;
}

#header .nav {
	background: url(images/menu.png) top center no-repeat;
	width: 850px;
	height: 47px;
}

#header .nav .navwrapper {
	margin-left:34px;
}

#header .nav .navwrapper ul {
	padding:10px 0px 0px 0px;
	margin:0px;
}

/* top right bottom left */ 
#header .nav .navwrapper li {
	/*padding: 12px 25px 8px 25px;*/
	/*padding: 15px 10px 15px 10px;*/
	display:inline;
	list-style:none;
	height: 30px;
	color:#888888;
}

#header .nav .navwrapper li a{
	height: 30px;
	text-decoration: none;
	color:#888888;
	padding: 15px 33px 15px 33px;
}

#header .nav .navwrapper li a:hover{
	height: 30px;
	text-decoration: none;
	color:#bbbbbb;
}


#header .main-pic {
	background: url(images/main-pic.png) top center no-repeat;
	width: 850px;
	height: 224px;
}

#header .main-pic-court {
	background: url(images/main-pic-court.png) top center no-repeat;
	width: 850px;
	height: 224px;
}

#header .main-pic-pills {
	background: url(images/main-pic-pills.png) top center no-repeat;
	width: 850px;
	height: 224px;
}

#header .main-pic-foundry {
	background: url(images/main-pic-foundry.png) top center no-repeat;
	width: 850px;
	height: 224px;
}

#header .main-pic-weld {
	background: url(images/main-pic-weld.png) top center no-repeat;
	width: 850px;
	height: 224px;
}

#main .sub-nav{
	width: 800px;
	text-align: center;
	height: 25px;
}

#main .sub-nav ul{
	padding:20px 0px 0px 0px;
	margin:0px;
}

#main .sub-nav li {
	display:inline;
	list-style:none;
	height: 30px;
	color:#666666;
	margin-left: 3px;
	margin-right: 3px;
}

#main .sub-nav li a{
	color:#666666;
}

#main {
	
	margin: 0 auto;
	text-align: left;
	width: 800px;
	color: #333333;
}

#main h2{
	border-bottom:1px solid #555555;
	margin-top: 20px;
}

#main .right {
	float: right;
	width: 550px;
}

#main .right h2{
	border-bottom:1px solid #555555;
	
}

#main .left {
	float: left;
	width: 200px;
	margin-top: 45px;
}

#main .blog{

}

#main .blog h2{
	border: none;
	margin-bottom: 5px;
	
	font-size: 42px;
	text-align: center;
	margin-top: 20px;
}

#main .blog h3{
	border-bottom:1px solid #555555;
	font-size: 24px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 2px;
}

#main .blog .link{
	text-align: right;
	width: 800px;
}

#main .blog-disclaimer p{
	font-size: 13px;
	color: #555555;
}

#main .file-library{
	margin-bottom: 20px;

}


#main .portrait{
	float: right;
}

#main .sub-nav-single{
	width: 800px;
	height: 5px;
	margin-top: 15px;
}

#main .sub-nav-single .alignleft{
	float: left;
}

#main .sub-nav-single .alignright{
	float: right;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	border-top:1px solid #888888;
	color: #777777;
	font-size: 12px;

}

#footer .left {
	float: left;
	width: 350px;
	margin-bottom: 10px;
}

#footer .left img{
	float: left;
	margin-top: 13px;
	margin-right: 5px;
}

#footer .middle {
	float: left;
	text-align: center;
	width: 100px;
	margin-top: 10px;
	
}

#footer .middle a{
	color: #777777;
}

#footer .middle a:hover{
	color: #999999;
}

#footer .left a{
	color: #777777;
	text-decoration: none;
}

#footer .right{
	float: right;
	width: 350px;
	text-align: right;
}

#footer .right a{
	color: #777777;
}

#footer .right a:hover{
	color: #999999;
}