@charset "UTF-8";
/* CSS Document */
/*----- nevoles.com------*/
/* --- initial centering and padding/margin removal ---- */
* {
	padding:0;
	margin: 0;
	}
body {
	background-color: #000000;
	background-image: url(images/tile_bkg_vert.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color:#990000;
	margin: .5em 0;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
img, div {
	behavior: url(iepngfix.htc) 
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper {
	position:relative;
	width: 799px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#clear {
	clear:both;
}
/* ----- HEADER ----- */
#header {
	width: 799px;
	height: 222px;
	background: url(images/Nevoles_1_01.jpg) no-repeat;
}
#header h1 {
	margin-left: -9000px;
}
#content {
	width: 799px;
	background: url(images/Nevoles_1_03.jpg) bottom left no-repeat;
}
#columnLeft {
	width: 590px;
	margin: 10px 10px 0px 10px;
	float:left;
	position:relative;
}
#columnRight {
	width: 160px;
	min-height: 300px;
	float:right;
	margin: 10px 10px 0 0;
}
#singleColumn {
	width: 770px;
	margin: 10px 10px 0px 10px;
}
#menu {
	width:590px;
	height: 600px;
	overflow:auto;
	background-color:#FFFFFF;
	margin: 0 0 0 100px;
}
#footer {
	width: 779px;
	padding: 10px;
	background-color:#333333;
	position:relative;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}
#footer a{
	color:#CCCCCC;
}
/* ----- MAP ----- */
#map {
	margin:0 0 150px 0;
}
/* ------ classes ------ */
.clear {
	clear:both;
}
.topNav {
	font-size:14px;
	font-weight:bold;
}
.topNav a:hover {
	color:#333333;
}
.imageFloatLeft {
	float:left;
	margin: 0 6px 0 0;
}
#wrapper #content #columnLeft #hours {
	width: 115px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wrapper #content #columnLeft #grandOpening {
	height: 169px;
	width: 456px;
	float: right;
	text-align: right;
}
#buffer{
	height:200px;
}