/*==========================================================================================*/
/* CSS customised by Images (http://www.theimagesgroup.co.uk)								*/
/*==========================================================================================*/
/* Modified 28/10/2005																		*/
/*==========================================================================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/body_color.gif);
	background: #300;
	color: #fff;
	margin: 0 16px;
	padding: 0;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
bold, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
a {
	color: #f00;
	text-decoration: underline;
}
a:visited {
	color: #c00;
}
a:hover, a:active, a:focus {
	color: #f90;
}
form {
	display: inline;
}
address {
	font-style: normal;
	padding: 6px auto;
}
hr {
	background-color: #f00;
	border: 0;
	color: #f00;
	height: 1px;
}
applet {background-color: #000; margin: 0; padding: 0;}
a img {border: 0;}

/* Custom Styles
---------------------------------------- */
.uppercase {text-transform: uppercase;}
#container {
	width: 600px;
	margin: 16px auto 0 auto;
	text-align: center;
	background-color: #600;
	border: 1px solid #f00;
}
#logo {background-color: #000;}
#logo h1 {margin: 0; padding: 0;}
#divide {
	background: #f00 url(images/divide_row.gif) repeat-x;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
#divide a:link, #divide a:visited {color: #fff; text-decoration: none;}
#divide a:active, #divide a:hover, #divide a:focus {color: #fff; text-decoration: underline;}
#flameText {
	width: 100%;
	height: 96px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	border-bottom: 1px solid #f00;
}
#main {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #660000;
	background-image: url(images/page_end.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#buttons {width: 100%;}
#enter {
	margin: 8px auto;
	text-align: center;
}
#gallery {
	margin: 8px auto;
	text-align: center;
}
#address {
	margin: 8px auto;
	padding: 2px auto;
	font-size: 11px;
	text-align: center;
}
#author {
	margin: 8px auto;
	padding: 4px auto;
	font-size: 11px;
	text-align: center;
}
#logos {
	height: 56px;
	margin-bottom: 20px;
}

.dataTable {margin: 16px auto; font-size: 11px; border: 1px solid #f00; border-right: 0; color: #fff;}
.dataTable caption {color: #fff; font-size: 18px; padding: 5px;}
.dataTable tr.row th {background-color: #000; border-top: 0; border-bottom: 0;}
.dataTable th {font-weight: normal; background-color: #900; border-top: 1px solid #f00; border-bottom: 1px solid #f00;}
.dataTable tr.row {background-color: #300;}
.dataTable tr {}
.dataTable td, .dataTable th {text-align: left; vertical-align: top; border-right: 1px solid #f00; padding: 4px;}
.dataTable td {}

/* New Table to hold the thumbs for the simpleviewer galleries */
/* Added October 13 2008 */

table#thumbs	{text-align:center; font-size:0.8em; margin:5px; }
table#thumbs td	{padding:2px; width:32%; }

#thumbs img			{border:1px solid #c00; }
#thumbs a:hover	img	{border:1px solid #fc0; }

#thumbs a	{text-decoration:none; }
#thumbs a:link, #thumbs a:visited {color:#f90; }
#thumbs a:hover, #thumbs a:active {color:#fc0; }

#galleryMontage {
	width: 100%;
	height: 96px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
	border-bottom: 1px solid #f00;
	overflow:hidden;
}