body { 
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 80%;
	color:#503f31;
	background:#595959 url("../images/body-bg.jpg") repeat-x top left;
}
p { font-size: .9em; line-height: 1.2em;}
h1{
	font-size: 1.4em;
	color: #933;
}
h2{
	font-size:1em;
}
h3{
	font-size:.8em;
	text-transform:uppercase;
}

h4{
	font-size: 1.0em;
	color: #933;
	}

li {
	font-size: .95em;
	list-style: square;
	}
	
input {
	width: 150px;
	border: 1px solid #595959;
		font-family: Arial, Helvetica, san-serif;
			color:#503f31;
	}

select {
	width: 100px;
	border: 1px solid #595959;
		font-family: Arial, Helvetica, san-serif;
			color:#503f31;
	}

textarea {
	border:1px solid #595959;
	}
.button {
	background-color: #933;
	font-weight: bold;
	color:white;
	}

a:link {
	color:#543;
}
a:visited {
	color:#543;
}
a:hover {
	color:#933;
}
a:active {
	color:#933;
}
#container00{
	border:0px solid red;
	width: 846px;
	margin:0 auto;
	padding:0 0 0 0;
}

#container22 {	
background-image:url(../images/white.gif);
background-repeat: repeat-y;
}

.paddingtd td {
	padding: 0px 0px 5px 0px;
	font-size: .9em;
	}

.homepadding {
	padding:50px 0px 0px 23px;
	margin:0px;
	}

.homecopy {
	font-size: 11px;
	line-height: 18px;
	}

.stroke	{
	border-bottom:1px solid #503f31;
	width: 100px;
	margin: 0 2.5em;
}

.border	{
	border:1px solid #503f31;
}

/* PNG ALPHA SUPPORT FOR IE6 - for some reason, had to use absolute url
this will cover more standards compliant browsers and IE7, see IE 5-6 specific styles in header file*/
.shadow[class]{
	background:transparent url("../images/container00-bg.png") repeat-y top left;
}
#header{
	border:0px solid red;
	margin:0 0 0 23px; /*23 is to align element w shadow*/
	padding:0;
	width: 800px;
	height: 131px;
}
#nav{
	border:0px solid red;
	margin:0 0 0 23px; /*23 is to align element w shadow*/
	padding:0;
	width: 800px;
	height: 26px;
	background:#90a9c8 url("../images/nav-bg.jpg") no-repeat left;
}
#nav ul{
	list-style-type: none;
	margin:0 0 0 1em;
	padding: 2px 0 0 20px;
	font-size: 1.05em;
}
#nav ul li{
	border:0px solid green;
	display:block;
	float:left;
	padding: 0 3em 0 0;
	font-family: trebuchet ms, arial, verdana, helvetica;
	margin:0;
	line-height: 1.5em;
	font-weight: bold;
}
#nav ul li a{
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
	color:#cdbe89;
}

#nav ul li #current  {
	color:white;
}

#nav ul li a:hover{
	display:block;
	padding: 0;
	margin:0;
	text-decoration: none;
	color: white;
}
#container01{
	border:0px solid red;
	margin:0 0 0 23px; /*23 is to align element w shadow*/
	padding:0;
}
#left{
	border:0px solid red;
	float:left;
	margin:0;
	padding:0;
	width:570px;
	min-height: 30em;
}

#left .home {
	background:#fff url("../images/left-bg.jpg") no-repeat top right;
	min-height: 32em;
	padding: 0 .8em;
	}

#left .home h1 {
	font-size: 1.0em;
	}

#left .johnstown {	
	background:#fff url("../images/storage-hall.jpg") no-repeat top right;
	min-height: 30em;
	padding: 1em 2.4em;
	}

#left .lancaster {
	background:#fff url("../images/storage-hall.jpg") no-repeat top right;
	min-height: 30em;
	padding: 1em 2.4em;
	}

#left .statecollege {
	background:#fff url("../images/storage-hall.jpg") no-repeat top right;
	min-height: 30em;
	padding: 1em 2.4em;
	}

#left p{
}
#left h1{
}



#right{
	border:0px solid red;
	float:left;
	margin:0;
	padding:0;
	width:230px;
	min-height: 30em;
	background:#fff url("../images/right-bg.jpg") no-repeat top left;
}
.promotion{
	margin: 70px 0 0 20px;
	height:164px;
	width:178px;
}
/*this will cover more standards compliant browsers, see IE 5-6 specific styles in header file*/
.promotion[class]{
	/*background: transparent url("../images/promotions/storage-promotion.png") no-repeat;*/
}
#footer{
	border:0px solid green;
	clear: both;
	height:67px;
	width:846px;
	margin: 0 auto;
	text-align: center;
}
#footer[id]{
	background: transparent url("../images/footer-bg.png") no-repeat;
}
#footer span{
	font-size: .85em;
	color:#4a4b48;
}




