html, body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	}
	
body {
/*	border-bottom: #8584ac 7px solid; /* */
	background-color: #50517d;
	width: 730px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p { font-size: 12px; }

h1 {
	text-indent: -9999px;
	}
img {
	border: none;
	}

a:link, a:visited {
	font-style: italic;
	text-decoration: none; /* */
	color: #FFFFCC;
} /*
a:visited {
	color: #333366;
} /* */
a:hover {
	text-decoration: underline;
}
a:active {
	color: #666699;
}

div#wrap {
	border-left: #d6add6 5px solid;
	border-right: #8584ac 5px solid; /* */
	position: relative; /* needed for footer positioning*/
	padding: 0;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: transparent url('/media/bgwrap.jpg') repeat-y;
	}
	
div#masthead {
	height: 73px;
	border: none;
	background-color: #50517d;
	}
	
div#content {
	margin: 0 auto -36px 185px; /* center, not in IE5 */
	padding: 20px;
	}

body#home div#content {
	text-align: justify;
	}

body#prints div#content {
	text-align: left;
	}
	
body#home div#content img, body#arinfo div#content img {
	float: right;
	padding: 20px 0 10px 20px;
	}

body#tngal div#content p, body#tngal div#content h3 {
	padding-left: 40px;
	padding-right: 40px;
	}

body#tngal div#content h3 {
	color: #c9c;
	}
	
div#content h2 {
	color: #c9c; /* */
	}

div#content h3 {
	color: #000033; /* */
	}
	
div#content h4 {
	color: #ffc;
	}
	
div#content h2 {
	font-size: 12pt;
	}

div#content h3 {
	font-size: 11pt;
	}

table#image {
	width: 500px;
	height: 500px;
	}

td {
	font-size: 11px;
	}
	
table#prices {
	margin: 0 auto;
	text-align: center;
	border: #cc99cc 1px solid;
	}

table#prices td, table#prices th {	
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	}

div#nav {
	margin-top: 25px;
	width: 185px;
	float: left;
	font-family: "Times Roman", serif;
}

div#nav ul {
	font-style: italic;
	margin: 0 2.0em 0 2.3em;
	padding: 0;
	}
	
div#nav li {
	font-size: 15px;
	margin-bottom: 1em;
	list-style: none;
}

div#nav a:link, div#nav a:visited {
	text-decoration: none;
	color: #666699;
	}

div#nav a:hover {
	color: #333366;
	}
	
div#nav td.gal, div#nav td.galx {
	height: 34pt;
	font-size: 11pt;
	line-height: 14pt;
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
}
div#nav td.galx {
	color: #EEEEEE;
}
div#push {
	height: 48px;
	}
	
div#footer {
	clear: both;
	text-align: center;
	width: 720px;
	height: 32px;
	position: absolute; /* */
	margin: 0 auto;
	border-top: #333366 2px solid;
	border-bottom: #333366 2px solid;
	background-color: #333366; /* */
	font-size: 10px;
	bottom: 0; /* stick to bottom */
	}
	
div#footer p { font-size: 10px; }

	
.italic {
	font-style: italic;
	}

.bold {
	font-weight: bold;
	}

.pink {
	color: #cc99cc;
	}

.dkblue {
	color: #333366;
	}

.alert {
	color: #ffc; /* yellowish */
	}

input {
	margin: 0 3px;
	padding: 1px;
	}
	
.form_text, .input_text {
	color: #003;
	}

.form_text {
	text-align: right;
	}

body#cms div#content li { margin: 2px 0; padding: 0; list-style: none; }

body#prints th {
	color: #ffc;
	font-size: 13px;
	}

/* FIXME: Make this configurable as part of a view file ala phpgallery */
table#thumbs {
/*	width: 500px; /* */
/*	height: 440px; /* */
	text-align: center;
	}
table#thumbs tr.images {
	height: 200px;
	vertical-align: middle;
	}
table#thumbs tr.captions {
	font-size: 12px;
	height: 35px;
	vertical-align: top;
	}

table#thumbs td {
	text-align: center;
	width: 250px;
	}