
body { 
	background:#000; 
	color:#aaa;
	margin:0 0px;
}

body, td {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

#l { background:url('../images/left.jpg') top left no-repeat; }
#nl { background:url('../images/navbgl.jpg'); }
#nc { background:url('../images/navbgc.jpg') top left repeat-x; }
#nr { background:url('../images/navbgr.jpg'); }
#ctl { background:url('../images/ctl.jpg'); }
#ctc { background:url('../images/ctc.jpg') top left repeat-x; }
#ctr { background:url('../images/ctr.jpg'); }
#cml { background:url('../images/cml.jpg'); }

/* main content td */
#cmc { 
	background:#2c2c2c; 
	padding:15px 15px ;
}

#cmr { background:url('../images/cmr.jpg'); }
#cbl { background:url('../images/cbl.jpg'); }
#cbc { background:url('../images/cbc.jpg') top left repeat-x; }
#cbr { background:url('../images/cbr.jpg'); }

table.container, td {
	border-collapse:collapse;
	margin:0;
}


h1 {
	font-weight:bold;
	font-size:18px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	color:#F49B0F;
	border-bottom:2px dotted #060;
}

h2 {
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px 0;
	color:#aaa;
}

h3 {
	font-weight:bold;
	font-size:14px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	color:#aaa;
	border-bottom:2px dotted #666;
}

h4 {
	font-weight:bold;
	font-size:12px;
	font-style:italic;
 	margin:0 0 10px 0;
	color:#666;
}

h5 {
	font-weight:bold;
	font-size:14px;
	margin:20px 0 10px 0;
	color:#f49b0f;
}

p {
	margin:0 0 10px 0;
}


a {
	color:#F49B0F;
	text-decoration:underline;
}

img.a {
	border:1px solid #F49B0F;
}

a:hover {
	color:#ffff0F;
}

img.a:hover {
	border:1px solid #ffff0F;
}

ul#links li {
	margin-bottom: 3px;
}

div.separator {
	border-bottom:2px dotted #060;
	margin:0 0 10px 0;
}

.formcontainer input {
	color:#fff;
	border:1px solid #aaa;
	background:#666;
	font: normal 11px arial, helvetica, sans-serif;
	font-size:10px;
	text-indent : 2px;
}

.formcontainer input.submit {
	border-top:1px solid #f00;
	border-left:1px solid #f00;
	border-bottom:1px solid #300;
	border-right:1px solid #300;
	background:#660000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
}

.formcontainer .errorfield {
	border:1px solid #f00;
}

.formcontainer .errortext {
	font-weight:bold;
	color: #f00;
}

#copyright {
	font-size:10px;
	margin:0;
	color:#666;
}


/* main nav: --- */

#nav {
	margin:37px 0 0 0px;
	padding:0 0 0 20px;
	height:20px;
	background:#660000;
	border-top:1px solid #060;
	border-bottom:1px solid #060;
}

#nc ul {
	margin:0;
	padding:0;
}

#nc ul li {
	list-style:none;
	float:left;
}

#nc ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0 8px;
	margin:0;
	display: block;
	float:left;
	height:20px;
	vertical-align:middle;
	line-height: 20px;
	background:#660000;
}

#nc ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:#92500d;
}

#nc ul li a.navon {
	color:#fff;
	text-decoration:none;
	background:#555;
}


/* Fancy photo borders: --- */

td.shadowbox {
  border: 1px solid #9a9a9a; }

td.shadowbox-right {
  background: url(/images/shadow-right.gif) no-repeat top right; }
td.shadowbox-bottom {
  background: url(/images/shadow-bottom.gif) no-repeat bottom left; }
td.shadowbox-corner {
  background: url(/images/shadow-corner.gif) no-repeat bottom left; }


/* Tab stuff: --- */

.tabon a {
	height: 22px ;
	background-color: #555;
	border: 1px solid #222;
	border-bottom-width: 0px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	position: relative;
	top: 1px;
	z-index: 102;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.tabon a:hover{ 
	text-decoration: none;
	color: #000;

}
.taboff a {
	height: 22px ;
	background-color: #222;
	border: 1px solid #333;
	border-bottom-width: 0px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	position: relative;
	top: 2px;
	z-index: 100;
	color: #aaa;
	font-weight: bold;
	text-decoration: none; 
}
.taboff a:hover{ 
	text-decoration: none;
	color: #444;
}
div.tabmain {
	background-color: #555;
	border: 1px solid #111;
	padding: 5px;
	position: relative;
	z-index: 101;
	overflow: auto; }
	
#homegallery {
	text-align:center;
}

.caption {
	font-size:10px;
	margin:5px 0 0 0;
}