@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #330033;
}
img {  
	border-style: none;
}
#wrapper { 
	width: 1000px;
	margin:0 auto; /*center hack*/
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #FF0;
	border-right: 1px solid #FF0;
}
.header {
	background-color: #CCCCCC;
	height: 250px;
	width: 1000px;
	border-bottom: 1px solid #576077;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navbar {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #333333;
}
#navbar ul {
	list-style: none;
	width: 520px;
	margin: 0 auto;
	padding: 0;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	padding: 8px 18px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #FFF;
}
#navbar li:first-child a {
	border-left: 1px solid #FFF;
}
#navbar li a:hover {
	color: #000;
	background-color: #FFF;
}
#main {
	background-color: #000;
	height: 2600px;
	width: 1000px;
}
.left_column {
	float: left;
	height: 2600px;
	width: 699px;
	background-color: #FFFFFF;
	border-right: 1px solid #576077;
	text-align: center;
}
.right_column {
	float: right;
	height: 2600px;
	width: 300px;
	background-color: #FFFFFF;
	text-align: center;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
	width: 200px; /*width of menu*/
	padding-left: 25px;
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #606060 url(links/pear.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*/
}

.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 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;
}
#footer1 {
	color: #000;
	font-size: 14px;
	height: 65px;
	width: 1000px;
	text-align: center;
	border-top: 1px solid #576077;
}
#footer2 {
	color: #000;
	background-color: #FFF;
	height: 50px;
	width: 1000px;
	text-align: right;
}