@charset "utf-8";
/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	background-image: url(images/main-header.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 1000px;
	color: #FFFFFF;
}
#header a{
	color: #FFFFFF;
	text-decoration: none;
}
#content{
	background-image: url(images/main-content.jpg);
	background-repeat: repeat-y;
	width: 1000px;
}
#inner{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#info{
	padding:15px;

}
.infoback{
	background-image: url(images/backinfo.jpg);
	background-repeat: repeat;
	background-position: center top;
	border: 3px solid #FFFFFF;
}
#footer{
	background-image: url(images/main-footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 900px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	color: #FFFFFF;
}
#lmenu{
	margin-left: 5px;
	width: 200px;
}
#page{}
.lmenutop{
	background-image: url(images/lmenutop.jpg);
	height: 9px;
	width: 200px;
}
.lmenucontent{
	width: 200px;
	list-style-type: none;
	line-height: 24px;
	background-color: #550100;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
.lmenucontent li{
	list-style-type: none;
}
.lmenubottom{
	height: 9px;
	width: 200px;
	background-image: url(images/lmenubot.jpg);
}


.urbangreymenu{
	width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white; /*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; /*31px is left indentation of header text*/
	background-color: #550100;
	background-image: url(media/arrowstop.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 31px;
}

.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{
	color: #1E0700;
	background: #E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #D50000;
}

.urbangreymenu li.active a{ /*selected state CSS*/
	color:#FFFFFF;
	background-color: #D50000;
}

.titlebar{
	background-color: #D70000;
	width: 100%;
	color: #FFFFFF;
	font-size: 24px;
	padding: 5px;
}
</style>
