/*------------------------------------------------------- BODY  */
body {
	background:#000000;
	}

a, a:link, a:visited {	text-decoration	: none;}

a {color:rgb(247,241,148)}

a:hover {color:white;}


td {
font-family:arial;
	font-size:10pt;
	color:rgb(202,163,99);
	margin-top:-10px;
	-margin-top:2px;
}
/*------------------------------------------------------- LOGO   */

#logo {
	position: absolute;
		top: 20px;
		right: 0px;
		bottom:0px;
		width:227;
		Hight:128;
		left:60%;
		margin-left:-480px;
		}
/*------------------------------------------------------- PHOTO   */

#Photos {
	position: absolute;
		top: 100px;
		right: px;
		bottom:0px;
		left:65%;
}
/*-------------------------------------------------------- MENU  */
.menuText {
	font-family:arial;
	font-size:10pt;
	color:rgb(202,163,99);
	margin-top:-10px;
	-margin-top:2px;
}

#Menubox {
	padding:0px;
	background-color:rgb(165,124,66);
	border: 1px solid rgb(232,221,123);
	position: absolute;
		top: 20px;
		right: 0px;
		bottom: 0px;
		left:60%;
		width:302px;
		height:40px;	
	margin-left:-250px;
}

/*-------------------------------------------------------- CONTENT    */
.content {
	font-family:arial;
	position: absolute;
		top: 150px;
		right: 0px;
		bottom:0px;
		left:60%;
		margin-left:-478px;
		width:500px;
		height:400px;
		overflow: hidden; 
	color:rgb(202,163,99);
}
/*---------------------------------------------------------- FOOTER    */
#Footer { 
	font-family:arial;
	font-size:10px;
	position: absolute;
		top: 575px;
		right: 0px;
		bottom:0px;
		left:60%;
		margin-left:-400px;
		width:602px;
		height:60px;
		overflow: hidden; 
	color:rgb(119,86,35);
}

#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) }