html, body{
	margin:0;
	height: 100%;
	font-size:100%;
	font-family:Tahoma;	
	color:white;
	background-color:#0D0D0D;
}

form label{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width:145px;
	margin-top: 8px;
	text-align:left;

}
form input, form select, form textarea{
	margin-top: 8px;
	display:block;
	clear:right;
}


form textarea{
	
	width:545px;
	height:300px;
}

form .noclear{
	margin-top: 8px;
	margin-right:8px;
	display:inline;

	float:left;
	width:30px;	
}


#content{
	width:1000px;
	margin:0 auto;
	height:100%;
	background-color: #242424;	
}
#footer{
	min-height: 30px;
	background-color: #C90439;
	text-align:center;
	color:white;
	font-size:11px;
	padding:15px;	
}
#counter {
	float:right;
	font-size:14px;
	color:#C90439;
}
#footer a:link, #footer a:active,#footer a:hover,#footer a:visited{
    color:#FFF;
    font-weight:bold;
    text-decoration:none;;
    padding-left:10px;
}
#textfield{

	border:1px solid #C90439;	 
	padding:8px 0 8px 0;
}
#about, #about_right{
	height:80px;
	color:#fff;
	padding:0px 0px 0 0px;
}
#about{
	float:right;
	background-color: #242424;
	width:500px;
	margin-right:100px;
}
#about_right{
	float:right;
	width:310px;
}
#howdoesitwork{
	padding:20px;	
}
#selection{
	min-height:100%;
	background-color:#242424;
	
}
img{
	border:none;
}
#regionheader, #textheader{
	width:100%;
	height:35px;
	color:white;
	line-height: 35px;
	font-weight:bold;
	text-align:center;
}
#regionheader {
	background-color: #F1426D;	
}
#textheader{
	background-color: #C90439;
	margin-bottom:10px;
}
#locations{
	width:385px;
	min-height:100%;
	height:100%;
	float:left;
}
#locations a:link, a:active,a:hover,a:visited{
    color:#680017;
    font-weight:bold;
    padding-left:10px;
}
#pagination{
	width: 100%;
	text-decoration: none;
	text-align: center;	
}
#pagination a:link, #pagination a:active, #pagination a:hover, #pagination a:visited{
	text-decoration: none;
color:white;
font-weight:bold;
}
#textmessage{
    font-weight:bold;
    color:#C90439;
	font-size:138.5%;
	margin:25px 0 auto;
	text-align: center;	
}
#entries{
	width:100%;
	min-height:100%;
	float:right;
}
h1, h2{
	text-align: center;	
	color:#C90439;
}
#howdoesitwork{
	width:480px;
	margin:0 auto;
}
.entry{	
	color:white;
min-height:180px;
	width:100%;
	padding-top:5px;

	background-color: #0D0D0D;
}
div.clear {
	clear: both;
}
.entry img{
	float:left;
	width:96px;
	heigth:96px;
	padding:0px 8px 5px 5px;
}
.entrycontainer{
float:left;
	color:white;
	background-color: #C90439;
	width:320px;
	margin:0 auto;
	padding:2px 5px 5px 5px;
}
