#page {
	/*border: 1px solid blue;*/
	width: 930px;
	height: 500px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial;
}

#logo {
	font-size: 14pt;
	font-weight: bold;
}

#content{
	margin: 10px;
	height: 510px;
	position: relative;
}


.menu {
	clear: both;
	margin: 0px 20px;
	padding: 0;
	width: 890px;
}

.menu li {
	/*border: 1px solid green;*/
	display: block;
	float: left;
	width: 100px;
	/*height: 20px;*/
	margin-right: 20px;
}

.menu li a {
	/*border: 1px solid red;*/
/*	padding: 2px 2px 0px;
	font-size: 11px;
	text-decoration: none;*/
	display: block;
}

.menu li a:link, .menu li a:visited  { text-decoration:none; opacity: 0.5; /*color:#FFFFFF; background-color: #787678; */ }
.menu li a:hover, .menu li a:active { text-decoration:none; opacity: 1;/*background-color: black; color: white;*/ }
.menu li a:focus {outline: none;  /*background-color: #787678;*/ }


a {
	outline: none;
}

a.active {
	opacity: 1!important;
/*	background-color: black!important;*/
}

a.scroll {
	background-color: black!important;
	width: 50px;
	height: 14px;
	padding: 0!important;
}

a.disabled {
	opacity: 0.5;
}

ul.submenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
}

ul.submenu li {
	margin-top: 5px;
}


.nav {
	/*margin-bottom: 50px;*/
	position: absolute;
	top: 470px;
	margin: 0 10px;
}


.gallery  {
	text-align: center;
	width: 892px;
	height: 442px;
}

img {
	border: none;
}


.square {
	border: 0px solid red;
	width: 217px;
	height: 217px;
	float: left;
	margin: 5px 10px 5px 0px;
}

.square2 {
	width: 217px;
	height: 217px;
	float: left;
	margin: 5px 10px 5px 0px;	
}



.apple_overlay {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 450px;
	z-index: 1000;
	
/*	background-image:url(../images/apple.png);*/

/*	width: 500px;
	height: 400px;
	padding: 50px;
	font-size:11px;*/
}

.apple_overlay div.close { 
    background-image:url(../images/close.png); 
    position:absolute; right:-10px; top:-10px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 
	z-index: 10;
}

#fplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 450px;
}

