@charset "utf-8";
/* CSS Document */


body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font:normal 85% Arial, Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	text-align:justify;
}

h1, h2, h3, h4, h5 {
	font-family:Arial,Helvetica,sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #ff00bd;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	color: #00b4ff;
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	color:#000;
	font-size: 1.3em;
	font-weight: normal;
}

a {
	color:#00b4ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	width: 919px;
	background-image:url(images/wrap-bg.gif);
	background-repeat:repeat-y;
	background-attachment: inherit;
	background-position: 1px;
	margin-left:auto;
	margin-right:auto;
}
	
#main {
	width: 919px;
    height: 640px;  /*for IE, since IE wrongly expands for content*/
	background:url(images/bottom-girl.gif);
	background-repeat:no-repeat;
	background-attachment:inherit;
	background-position: 1px bottom;
	margin-left:auto;
	margin-right:auto;
}

/*body>#main{
    height: auto;  /*overrides height, but IE can't see it because it's too stupid to understand the child selector*/
	
.whitebg {
	background:#FFFFFF;
}

.contentbg {
	background-image:url(images/content-bg.gif);
	background-position: right;
	background-repeat:repeat-y;
}

.bottomright {
	background-color:#FFFFFF;
	width: 19px;
	height: 18px;
}	

.gas {
	background:url(images/limos-partybus-lasvegas-party.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 691px;
}

#mainNav {
	text-align:center;
	font: Arial;
	font-size: 11px;
	color: #ffffff;
}

#mainNav a {
	color: #ffffff;
	text-decoration:none;
}

#mainNav a:hover {
	text-decoration:underline;
}

.bottomR {
	background:url(images/bottom-right.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#footer {

}


#footerNav {
	text-align:center;
	font: Arial;
	font-size: 11px;
	color: #ffffff;
}

#footerNav a {
	color: #ffffff;
	text-decoration:none;
}

#footerNav a:hover {
	text-decoration:underline;
	color: #00b4ff;
}

.smalltext {
	font-size:11px;
}

.invert {
	color:#FFFFFF;
	background-color:#000000;
	padding: 10px;
}