/*------------------------------------------------------- BODY  */
body {
	background:#000000;
	}

a, a:link, a:visited {	text-decoration	: none;-moz-outline:none;}

a {color:rgb(247,241,148)}

a:hover {color:white; -moz-outline:none;}

/*------------------------------------------------------- LOGO   */

#logo {
	position: absolute;
		top: 10px;
		right: 0px;
		bottom:0px;
		left:50%;
		margin-left:-380px;
}
/*------------------------------------------------------- PHOTO   */

#Photos {
	position: absolute;
		top: 0px;
		/top: -33px;
		right: 0px;
		bottom:0px;
		left:70%;
	
}
/*-------------------------------------------------------- MENU  */
#Menubox {
	z-index: 10;
	padding:0px;
	x-background-color:rgb(165,124,66);
	x-border: 1px solid rgb(232,221,123);
	position: absolute;
		top: 210px;
	   /top: 200px;
		right: 0px;
		bottom: 0px;
		left:40%;
		height:40px;	
	margin-left:-300px;
	
}

/*-------------------------------------------------------- CONTENT    */
#content {
	z-index: 11; 
	font-family:arial;
	font-size:90%;
	color:rgb(202,163,99);
	position: absolute;
		text-align:center;
		top: 440px;
		right: 0px;
		bottom:0px;
		left:60%;
		margin-left:-400px;
		width:602px;
		height:120px;
		overflow: hidden; 
	
}
/*---------------------------------------------------------- FOOTER    */
#Footer { 
	z-index: 11; 
	font-family:arial;
	font-size:60%;
	position: absolute;
	color:rgb(119,86,35);
	text-align:center;
		top: 590px;
		right: 0px;
		bottom:0px;
		left:60%;
		margin-left:-400px;
		width:602px;
		height:85px;
		overflow: hidden; 
	
}

#Footer a, #Footer a:link, #Footer a:visited {	text-decoration	: none;}

#Footer a:hover { color:rgb(202,163,99) }

#Footer a {	color:rgb(165,124,66) }