

body {
background:#000000; 
background-repeat: repeat;
background-image:url(../imgs/bgimage.jpg);
background-attachment: fixed;
}

.header {
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
width:1050px;
height:74px;
background-image:url(../imgs/header.png);
background-repeat:no-repeat;
}

.footer {
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color:#8A8A8A;
font-size:11px;
}

.footer a {

color:#DB8000;
}


.pagetext {
font:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
width:600px;
position: relative;
left: 50px;

}

.pagetextgallery {
font:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
width:950px;
position: relative;
left: 50px;

}

.centercontainer {
width:1050px;  /*absolute width of sum of all containers plus margins and padding*/
margin:0 auto;
position:relative;


}

.gallerythumbs {
float:left;


}


h1 {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:36px;

}

.contenttitle {
font-family:arial narrow;
font-size: 40px;
color: #FFFFFF;

}

.navcontainer {
width: 950;
position:relative;
}


.tab {
	width: 120px;
	height: 40px;
	position: relative;
	top: 0px;
	float: left;
	padding: 13px 0px 0px 10px;
	margin: 0px 0px 0px 1px;
	font-family:Arial;
	font-size: 18px;
	color:#FFFFFF;
	text-align: bottom;
	background: url(../imgs/cross_bg.png) ;
	list-style: none;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
}

.tab:hover {
	color:#FFFFFF;
	font-style:inherit;
	text-decoration: underline;
	background: url(../imgs/cross_bg_hover.png) ;
}

.tab:active {
	color: #fff;
	margin: 0px 0px 0px 1px;
	background: url(../imgs/cross_bg_active.png) ;
}

.tab a {
	text-decoration: none;
	color:#FFFFFF;
}



.contentpanel {
	clear: both;
	background: url(../imgs/transbg.png) repeat;
	width:890;
	height:450px;
	padding:30px ;

}

.contentpanel a {

color:#E68A00;
}

.pageimage {
	position:absolute;
	float:right; 
	top:85px;
	left: 720px;
	font-family:Arial;
	color: #FFFFFF;
	font-size:12px;
	width:305px;
	height:455px;
	background: url(../imgs/cross_bg.png) repeat;
	;
	


}






a {
	text-decoration: none;

}