@import url('menuJS.css') all;
@import url('gallery.css') all;

.oPrint{display:block;}
.oNavi{display:none;}
.printInfo{display:none;}

body ,html{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #101010;
	color: #ffffff;
}
/* #fe9600 */

/*BEGIN Link Deafult*/
a:link{
	color: #fe9600 ;
	text-decoration: none;
}

a:hover{
	color: #fe9600 ;
	text-decoration: underline;
}

a:visited{
	color: #fe9600 ;
	text-decoration: none;
}
/*END*/

.center{
	margin: 0 auto;
	width: 980px;
}

#page_top{
	background: url('../media/top.png') center bottom no-repeat;
	width: 980px;
	height: 107px;
}

#logo{
	float: left;
	width: 133px;
	height: 76px;
	margin: 20px 0 0 10px;
	background: url('../media/logo.gif') no-repeat;
}

#menu{
	float: right;
	height: 24px;
	width: 800px;
	text-align: right;
	margin-top: 77px;
}


#bp{background-color: #000000;}

.body{height: 490px;}

#cTop{
	background: #000000 url('../media/cBg.gif') right bottom no-repeat;
	height: 5px;
}

#cBottom{
	background: #000000 url('../media/cBg.gif') right top no-repeat;
	height: 6px;
	clear:both;
}

#content{
	float: left;
	position: relative;
	width: 280px;
	height: 479px;
	left: 80px;
}

.content{
	position: relative;
	width: 350px;
	margin-left: -70px;
	overflow: auto;
	z-index: 33;
}


#bannerBox{
	float: right;
	width: 699px;
	height: 479px;
	border-right: solid 1px #252525;
	/*background-color: silver;*/
}

#page_down{
	background: url('../media/bottom.png') center top no-repeat;
	width: 980px;
	height: 109px;
}

.adress{
	float: right;
	margin-top: 10px;
	text-align: right;
}

@media aural, braille, handheld, tty{
	.oNavi{
		display:	inline;
	}
}

@media print, embossed{
	.oPrint{
		display:	none;
	}
	.printInfo{
		display:	block;
	}
	body{color:black;}
	#bp{background-color:white;}
	a:link{
		color:		blue;
		text-decoration:underline;
	}
	a:visited{
		color:		blue;
		text-decoration:underline;
	}
}



