html, body {
	margin:0px;	
	background:url("images/bgOneG.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-color:#000000;
	color:#bebebe;
	text-align: center;
	font-family:arial;
	font-size:14px;
	min-height:100%;
}

.formField {
	background-color:#111111;	
	border:1px solid #767676;
	padding:2px;
	color:white;
}

input[type=text] {
	background-color:#111111;	
	border:1px solid #767676;
	padding:2px;
	color:white;
	width:180px;
}


textarea {
	background-color:#111111;	
	border:1px solid #767676;
	padding:2px;
	color:white;
	width:400px;
	height:150px;
}

.button {
	background-color:#2e2e2e;
	border:1px solid #767676;
	padding:2px;
	color:white;
	width:80px;
}

.button_hover {
	background-color:#FFFFFF;
	border:1px solid #767676;
	padding:2px;
	color:#000000;
	cursor:pointer;
	width:80px;
}

.linkImage {
	border:0px;
	opacity:0.9;filter:alpha(opacity=90);
}

body {
	background:url("images/bg_corner.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom left;	
}

.thumbnail {
	border:1px solid #272727;
	margin:3px;	
	opacity:0.85;filter:alpha(opacity=85);
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius:  4px 4px 4px 4px;
    -khtml-border-radius:  4px 4px 4px 4px;
    border-radius:  4px 4px 4px 4px;
}


#topBar {
	margin-top:0px;
	height:55px;
	

	
	padding-top:0px;
	font-size:15px;
	font-weight:normal;
	position:fixed;
	top:0px;
	width:90%;
	max-width:1400px;
	min-width:950px;
	z-index:-5;
	color:#121212;
	border-bottom:0px solid #fff589;

}

#topBar2 {
	margin-top:0px;
	height:55px;
	
	padding-top:0px;
	font-size:15px;
	font-weight:normal;
	position:fixed;
	top:0px;
	width:90%;
	max-width:1400px;
	min-width:950px;
	z-index:-10;
	color:#121212;
	border-bottom:0px solid #fff589;
}

#topBar3 {
	margin-top:0px;
	height:55px;
	padding-top:0px;
	font-size:15px;
	font-weight:normal;
	position:fixed;
	top:0px;
	width:90%;
	max-width:1400px;
	min-width:950px;
	z-index:100;
	color:#121212;
	border-bottom:0px solid #fff589;
}



#main {
	text-align:left;
	width:90%;
	max-width:1400px;
	min-width:950px;
	padding-bottom:0px;
	min-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	
	margin-top:100px;
}

#contentDiv {
	padding-left:200px;
	padding-right:0px;
	/*text-align:center;*/
	margin-top:10px;
 	padding-bottom:10px;   /* Height of the footer */ 
}

.galleryDiv {
	/*margin-bottom:150px;*/
	background:url('images/bg_graytp2.png');
	padding:4px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius:  0px 0px 8px 8px;
    -khtml-border-radius:  0px 0px 8px 8px;
    border-radius:  0px 0px 8px 8px;
    min-height:500px;
}

.infoDiv {
	margin-bottom:20px;
	background:url('images/bg_graytp2.png');
	padding:4px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius:  0px 0px 8px 8px;
    -khtml-border-radius:  0px 0px 8px 8px;
    border-radius:  0px 0px 8px 8px;
    min-height:500px;
}

.galleryDivInner {
	
	padding-top:15px;
	padding-left:18px;
	padding-bottom:15px;	
}

.menuBarDiv {
	width:210px;
	background:url('images/bgtbtp.png');
	background-repeat:repeat-x;
	text-align:center;
	padding-top:2px;	
	padding-bottom:4px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius:  0px 0px 8px 8px;
    -khtml-border-radius:  0px 0px 8px 8px;
    border-radius:  0px 0px 8px 8px;
}


#photo {
	border:0px solid black;	
}

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }
