body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#bg-container {
	background: #DDD url(design/images/background-shadow.png) top center repeat-y;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
    /*background: url(/design/images/JonSitTower.png) no-repeat bottom right;*/

}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
font-size: 1.5em;
color: #060;
}

inlineh1 {
font-size: 1.5em;
color: #060;
display: inline;
}

.aboutRight {
width: 700px;
}
.aboutLeft {
width: 170px; float: left;
}
.aboutLeft p {
margin: 5px 0 20px;
font-size: 0.9em;
}
.aboutLeft .aboutTitle {
display: block;
font-weight: bold;
color: #060;
}




#header {
	background: url(design/images/header.jpg) top center;
	width: 800px;
	height: 150px;
	text-align: left;
	margin: 0 auto;
}
#footer {
	text-align: center;
	margin: 0 auto;
	background: #DDD url(design/images/footer-bg.png) top center no-repeat;
	font: 0.8em Verdana;
	padding-top: 28px;
	padding-bottom: 20px;
	color: #555;
}
.aboutHeader {
background: url(design/images/about-header.jpg) top left no-repeat;
height: 235px;
margin: 2px -5px 0;

}
#promoCode {
float:right; 
margin:30 0 0 0; 
padding:0;
}
#promoCode input {
margin:0 5px 0 0; 
vertical-align:middle;
}
