/* CSS Document */

body {
	font: 14px  Arial, Helvetica, sans-serif ;
	line-height: 1.5em !important;
	background-color: #000000;
	background-image:url(images/enforcer/page_bg_tile.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	
}
a:link {
	color: #ffef00;
}
a:visited {
	color: #ffef00;
}
a:hover {
	color: #ffef00;
	text-decoration:none;
}
a:active {
	color: #ffef00;
}

#wrapper{
width:960px;
margin:0px auto;
}
#header{
height:326px;
}

#content{
padding:10px;
min-height:400px;
}

h1{
font-size:18px;
color:#FFFF00;
font-weight:normal;
}

h2{
font-size:18px;
color:#e30000;
font-weight:normal;
}



#footer {
	padding: 5px 10px 10px 10px;
	background-image:url(images/enforcer/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:50px;
	margin:0px auto;
	clear:both;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer .wrapper{
width:960px;
margin:0px auto;
}
#footer .left{
float:left;
width:400px;
padding:5px 0 0 0;


}

#footer .right{
float:right;
width:300px;
}

#footer a:link {
	color: #cccccc;
	text-decoration:none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration:none;
}
#footer a:hover {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:active {
	color: #cccccc;
	text-decoration:none;
}

.yellow{
color:#FFFF00;
}

.grey_12{
font-size:12px;
color:#999999;
line-height:normal;
}

.border_bottom td{
border-bottom:1px solid #1d1d1d;
padding:2px 0px 2px 2px;
}

.forms{
background-color:#292929 !important;
border:1px solid #434343 !important;
color:#FFFFFF;
}

.inputflat{
background-color:#000000 !important;
color:#ffffff !important;
border:0px;
}

hr{
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
		
}

.photo_gallery img{
	border:1px solid #666;
	padding:3px;
	
}

.photo_border{
	border:1px solid #666;
	padding:3px;
	margin:15px;
	
}
