

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #494949;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}

#outerContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 1710px;
	top: 5px;
	z-index: 1;
}

#outerContainer #headerContainer {
	position: absolute;
	background-image: url(http://www.chatcuties.com/img/hlcgeo/header.jpg);
	background-repeat:no-repeat;
	background-color: #000066;
	background-position: center;
	width: 930px;
	height: 80px;
	top: 0px;
	border: 1px solid #FFFFFF;
}

#outerContainer #menuContainer {
	position: absolute;
	background-repeat:no-repeat;
	background-color: #6666bb;
	width: 930px;
	height: 20px;
	top: 85px;
	border: 1px solid #FFFFFF;
}

#outerContainer #menuContainer #topMenu {
	position: absolute;
	display: inline;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 930px;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-decoration:inherit;
	text-transform: capitalize;
}

#outerContainer #menuContainer #topMenu a {
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px; 
}

#outerContainer #menuContainer #topMenu a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px;
}

#outerContainer #leftContainer {
	position: absolute;
	background-repeat:no-repeat;
	background-color: #ddddff;
	width: 165px;
	height: 1500px;
	top: 110px;
	border: 1px solid #FFFFFF;
}

#outerContainer #leftContainer #leftContent {
	margin-left: 5px;
	margin-top: 5px;
	height: 1500px;
	width: 155px;
	overflow: auto;
	line-height: 16px;
	list-style: none;
}

#outerContainer #leftContainer #leftContent li
{
padding-left: 0px;
padding-top: 5px;
}


#outerContainer #leftContainer #leftContent a {
	font-weight: bold;
	font-size: 13px;
	color: #222222;
	text-decoration: underline;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px; 
}

#outerContainer #leftContainer #leftContent a:hover {
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#outerContainer #rightContainer {
	position: absolute;
	background-repeat:no-repeat;
	background-color: #ddddff;
	width: 165px;
	height: 1500px;
	left: 765px;
	top: 110px;
	border: 1px solid #FFFFFF;
}

#outerContainer #mainContainer {
	position: absolute;
	background-repeat:no-repeat;
	background-color: #ddddff;
	width: 590px;
	height: 1500px;
	top: 110px;
	left: 170px;
	border: 1px solid #FFFFFF;
	z-index: 1;
}

#outerContainer #mainContainer #mainContent {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	height: 1500px;
	width: 575px;
	overflow: auto;
	line-height: 16px;
	z-index: 1;
}

#outerContainer #footerContainer {
	position: absolute;
	background-repeat:no-repeat;
	background-color: #6666bb;
	text-align: center;
	width: 930px;
	height: 80px;
	top: 1615px;
	left: 0px;
	border: 1px solid #FFFFFF;
}

#outerContainer #footerContainer #copyright {
	position: absolute;
	display: inline;
	text-align: left;
	left: 10px;
	top: 3px;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
}

select {
background-color: #6666bb;
border: 0px solid;
color: white;
font-weight: normal
}

option {
background-color: #6666bb;
border: 0px solid;
color: white;
font-weight: normal
}

#restoListTitle {
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../img/layout/restolisthead.gif);
	width: 530px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#restoDetailTitle {
	text-align: left;
	border: 1px solid #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	position: relative;
	background-repeat: repeat-x;
	background-image: url(../img/layout/restolisthead.gif);
	width: 260px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



#dropin {position:absolute;visibility:hidden;left:150px;top:50px;width:400px;height:300px;background-color:#FFFFEE;border:4px solid black;padding:5px; z-index:5;
}
#dropin h1 {
	font-size:18px;
	text-align:center;
}
#dropin p, #dropin li {
	font-size:10px;
}
#dropin a {
	color:#CC0000;
}