/* Page-wide formatting */

body 
{
	background: #ffdf01 url('carl-hurley.gif') center -40px no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	color: #000;
}

H1, H2, H3, H4, H5, H6 /* Reset  H-tags */
{
    padding: 0;
    margin: 0;
}

a, a:link, a:hover, a:active, a:visited 
{
    color: #000;
    text-decoration: none;
}

.justify 
{
	text-align: justify;
}

.floatl 
{
	float: left;
}

.floatr 
{
	float: right;
}

.clear 
{
	clear: both;
}

/* Content Areas */

#content 
{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	padding-top: 150px;
	width: 960px;
}

#top, #bottom 
{
    width: 960px;
    _width: 940px; /* IE6 hack */
    margin: 0;
    padding: 0 15px;
    _padding: 0 0 0 15px; /* IE6 hack */
}

#bottom 
{
    margin: 0 auto;
    text-align: center;
}

#footer 
{
    width: 960px;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 10px 0;
}

#lcol 
{
	float: left;
	width: 520px;
}

#rcol 
{
	float: right;
	width: 430px;
}

/* #top */

H1 
{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font: 32px Georgia,"Times New Roman",serif;
    font-weight: bold; 
    font-style: italic;
}

H3 
{
    font-size: 14px;
}

#corporate 
{
	width: 435px;
	_width: 420px;
}

#entertainment 
{
    width: 475px;
	_width: 460px;
}
   
    
.booking 
{
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #000;
	float: left;
}

.booking P 
{
    text-align: justify;
    padding: 0 20px;
    _padding: 0;
}

.booking H3 
{
    margin-bottom: 10px;
}

/* #corporate 
{
	border-right: 1px solid #fff;
}
*/

#entertainment 
{
	border-left: 1px solid #fff;
}


#button1
{ 
    display: block;
    width: 140px;
    height: 160px;
    background: url('button1.gif') no-repeat 0 0;
}

#button2 
{
    display: block;
    width: 140px;
    height: 160px;
    background: url('button2.gif') no-repeat 0 0;
}

#button1:hover, #button2:hover
{ 
  background-position: 0 -160px;
}

#button1 span, #button2 span
{
  display: none;
}


.contact, .contact UL
{
    text-align: left;
    margin: 0;
    padding: 0;
}

.contact IMG
{
    border: 0;
    vertical-align: middle;
}

.contact UL 
{
    padding: 5px 0 10px 10px;
}

.contact LI 
{
    padding: 0 0 2px 0;
    margin: 0;
    list-style: none;
}

.line 
{
     float: left; 
     display: block; 
     width: 45%;
     padding: 0;
     margin: 0;
}

/* #lcol */

#carl 
{
    border-bottom: 1px solid #fff;
}

/* #rcol */

#video 
{
	padding: 10px 3px 10px 0;
	margin: 20px;
	font-weight: bold;
	text-align: center;
}
	
.quote 
{
    width: 400px;
    margin: 30px auto 10px auto;
    padding: 0 10px;
    _padding: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: justify;
    font-size: 18px;
}

.quote-text 
{
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
}

/* #bottom */

#bottom IMG
{
    border: 0;
    padding: 0;
    margin: 10px;
}

#bottom IMG 
{
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #ff8000;
    border-bottom: 2px solid #ff8000;
}

#bottom A IMG:hover 
{
    border-top: 2px solid #ff8000;
    border-left: 2px solid #ff8000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}



