* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* 12px default */
	background: #000;
}
#wrapper { 
	width: 922px;
	margin: 0 auto;
}
#header-holder {
	width: 950px;
	height: 153px;
	margin: 0px;
	
	background: #000;
	color: #fff;
}
#navigation-holder {
	width: 950px;
	/*height: 35px;*/
	margin: 0px;
	
	background: #fff;
	color: #000;
}
#content-holder { 
	width: 950px;
	margin: 0px;
	
	background: #000;
	color: #fff;
}

.content-leftcolumn-standard {
	float: left;
	width: 420px;
	padding: 0px 0px 0px 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}

.content-rightcolumn-standard {
	float: left;
	width: 530px;
	
	line-height: 1.75em;
}

.content-leftcolumn-directions {
	float: left;
	width: 535px;
	padding: 0px 0px 0px 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}

.content-rightcolumn-directions {
	float: left;
	width: 415px;
	
	line-height: 1.75em;
}

h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}

.textlink {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
}

.textlink:hover {
	font-weight: normal;
	text-decoration: none;
	background: #fff;
	color: #000;
}

/*-----------------------------------------------------*/
/* Navigation */
	
/* Primary navigation */
ul#SecondaryNav {
	clear: both;
	float: left;
	width: auto;
}
ul#SecondaryNav, ul#SecondaryNav li {
	list-style: none;
}
ul#SecondaryNav li {
	float: left;
}

/* Secondary navigation */
ul#SecondaryNav {
	clear: both;
	background: #a08044;
	border-bottom: solid #fff 1px;
	padding-left: 5px;
	width: 945px;
	
}
ul#SecondaryNav li {
	margin-left: 10px;
	
}
ul#SecondaryNav li a, ul#SecondaryNav li a span {
	display: block;
	
}
ul#SecondaryNav li a span {
	padding: 10px 15px;
	
}
ul#SecondaryNav li a {
	color: #000;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
}

ul#SecondaryNav li a:hover {
	text-decoration: underline;
}

ul#SecondaryNav a.selected {
	background-image: url(/_/images/caesars-cairo/navigation/secondary-select.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #a08044;
	color: #fff;
	
}
ul#SecondaryNav a.selected span {
	background-image: url(/_/images/caesars-cairo/navigation/secondary-select-side.png);
	background-position: top right;
	background-repeat: no-repeat;

}

/*-----------------------------------------------------*/