@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #1b1b1b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #FFFFFF;
	
}
.twoColFixLtHdr #home {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bghome.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 


.twoColFixLtHdr #jokes {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgjokes.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 

.twoColFixLtHdr #about {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgabout.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 

.twoColFixLtHdr #services {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgservices.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 


.twoColFixLtHdr #demos {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgdemos.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 


.twoColFixLtHdr #booking {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgbooking.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 


.twoColFixLtHdr #links {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bglinks.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 


.twoColFixLtHdr #contact {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bgcontact.gif);
	top: 00px;
	background-repeat: no-repeat;
	background-position: left 25px;
	background-color: #1b1b1b;
} 




.twoColFixLtHdr #header {
	width: 520px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	top: 0px;
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 125px;
	height: 720px;
	}
	
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 270px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Text
----------------------------------------------- */

img{
	border:0
	}	
	
ul{
	padding-left:5px;
	margin-left:8px;
	line-height: 20px;	
}
	
li {
	color: #ffffff;
	font-size: 13px;
	list-style-type: disc;	
}
	
#mainContent p {
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	margin: 10 0 16px;
}

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

#mainContent a:hover {
	color:#E9BA00;
}


#sidebar1 p {
	color: #E9BA00;
	font-size: 13px;
	line-height:8px;
}


#sidebar1 a {
	color: #ffffff;
	font-size: 13px;
	line-height:8px;
	text-decoration:none;
	}


#sidebar1 a:hover {
	color: #E9BA00;
	}
	
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;	
	}

#mainContR h4 {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.3em;
	background-color: #c7d1dc;
	margin: 6px 6px 6px 6px;
	padding: 2px 6px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}

h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 5px;
}
#footer p {
	font-size: 12px;
	color:#63686e;
	}

#footer a {
	color: #63686e;
	font-size: 12px;
	text-decoration:none;
	}
	
#footer	a:hover {
	color: #E9BA00;
	}