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

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

a.grey {filter:grey;}
a.grey:hover {filter:none;}

a.nav {color:#FFF;text-decoration:none;}
a.nav:hover {color:#FFF;text-decoration:none;}

#wrapper {
	width:700px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	border: 1px solid #330;
}

#container {
	width:700px;
	background-image:url(images/carousel-back.jpg);
	background-repeat:repeat-y;
}


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

div.header-left {
	float:left;
	width:150px;
	height:60px;
}
div.header-middle {
	float:left;
	width:150px;
	height:60px;
}
div.header-right {
	float:left;
	width:400px;
	height:60px;
	background-image:url(images/header-back.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
div.header-nav {
	clear:both;
	width:700px;
	height:16px;
	background-color:#330;
	color:#FFF;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}


/* Middle Section */
#content {
	width:700px;
}

p.main {
	margin-left:5px;
	margin-right:5px;
}

div.left-bar {
	float:left;
	width:150px;
}

div.main {
	float:left;
	width:462px;
}
h1.main {
	font-size:24px;
	text-align:center;
}
h2.main {
	font-size:14px;
	text-align:center;
}
h3.main {}
p.error {color:#F00;}

div.right-bar {
	float:left;
	width:88px;
	text-align:center;
}
p.return {
	text-align:center;
	clear:both;
}

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

/* Gallery */

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

/* Footer */
#footer {
	clear:both;
	width:700;
	height:16px;
	background-color:#330;
	color:#FFF;
	font-size:11px;
	text-align:center;
}
 
/* 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;
}