body, html {
	height:100%;
	width:100%;
	font-family:Arial;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#929285;
	background-image:url(../images/vlines.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
h1, h2, h3, div{
padding:0;
margin:0;
}

/* start ghetto styles */
#ghetto_wrapper{
	width:100%; 
	min-width:1076px
}

#ghetto_header{
	width:100%;
	text-align:right;
	border-bottom:solid black 24px;
/*overflow:hidden;*/
}

#ghetto_header img{
	border:solid 0px blue;
	overflow:hidden;
	width:1076px;
	height:183px;
}

#ghetto_content{
}

#content_wrapper{
	width:978px;
	min-height:200px;
	background-image:url(../images/header_bottom.png);
	background-repeat:no-repeat;
	background-position: 95px 0;
	clear:both;
	border:solid 0px green;
	margin-left:auto;
	margin-right:99px;
}
#ghetto_footer{
	width:100%; 
	height:176px;
	background-image:url(../images/cityscape_pattern.png); 
	background-position:bottom left; 
	background-repeat:repeat-x;
	border-bottom:solid 0px black;
	min-width:1076px
}
#footertext{
color:white;
background-color:#000;
font-size:10px;
line-height:10px;
FONT-FAMILY: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0px;
border-top:solid 5px black;
border-bottom:solid 0px black;
}
#footertext a{
color:white;

}

#footertext .aleft{
float:left;
padding-left:30px;
margin:0px;
}
#footertext .aleft a{
text-decoration:none;
}
#footertext .aleft a:hover{
color:#ccc;
text-decoration:underline;
}
#footertext .aright{
padding-right:10px;
float:right;
margin:0px;
clear:right;
}
#clearer{
	clear:both;
	height:1px;
	line-height:1px;
}
.clearer{
	clear:both;
	height:1px;
	line-height:1px;
}
.minwidth{
	width:1076px;
}

.textfield, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#fff;
	border:solid 1px #999;
	color: #585858;
	width:320px;
	padding:1px;
	padding-left:2px;
}	
input:Hover{
		color:#f30;
}
textarea{
	height:100px;
}
label{
	font-weight:bold;
	color:#6a2725;
}