body {
	margin: 0px;
	background-color:#171717;
	background-image:url('images/black_pattern_tile.jpg');
	background-repeat:repeat;
	
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 100%;
	background-repeat: no-repeat;	
}
#header {
	margin: 0 0 0px 0;
	vertical-align: middle;
	height: 175px;
	background-color:#606060;
	width: 800px;
	margin-left:auto;
	margin-right: auto;

}
#headerlinkstrip {
	height: 25px;
	vertical-align: top;
    background-color:black;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	color:white;
	font-size:10px;
	text-align:right;

}
#content {
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px;
	height:1900px;
	background-color:#333333;
}
#psge{
	width:590px;
	float:right;
	vertical-align:top;
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
}

#footer {
	clear: both;
	color:black;
	font-size:12px;
	text-align:center;
	verticle-align:middle;
	background-color:darkgrey;
	height:30px;
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-top:5px;
	
}
#formf{
	color:black;
}
#menu li {
	float: left;
	margin-left: 24%;
	margin-right: 24%;
	margin: 0px;
	height: 30px;
	width: 60px;
	padding-right: 25px;}
#menu {
	vertical-align: middle;
	float: left;
	list-style: none;
	padding: 0px;
	width: 50%;
	margin-left: 24%;
	margin-right: 24%;
}
a.alink {
	font-weight: bold;
	width: 55px;
	height: 40px;
	font-family: Calibri;
	text-decoration: none;
	color: white;
	display: block;
	text-align: left;
}
a.alink:hover {
	color: #FFFF99;
}

#faqheader{
	color:#ADD8E6;
	font-size:18px;
}

#contentfont {
	font-family: Calibri;
	font-size: 16px;
	color:#f2e2b1;
}
#ptop{
	margin-top:25px;
}

#dllink{
 color:#A52A2A;
}
#pheader{
	color:#ffa500;
	font-size:19px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 190px; /*width of menu*/
float:left;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 15px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background:#E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}


