body {
	background-color:#CCC;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#330;
	border:0;
	margin:0;
}

a {color:#330;}
img {border:0;}
p.c {text-align:center;}


/* Makes images B&W or color if hover */
a.grey {filter:grey;}
a.grey:hover {filter:none;}

/* wraps entire page */
#wrapper {
	width:100%;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

/* holds all the content and centers it */
#container {
	width:700px;
	background-image:url(images/carousel-back.jpg);
	background-repeat:repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 1px solid #330;
}

/* Header */
#header {
	height:60px;
	width:700px;
}

#header div.header-left {
	float:left;
	width:150px;
	height:60px;
}
#header div.header-middle {
	float:left;
	width:150px;
	height:60px;
}
/* release your inner child box */
#header div.header-right {
	float:left;
	width:400px;
	height:60px;
	background-image:url(images/header-back-right.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
	
/* CSS Menu */
#menu {
	clear:both;
	float:left;
	width:700px;
	font-size:11px;
	font-weight:bold;
	height:22px;
	background-color:#330;
}

/* Horizontal Bar */
#navbar {margin:0;padding:0;height:34px;}
#navbar li {
	text-align:center;
	list-style:none;
	float:left;
}
#navbar li a {
	display:block;
	padding: 3px 8px;
	width:100px;
	background-color:#330;
	color:#fff;
	text-decoration:none;
}
/* End Horizontal Bar */

/* Drop down items */
#navbar li ul {
	display:none; 
	width:150px; /* Opera Fix */
	background-color: #330;
	border: 1px solid #330;
}
	
#navbar li:hover ul {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
}
#navbar li:hover li {float:none;}
#navbar li:hover li a {
	width:132px;
	background-color:#330;
	border: 1px solid #fff;
	margin-bottom:1px;
	color:#fff;
	text-align:left;
}
#navbar li li a:hover {background-color:#440;}
/* End CSS Menu */

/* Middle Section */
#main {width:700px;}
#main div.clear {clear:both;width:700px;}

/* Left Column */
#lbar {
	float:left;
	width:150px;
}

/* Center Column */
#mb {
	float:left;
	width:462px;
}
#mb p {margin-left:5px;margin-right:5px;}
#mb h1 {
	font-size:24px;
	text-align:center;
}
#mb h1 span.small {font-size:16px;}
#mb h2 {
	font-size:14px;
	text-align:center;
}
#mb h3 {margin-left:5px;}

/* Contact Form Error Message */
#mb p.error {color:#F00;}

#mb p.return {
	text-align:center;
	clear:both;
}

#mb p.l, img.l {
	text-align:center;
	margin-left:4px;
}

/* Gallery */
#mb div.thumb {
	float:left;
	width:150px;
	height:172px;
	margin:2px 2px 22px 2px;
	text-align:center;
	font-weight:bold;
}
#mb img.thumb {
	border: 1px solid #330;
}

/* Right Column */
#rbar {
	float:left;
	width:88px;
	text-align:center;
}
#rbar div.chick {	
	margin-top:20px;
}
/* Footer */
#footer {
	clear:both;
	width:700;
	height:18px;
	background-color:#330;
	color:#fff;
	font-size:11px;
	text-align:right;
	padding-top:2px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
 
/* CSS for disclaimer.php */
#disclaimer {
	width:200px;
	background-image:url(images/carousel-back.jpg);
	background-position: -464px -399px;
	background-repeat:no-repeat;
	text-align:center;
	padding: 5px;
}
h4.disclaimer {
	font-size:12px;
}

/* Ad on bottom of left column */
#ad {
	width:140px;
	margin: 10px 5px 10px 5px;
}
#ad span.disc {
	color:#690;
	font-size:9px;
}
