body, h1, h2, h3, h4, ul, li, dl, dt, dd, p, img {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Times, Times New Roman;
}

body {
	background: #110000 url(../i/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}

img {
	border: 0px;
}

/* ---- */

#container {
	width: 1024px;
	min-height: 800px;
	margin: 0px auto 0px auto;
}

/* ---- */

#header {
	text-align: left;	
}

/* ---- */


#nav {
	width: 1000px;
	border: 1px solid #000000;
	height: 25px;
	z-index: 1000;
}

#nav ul, #nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li { 
	float: left;
	width: 200px;
	text-align: center;
}

*html #nav li { 
	position: relative;
}

#nav li li {
	clear: both;
}

#nav li ul { 
	position: absolute;
	border: 1px dashed #000000;
	font-size: 11pt;
	text-transform: none;
	line-height: 16px;
	background: #59522E;
	left: -999em; 
}


#nav a,
#nav a:visited,
#nav a:hover,
#nav a:active {
	color: #FFFFFF;
	display: block;
	font-size: 11pt;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}

#nav a:hover {background-color: #457F63;}

#nav li.current a,
#nav li.current a:visited,
#nav li.current a:hover,
#nav li.current a:active {
	background-color: #8A8565;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

*html #nav li:hover ul, *html #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

/* ---- */

#content {
	clear: both;
	width: 1000px;
	text-align: center;
	min-height: 690px;
}

/* ---- */

#img_menu {
	margin-top: 15px;
	list-style: none;
	width: 960px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

#img_menu li {
	padding: 7px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
}

#location, #neighborhood, #dream_makers {
	visibility: hidden;
}

/* ---- */

#footer {
	width: 760px;
	clear: both;
}
