html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF;
	font-family: arial,sans-serif;
	font-size: small;
	color:#666;
	background:#dcc759;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url("http://www.parkinglotrules.com/images/blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.parkinglotrules.com/images/overlay.png", sizingMethod="scale");
}

#overlay{ 
    background-image: url("http://www.parkinglotrules.com/images/overlay.png");
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

#box {
	color: #fede65;
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
	font-size: 16px;
}

#box p{
	color: #FFF;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

div#container {
	width: 100%;
}

div#header {
	background:#e0f1f7;
	height: 111px;
}
	div#header #headerbar {
		width: 840px;
		margin:0 auto;
	}
	#logo {
		float: left;
	}
	#quote {
		float: right;
	}

div#navbar {
	background:#fede65 url("http://www.parkinglotrules.com/images/nav_bg.gif");
	height: 41px;
}
	div#navbar #navitems {
		margin:0 auto;
		width: 840px;
		padding-left:50px;
	}
	
	div#navitems img {
		margin-top: 5px;
	}
	
div#content {
	background: #FFF url("http://www.parkinglotrules.com/images/gradient.jpg") repeat;
	float: left;
	width: 100%;
}
	
	div#content #mainbody {
		width: 840px;
		margin:0 auto;
		
	}
	
	div#mainbody #featured {
		width: 796px;
		height: 145px;
		background: #FFF;
		border-left: 6px #66cccc solid;
		border-right: 6px #66cccc solid;
		border-bottom: 6px #66cccc solid;
		padding: 20px;
		top: -1px;
		position: relative;
		font-size: 11px;
	}
	div#featured #buyfeatured {
		float: left;
		position: relative;
	}
	
	div#featured #closefeatured {
		position: absolute; 
		bottom: 0px;
		right: 0px;
		color: #666;
		font-size: 16px;
		cursor: pointer;
	}
	
	div#content #mainbody #subnav {
		width: 188px;
		float: left;
		padding-left: 69px;
		padding-top: 10px;
	}
	
	div#content #mainbody #bodytext {
		top: -3px;
		float: right;
		width: 565px;
		background: #FFF;
		border-left: 9px #d0eaf3 solid;
		border-right: 9px #d0eaf3 solid;
		border-bottom: 9px #d0eaf3 solid;
		margin-bottom: 25px;
	}
	
	div#bodytext img.pageheader {
		margin-bottom: 8px;
	}
	
	div#bodytext p, table {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	div#bodytext .tblcontent {
		font-size: 11px;
		text-align: left;
		vertical-align: top;
	}
	
	div#bodytext form {
		margin: 15px;
	}
	
	div#bodytext a {
		color: #9f2222;
	}

div#copyright {
	width:100%;
	background:#9f2222;
	margin:0 auto;
	text-align: center;
}

	div#copyright p {
		color: #FFF;
		padding: 15px 0px 15px 0px;
	}

div#footer {
	width:100%;
	background:#dcc759;
	margin:0 auto;
	text-align: center;
}

	div#footer p {
		color: #000;
		padding: 15px 0px 15px 0px;
	}
	
	div#footer a {
		color: #000;
		text-decoration: none;
	}
	
	div#footer a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
textarea, input, select {  
	margin: 0.5em 0.5em 0 0; 
	padding: .2em;
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

textarea:focus, input[type="text"]:focus {
	border: 2px solid #666;
}
