
body
	{
		/*width: 100%;
		height: 100%;*/
		margin: 0px;
		padding: 0px;
		overflow: auto;
		background-color: black;
		color: white;
		background-image: URL("img/background.jpg");
		background-position: center;
		font-family: sans-serif;
	}
	
img /* Borders on images by default is ugly */
	{
		border: 0px;
	}

div.splash img
	{
		padding-bottom: 50px;
	}
	
a
	{
		color: #FFFFFF;
	}
	
a:visited
	{
		color: #DDDDDD;
	}

div.splash
	{
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
		
		text-align: center;
		color: white;
		font-size: 18px;
		width: 100%;
		height: 100%;
	}
	
.splash-award
	{
		font-size: 24px;
	}
	
.splash-link
	{
		font-size: 36px;
	}
	
div.logo
	{
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 2;
	}

div.menu
	{
		z-index: 2;
		position: absolute;
		top: 120px;
		left: -25px;
		margin: 0px;
		padding: 0px;
	}

div.menu ul
	{
		z-index: 2;
		list-style-type: none;
	}
	
div.menu ul li
	{
		z-index: 2;
		margin: 0px;
		padding: 0px;
		display: block;
		overflow: hidden;
		width: 134px; /* image is 144x32 */
		height: 25px;
		background-image: url("img/button_normal.jpg");
		padding-left: 10px;
		padding-top: 7px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
div.menu ul li:hover
	{
		background-image: url("img/button_hover.jpg");
	}
	
div.menu ul li a
	{
		text-decoration: none;
	}
	
div.randomphoto
	{
		z-index: 2;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 330px;
		left: 15px;
		background-image: url("img/image_holder.jpg");
		width: 147px;
		height: 190px;
		text-align: center;
		padding-top: 30px;
	}
	
div.randomphoto-gallery
	{
		z-index: 2;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 330px;
		left: 15px;
		background-image: url("img/image_holder.jpg");
		width: 127px;
		height: 200px;
		text-align: center;
		padding: 10px;
	}
	
div.girls
	{
		z-index: 1;
		position: absolute;
		bottom: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
		width: 193px;
		height: 238px;
		background-position: bottom left;
		background-repeat: no-repeat;
		background-image: url("img/girls_bottom_left.jpg");
	}
	
div.yvts
	{
		font-size: 12px;
		color: #8e8e8e;
		padding: 0px;
		padding-top: 10px;
		padding-right: 20px;
		text-align: right;
		margin: 0px;
	}
	
div.yvts a
	{
		color: #707070;
	}
	
div.yvts a:visited
	{
		color: #8e8e8e;
	}
	
div.content
	{
		padding-left: 230px;
		padding-top: 100px;
		
		position: relative;
		top: 0px;
		left: 0px;
		
		/*height: 75%;
		width: 70%;*/
		z-index: 1;
		/*overflow: auto;*/
	}
	
div.content div.title
	{
		padding-left: 50px;
		font-size: 23px;
	}
	
td.price
	{
		text-align: right;
	}
	
span.maptag
	{
		color: black;
	}
	
#map
	{
		z-index: 4;
		color: black;
	}
	
table.salon
	{
		text-align: center;
		width: 700px;
		font-size: 14px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
table.prices
	{
		margin-top: 50px;
		margin-left: 30px;
		font-size: 18px;
	}

th.priceshead
	{
		text-align: right;
	}

table.prices td
	{
		padding: 0px;
		margin: 0px;
		padding-top: 3px;
	}
	
td.pricesnote
	{
		text-align: center;
		padding-top: 10px;
		font-size: 12px;
		border: none;
	}
	
td.price
	{
	
		width: 130px;
	}
	
td.pricetitle
	{
		width: 250px;
	}
	
table.gallerythumb
	{
		text-align: center;
		width: 100%;
		height: 100%;
	}
	
table.gallery
	{
		padding-left: 50px;
	}
	
table.gallery td
	{
		padding: 10px;
	}
	
img.galleryfull
	{
		padding: 50px;
	}
	
* 
	{
		scrollbar-base-color: #444444;
		scrollbar-darkshadow-color: #121212;
	}