body {
	margin: 0px auto;
	padding: 0px;
	color: #fff;
	font-size: small;
	font-family: verdana, arial, sans-serif;
	background: url(BG.jpg) repeat; /*#353537;*/
	
	scrollbar-arrow-color: #d00;
	scrollbar-3dlight-color: #c00;
	scrollbar-darkshadow-color: #600;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #d00;
	scrollbar-shadow-color: #a00;
	scrollbar-track-color: #eee;
	behavior: url(inc/cssHoverFix.htc);
}

p {
	padding: 0 10px 0 10px;
}

p.justify {
	text-align: justify;
	padding: 0 10px 0 10px;
}

#wrap {
	margin: 0 auto;
	width: 922px;
	height: 600px;
}

#header { 
	text-align: center;
	color: #fff;
	width: 920px;
	float: left;
	padding: 0px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	
	opacity: 0.95;
	filter: alpha(opacity=85); /* For IE8 and earlier */
}

#navigation {
	color: #fff;
	border: 1px solid #f00;
	background: #212;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 420px;
	width: 170px;
	float: left;
	
	opacity: 0.91;
	filter: alpha(opacity=91); /* For IE8 and earlier */
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	
    zoom: 1 !important; /*this triggers haslayout in IE7+6 to fix the extra padding-top problem*/
    -ms-zoom: 1 !important; /*this triggers haslayout in IE8 to fix the hover bug*/
    cursor: pointer !important; /*this fixes IE cursor back to pointer - IE is really the worst browser ever*/
}

#content {
	float: left;
	color: #000;
	border: 1px solid #f00;
	background: #fff; /*#f5f5f6;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 420px;
	width: 576px;
	display: inline;
	overflow: auto;
	
	opacity: 0.94;
	filter: alpha(opacity=94); /* For IE8 and earlier */
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

#rightbar { 
	float: left;
	display: table;
	text-align: center;
	vertical-align: middle;	
	color: #fff;
	border: 1px solid #f00;
	background: #212;
	margin: 0px 0px 0px 0px;
	margin-right: -200px;
	padding: 0px;
	height: 420px;
	width: 170px;
	
	opacity: 0.93;
	filter: alpha(opacity=93); /* For IE8 and earlier */
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

#footer { 
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
}

h2 {
	text-align: center;
	color: #606060;
	font-size: 18px;
}

h3 {
	color: #606060;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
}

img.vmiddle {
	vertical-align: middle;
}

img.align-left {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}

img.align-right {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	
	vertical-align: top;
}

.left {
	display: block;
	width: 45%;
	float: left;
	text-align: left;
}

.right {
	display: block;
	width: 45%;
	float: right;
	text-align: left;
}

#content h4 {
	color: #d00;
}

#rightbar #vmiddle {
	display: table-cell;
	vertical-align: middle;
}

/* gallery code */

#gallery {
	display: table;
	margin: 0 auto;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

#gallery #main {
	display: table;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#gallery #main li {
	float: left;
	width: 230px;
	padding: 0px 25px 0px 25px;
}

#gallery #main li img {
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

/* navigation bar code by Devin R. Olsen - http://www.devinrolsen.com/pure-css-vertical-menu/ */

#navigation ul {
	margin: 0;
	padding: 0;
	
    zoom: 1 !important; /*this triggers haslayout in IE7+6 to fix the extra padding-top problem*/
    -ms-zoom: 1 !important; /*this triggers haslayout in IE8 to fix the hover bug*/
    cursor: pointer !important; /*this fixes IE cursor back to pointer - IE is really the worst browser ever*/
}

#navigation li {
	list-style: none;
	
    zoom: 1 !important; /*this triggers haslayout in IE7+6 to fix the extra padding-top problem*/
    -ms-zoom: 1 !important; /*this triggers haslayout in IE8 to fix the hover bug*/
    cursor: pointer !important; /*this fixes IE cursor back to pointer - IE is really the worst browser ever*/
}

ul.top-level {
	background: #212;
}

ul.top-level li {
	border-width: 1px;
}

#navigation a {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	text-decoration: none;
	width: 100%;
}

#navigation a:hover { 
	color: #fff;
}

#navigation li:hover {
	background: #d00;
	color: #fff;
	position: relative;
}

#navigation a.active {
	color: #000;
}

#navigation li.active { 
	font-weight: bold;
	color: #000;
	background: #fff;
}

#navigation li.active:hover { 
	font-weight: bold; 
	color: #000;
	background: #fff;
	position: relative;
}

/*
	#navigation ul {
	    margin: 0px;
	    padding: 0px;
	}
	ul.top-level { background: #666; }
		
		#navigation li { list-style: none; }
        ul.top-level li {
            border-bottom: #fff solid;
            border-top: #fff solid;
            border-width: 1px;
        }
			#navigation a {
				color: #fff;
				cursor: pointer;
				display:block;
				height:25px;
				line-height: 25px;
				text-indent: 10px;					
				text-decoration:none;
				width:100%;
			}
			#navigation a:hover{ text-decoration:underline;	}
	        #navigation li:hover {
	            background: #f90;
	            position: relative;
	        }

						

	li:hover .sub-level .sub-level { display:none; }
	.sub-level li:hover .sub-level { display:block; }	
*/

/* end navigation bar code */
