@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1300px;
	background-color: #999;
	background-image: url(main/background_image.png)
}
#header {
	height: 400px;
}
img {  
	border-style: none;
}
/* Menu CSS */ 
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Capriola', sans-serif;
}
#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
}
#cssmenu:after, #cssmenu > ul:after {

	clear: both;
}
#cssmenu {

	zoom:1;
	height: 60px;
	background: url(menu/bottom-bg.png) repeat-x center bottom;
	border-radius: 2px;	
}
#cssmenu ul{

	background: url(menu/nav-bg.png) repeat-x 0px 1px;
	height: 69px;
}
#cssmenu ul li{

	float: left;
	list-style: none;
}
#cssmenu ul li a{
	
	display: block;
	height: 37px;
	padding: 22px 30px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 20px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	font-weight: 400;
	opacity: .9;
}
#cssmenu ul li:first-child a{
	
	margin: 4px 2px 0 0;
}
#cssmenu ul li a:hover, #cssmenu ul li.active a{
	
	background: url(menu/color.png) center bottom;
	display: block;
	height: 37px;
	margin-top: 0px;
	padding-top: 26px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
	opacity: 1;
}
#left_column {
	float: left;
	height: 3350px;
	width: 890px;
	border: 1px solid #CCC;
	background-color: #999;
}
#right_column {
	float: right;
	height: 3350px;
	width: 400px;
	border: 1px solid #CCC; 
	background-color: #999;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.urbangreymenu{
	width: 300px; /*width of menu*/
	padding-left: 50px;
}
.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: #FFF;
	background: #000 url(links/girlicon.png) no-repeat 8px 2px; /*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 0px; /*31px is left indentation of header text*/
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	text-align: left;
}
.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 13px Arial;
	color: black;
	background: #999;
	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: #000;
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}