/* Eric Meyer's CSS Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET */
body {
	background: #616161;
	color: #666;
	font: normal 12px arial;
}
p {
	padding: 0 0 16px 0;
}
h1 {
	font: italic 18px georgia;
	/*font: normal 18px "comic sans","comic sans MS",cursive;*/
	padding: 16px 0;
}
h2 {
	font: italic 14px georgia;
	/*font: normal 18px "comic sans","comic sans MS",cursive;*/
	padding: 0 0 16px 0;
}
a:link, a:visited {
	color: #666;
	
	text-decoration: underline;
}
a:hover, a:active {
	color: #660000;
}
label {
	color: #666;
}
#wrapper {
	width: 1003px;
	/*width: 981px;*/
	margin: 60px auto 0 auto;
	background: #141414;
}
#side1 {
	position: relative;
	float: left;
	width: 260px;
	height: 550px;
}
#side2 {
	float: right;
	width: 212px;
	padding: 48px 28px 0 28px;
	overflow: hidden;
	height: 470px;
	font: normal 11px arial;
	line-height: 150%;
}
#main {
	float: left;
	width: 475px;
	height: 550px;
}
#logo {
	width: 260px;
	text-align: center;
	padding-top: 60px;
}
#contact {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #8a8a8a;
	font: normal 9px tahoma;
}
.picnav {
	width: 212px;
	font: normal 10px arial;
	margin-bottom: 12px;
	line-height: 100%;
}
.picnav img {
	float:left;
	padding: 2px;
	border: 1px solid #333;
	margin-right: 15px;
}
.picnav h1 {
	font: normal 9px arial;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	padding: 0;
}
.picnav a:link, picnav a:visited {
	text-decoration: none;
	color: #666;
}
.notextdecoration {
	text-decoration: none;
}
.picnav a:hover {
	color: red;
}
.clear {
	clear: both;
}
a.rollover {
	float: left;
    display: block;
    width: 86px;
    height: 79px;
    text-decoration: none;
	border: 1px solid #333;
	margin-right: 15px;
}
a:hover.rollover {
    background-position: 0 -78px;
}
a.reliefroll {
	background: url("images/relief.gif") 0 0 no-repeat;
}
a.hotelroll {
	background: url("images/hotel.jpg") 0 0 no-repeat;
}
a.realestateroll {
	background: url("images/realestate_roll.jpg") 0 0 no-repeat;
}
a.casinoroll {
	background: url("images/casino_roll.jpg") 0 0 no-repeat;
}
a.entertainmentroll {
	background: url("images/entertainment_roll.jpg") 0 0 no-repeat;
}
#navigation {
	width: 260px;
	text-align: center;
	padding-top: 26px;
}
#navigation ul {
	border-top: 1px dotted #9acd34;
	border-bottom: 1px dotted #9acd34;
	width: 130px;
	margin: 0 auto;
	padding: 12px 0;
}
#navigation li {
	text-indent: -9999px;
}
#navigation a:link {
	display: block;
	width: 130px;
	height: 25px;
}
a#nav_home {
	background: url('images/uejdjlwuts.gif') 0 0 no-repeat;
}
a:hover#nav_home {
	background: url('images/uejdjlwuts.gif') -130px 0 no-repeat;
}
a#nav_hotels {
	background: url(images/nav_hotels.gif) 0 0 no-repeat;
}
a:hover#nav_hotels {
	background: url(images/nav_hotels.gif) -130px 0 no-repeat;
}
a#nav_realestate {
	background: url(images/nav_realestate.gif) 0 0 no-repeat;
}
a:hover#nav_realestate {
	background: url(images/nav_realestate.gif) -130px 0 no-repeat;
}
a#nav_casinos {
	background: url(images/nav_casinos.gif) 0 0 no-repeat;
}
a:hover#nav_casinos {
	background: url(images/nav_casinos.gif) -130px 0 no-repeat;
}
a#nav_entertainment {
	background: url(images/nav_entertainment.gif) 0 0 no-repeat;
}
a:hover#nav_entertainment {
	background: url(images/nav_entertainment.gif) -130px 0 no-repeat;
}
a#nav_about {
	background: url(images/nav_about.gif) 0 0 no-repeat;
}
a:hover#nav_about {
	background: url(images/nav_about.gif) -130px 0 no-repeat;
}
a#nav_contact {
	background: url(images/nav_contact.gif) 0 0 no-repeat;
}
a:hover#nav_contact {
	background: url(images/nav_contact.gif) -130px 0 no-repeat;
}

#footer {
	padding-top: 18px;
	font: normal 9px arial;
	width: 1003px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
#nav {
	width: 107px;
	margin: 50px auto 0 auto;
	text-align: right;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font: bold 14px arial;
	color: #b7b7b7;
}
#nav a:hover {
	color: #9acd30;
}
#nav li {
	padding-bottom: 8px;
}