﻿body  {
margin:0 auto;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
div#header {
margin:0 auto;
background-image:url('logo.jpg');
	width:760px;
	height:100px;
	margin-top:20px;
} 
div#container {
margin:0 auto;
width:760px;
background: #999999;
	}
div#content {
width:760px;
background:#999999;
height:inherit;	
position:absolute;
}
div#menu {
width:760px;
background-color:#999999;
}
div#nav {
float:left;
	width:170px;
	clear: none;
}
.urbangreymenu{
margin-top:10px;
width: 170px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*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;
position: relative;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 18.5px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: white;
background: black;
}

div#image {
	float:right;
	width:570px;
	margin:10px;
	clear:none;
}
div#highlights {
	width:760px;
	background-color:#999999;
}
.minipics{
	float:left;
	width:760px;
	padding-bottom:10px;
	background-color:#999999;
	}
.minipics ul{
	list-style-type: none;
	margin:0 10px;
	padding:0;
	}
.minipics li{
	float:left;
	width:220px;
	margin: 10px 10px 10px 14px;
	background-color: #FFF;
	}
.minipics li img{
	display: block;
	width: 200px;
	height: 133px;
	margin: 10px 10px;
	border: 0px;
	}
.minipics h3{
	margin-left:20px;
	}	
div#main {
float:left;
width:570px;
background-color:#999999;
}
div#sidebar {
float:right;
width:190px;
clear:none;
background-color:#999999;
}
div#footer {
float:left;
width:760px;
background-color: #333333;
}
p {
	margin:10px;
}
h1 {
	font-size:16px;
	margin:10px;
}
div#c {
	margin:10px;
}
