html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	min-width: 950px;
	background-color: #ebefef;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body > #wrapper {
	height: auto
	min-height: 100%;

}

#hardhat {
	float: left;
	text-transform: uppercase;
	text-shadow: 2px 2px #333333;
	z-index: 0;
	background-image: url(images/hardhat.jpg);
	line-height: 26px;
	color: white;
	font-size: 16px;
	text-align: left;
	height: 25px;
	width: 100%;
	background-color: #ffca00;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#wrapper {
	float: left;
	width: 100%;
}

#headtitle {
	/*
	background-repeat: repeat;
	background-image: url(images/dimension.png);
	*/
	background-color: #00c4ff;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -50px;

	height: 200px;
	padding: 0px;
	padding-top: 40px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	color: white;
	
	font-size: 65px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#headtitle a {
	color: white;
	text-decoration: none;
}

#nav {
	margin-top: 0px;
	background-image: url(images/gray_sand.png);
	text-align: center;
	margin-bottom: 25px;
	float: left;
	left: 0px;
	width: 100%;
	background-repeat: repeat-x;
	line-height: 60px;
	text-shadow: 0px 2px 0px #666666;
	top: 0px;
	font-size: 28px;
	height: 60px;
	color: white;
	background-color: #393836;
	
}

#navtext {
	color: white;
	float: left;
	width: 100%;
	margin-top: 0px;
}

#nav a:link {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	text-shadow: 0px 0px 0px;
	color: white;
	text-decoration: underline;
}

#nav a:active {
	text-shadow: 0px 0px 3px #969696;
	color: #171616;
	text-decoration: underline;
}

#nav a:visited {
	text-shadow: 0px 0px 0px;
	color: white;
	text-decoration: none;
}

.pages {
	float: left;
	text-align: center;
	height: 50px;
	border-color: #cccccc;
	border-style: none;
	padding-left: 14px;
	padding-right: 14px;
	text-shadow: 0px 0px;
	font-size: 20px;
	font-weight: 100;
}


#contentbox {
	width: 840px;
	margin-bottom: 15px;
	margin-top: 115px;
	position: relative;
	overflow: auto;

	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
-webkit-border-radius: 14px;
-webkit-box-shadow: 
		inset 0 2px 3px rgba(255,255,255,1),
		0 1px 4px rgba(0,0,0,0.4);
-moz-border-radius: 14px;
-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
border-radius: 14px;
}

#content {
	padding-right: 50px;
	padding-left: 50px;
	width: 740px;
	min-height: 100px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 26px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}

#content p:first-letter {
	font-size: 24px;
}

#foot {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	height: 10px;
	width: 100%;
	position: relative;
	text-align: center;
	color: #b4b3b3;
}

#foottext {
	padding-top: 0px;
	margin-top: 0px;
}

#foot a:link {
	text-decoration: none;
	color: #b4b3b3;
}

#foot a:visited {
	text-decoration: none;
	color: #b4b3b3;
}

#foot a:hover {
	text-shadow: 0px 0px 2px white;
	text-decoration: underline;
}

#foot a:active {
	text-shadow: 0px 0px 5px white;
}

.footimg {
	vertical-align: middle;
}

.title {
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
}

.current {
	text-transform: uppercase;
	margin-left: 35px;
	text-shadow: 0px 1px 0px #75717a;
	color: #3c3c3c;
}

.signature {
	margin-left: 400px;
	height: 70px;
	width: 170px;
	font-size: 24px;
	text-align: right;
	
}

.artwork {
	font-size: 14px;
	font-variant: small-caps;
	color: #969696;
	text-align: center;
}

.centered {
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	right: auto;
	left: auto;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

h,h1,h2,h3 {
	font-style: normal;
	font-weight: normal;
}

#content p{
	text-indent: 10px;
}


