body {
	color: #CCCCCC;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	behavior:url(csshover.htc);
}
#wrapper {
	width: 770px;
	text-align: center;
	border: 1px solid #000000;
	background: #000000 center;
	margin: 0px auto;
}
#banner {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 150px;
	width: 770px;
	border-width: 0px;
	left: 0px;
	top: 0px;
}
h1 {
	text-align: center;
	font: 48px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	text-align: center;
	font: 36px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
* {margin:0; padding:0;} 

/* the horizontal menu starts here */
div#listmenu {
	width:100%;
	float:left;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background-color:#999999;
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	}
div#listmenu ul {
	margin:0 0 0 30px;
	height: 100%;
	width: 100%;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#999999; /*sets the background of the menu items */
	border-right:1px solid #666666; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #666666; /*the first vertical line on the menu */
	}
div#listmenu li:hover { 
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#000000;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#333333;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #666666; /*  three sides of each drop-down item */
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #666666; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */
/* end of hack zone */
/* END OF LIST-BASED MENU */
.style1 {color: #FFFFFF}

.hovermenu {
	text-align: center;
	width: 770px;
	height: 25px;
	padding: 0px;
	vertical-align: top;
	background: #999999 center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 2px auto 0px;
}

.hovermenu ul{
	font: bold 0.8em arial;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

.hovermenu ul li a{
	padding: 2px 2.5em;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #999999;
	border: 2px solid #CCCCCC;
}
.hovermenu ul li a:visited{
		color: black;
}
.hovermenu ul li a:hover{
	background-color: #CCCCCC;
	border-style: outset;
	color: white;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
.main {
	clear: both;
	margin: 20px;
}
.main p{
	margin: 20px;
	text-align: justify;
	width: 90%;
}
.maintext {
	text-align: justify;
	margin: 5px;
	vertical-align: top;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.main a {
	font-size: 1em;
	color: #FF0000;
	display: inline;
}
.main a:visited {
	color: #FF0000;
}
.main a:hover {
	color: #FFFFFF;
}
.main a:active {
	color: #FF0000;
}

#gallerytable {
	font: bold normal 1em Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #FFFFFF;
	background: center center;
	text-align: center;
	vertical-align: middle;
}
#subnavbar {
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 40px;
	width: 100%;
	clear: both;
	border: 0;
	background: #999999 center;
}
#subnavbar ul {
	
	margin: 0px 0px 0px 50px;
	width: 450px;
	text-align: center;
	background: center;
}
#subnavbar li {
	list-style-type: none;
	list-style-position: inside;
	float: left;
	margin: 10px 20px;
	text-align: center;
}
#subnavbar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#subnavbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
} 
#subnavbar a:hover {
	color: #FF0000;
}
#subnavbar a:active {
	color: #FF0000;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	clear: both;
	text-align: center;
	background: #000000;
}
.footer ul {
	display: block;
	border: 0px;
	text-transform: uppercase;
	padding: 0px;
	margin: 10px auto;
	text-align: center;
	height: 10em;
}
.footer li {
	list-style-type: none;
	list-style-position: inside;
	float: left;
	margin: 10px;
	text-align: center;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
} 
.footer a:hover {
	color: #FF0000;
}
.footer a:active {
	color: #FF0000;
	text-decoration: underline;
}
.wordspacing100 {
	word-spacing: 25px;
	text-align: center;
	height: 23px;
	width: 770px;
	margin: 5px auto;
	background: #000000 center center;
	font-size: 9px;
	color: #FFFFFF;
}

.navbar {
	border: 0px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	width: 75px;
	border: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
}
.navbar li {
	list-style-type: none;
	height: 20px;
	width: 75px;
	border: 0px;
	list-style-position: inside;
}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
} 
.navbar a:hover {
	color: #FF0000;
}
.navbar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#thumbs{
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
#thumbs td {
	border: 1px solid #CCCCCC;
}

#thumbs img {
	border-width: 0px;
	border-style: none;
}

#thumbs	a {
	color: #000000;
}
#thumbs a:visited {
	color: #000000;
}
#thumbs a:hover {
	color: #000000;
}
#thumbs a:active {
	color: #000000;
}
}
#dynloadarea {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 100%;
	width: 100%;
	
}
.floatleft {
	float: left;
}
.white12bold {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#intitalimage {
	z-index: 2;
}
.contact_bkg {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(images/ghostedcadillac.jpg) no-repeat fixed center center;
}
h3 {
	font: 36px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

h4 {
	font: bold .6em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: center;
	text-align: center;
}
h5 {
	font: 0.6em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.credits {
	font-size: 80%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.credits a {
	color: #CCCCCC;
}
#wrapper .credits a:hover {
	text-decoration: none;
}

