html
{
	overflow-y: scroll;
	background-color: #EFEFEF;
}

body
{
	margin: 4px;
	font: 80% Verdana, Arial, sans-serif;
	text-align: justify;
}

p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
}

p.small
{
	font-size: 80%;
}

img
{
	border: 0px;
}

td
{
	vertical-align: top;
}

input.button
{
	background-color: #333333;
	border: 1px solid white;
	color: white;
}

div#top
{
	background-image: url(/images/background_r1_c2.png);
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 25px;
}

div#top_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background-image: url(/images/background_r1_c1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div#top_right
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background-image: url(/images/background_r1_c3.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div#bottom
{
	clear: both;
	background-image: url(/images/background_r3_c2.png);
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 25px;
}

div#bottom_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background-image: url(/images/background_r3_c1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

div#bottom_right
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;
	background-image: url(/images/background_r3_c3.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div#middle
{
	background-image: url(/images/background_r2_c1.png);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 50px;
}

div#main
{
	margin-left: 8px;
	margin-right: 50px;
	background-color: black;
	background-image: url(/images/disco_lights.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 25px;
	color: white;
	overflow: hidden;
	height: 100%;
	position: relative;
}

img.title
{
	display: block;
	padding-bottom: 8px;
}

img.right
{
	float: right;
	padding-left: 8px;
}

p#footer
{
	font-size: 80%;
	color: #7F7F7F;
	clear: both;
	text-align: right;
	padding: 0px;
	padding-top: 8px;
}

p#footer a
{
	color: #7F7F7F;
	text-decoration: none;
}

p#footer a:hover
{
	text-decoration: underline;
}

a.heading
{
	display: block;
	height: 54px;
	width: 112px;
}

a.heading_sel
{
	display: block;
	height: 70px;
	width: 112px;
}

a#dj_heading
{
	background-image: url(/images/dj.png);
	background-repeat: no-repeat;
}

a#karaoke_heading
{
	background-image: url(/images/karaoke.png);
	background-repeat: no-repeat;
}

a#gossip_heading
{
	background-image: url(/images/gossip.png);
	background-repeat: no-repeat;
}

a#booking_heading
{
	background-image: url(/images/booking.png);
	background-repeat: no-repeat;
}

a#dj_heading_sel
{
	background-image: url(/images/dj_sel.png);
	background-repeat: no-repeat;
}

a#karaoke_heading_sel
{
	background-image: url(/images/karaoke_sel.png);
	background-repeat: no-repeat;
}

a#gossip_heading_sel
{
	background-image: url(/images/gossip_sel.png);
	background-repeat: no-repeat;
}

a#booking_heading_sel
{
	background-image: url(/images/booking_sel.png);
	background-repeat: no-repeat;
}

a#dj_heading:hover
{
	background-image: url(/images/dj_hl.png);
}

a#karaoke_heading:hover
{
	background-image: url(/images/karaoke_hl.png);
}

a#gossip_heading:hover
{
	background-image: url(/images/gossip_hl.png);
}

a#booking_heading:hover
{
	background-image: url(/images/booking_hl.png);
}
