body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	background-color: #000;
}
#container  {
	width: 1009px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
#container  #header{
	background-image: url(../images/index-header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 1009px;
}
#container #social {
	padding: 0px;
	height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 800px;
	text-align: right;
	padding-right: 50px;
}
#container #promo {
	padding: 0px;
	font-size:14px;
	height: 0px;
	width: 300px;
	margin-top: 61px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 410px;
}
#container #header2 {
	background-image: url(../images/index-header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 1009px;
	padding-top: 64px;
}
#container #flashheader{
	text-align: center;
	height: auto;
}
#container #flashheader #FlashID{
}
#container  #mainContent{
}
#container #mainContent #title01{
	background-image: url(../images/divider-gray.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 32px;
	padding-left: 80px;
	padding-top: 8px;
	margin-bottom: 10px;
	color:#f00;
}
#content01    {
	padding-left: 100px;
	padding-right: 80px;
	color: #FC0;
	line-height: 22px;
	height: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content02  {
	padding-left: 100px;
	padding-right: 80px;
	color: #FC0;
	line-height: 22px;
	height: auto;
	background-image: url(../images/divider-gray.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content03  {
	padding-left: 100px;
	padding-right: 80px;
	color: #CCC;
	line-height: 22px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#content04  {
	padding-left: 100px;
	padding-right: 80px;
	color: #CCC;
	line-height: 22px;
	text-align: justify;
	height: auto;
	background-image: url(../images/divider-gray.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#content05  {
	padding-left: 100px;
	padding-right: 80px;
	color: #CCC;
	line-height: 22px;
	text-align: justify;
	height: auto;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content06  {
	padding-left: 100px;
	padding-right: 80px;
	color: #CCC;
	line-height: 22px;
	text-align: justify;
	height: auto;
	margin-bottom: 40px;
	background-image: url(../images/divider-gray.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content07  {
	padding-left: 100px;
	padding-right: 80px;
	color: #CCC;
	line-height: 22px;
	text-align: justify;
	height: 550px;
	padding-top: 10px;
	margin-bottom: 40px;
}
#footer  {
	padding: 0px;
	color: #963;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 100px;
}
#footer a {
	color: #963;
	text-decoration: none;
}
#footer a:hover {
	color: #963;
	text-decoration: underline;
}
#container #mainContent a {
	color: #CCC;
	text-decoration: none;
}
#container #mainContent a:hover {
	color: #CCC;
	text-decoration: underline;
}

#f_source_navigation {
	font-weight:bold;
}
#navmenu {
	width:1009px;
	background:url(http://www.ecvegas.com/images/menu-bg.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
}