#luxorbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#78818F;
	margin: 0px;
	padding: 0px;
	background-image:	url("../images/background.png");
}

#main {
	width: 750px;
}

.shadow_left, .shadow_right, .shadow_bottomleft, .shadow_bottomright, .shadow_bottom {
	margin: 0px;
	padding: 0px;
}

.shadow_left, .shadow_right {
	width: 10px;
}
.shadow_left {
	background-image:   url("http://images.luxordevelopment.ch/shadowleft.png");
}
.shadow_right {
	background-image:   url("http://images.luxordevelopment.ch/shadowright.png");
}

.shadow_bottomleft, .shadow_bottomright {
	width: 10px;
	height: 10px;
}
.shadow_bottomleft {
	background-image:   url("http://images.luxordevelopment.ch/shadowbottomleft.png");
}
.shadow_bottomright {
	background-image:   url("http://images.luxordevelopment.ch/shadowbottomright.png");
}

.shadow_bottom {
	height: 10px;
	background-image:   url("http://images.luxordevelopment.ch/shadowbottom.png");
}


.content_td {
	background-image:url("http://images.luxordevelopment.ch/content_background.png");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D9D9D9;
	padding: 0px;
}

.navigator_td {
	background-image:   url("http://images.luxordevelopment.ch/navigator_back.png");
	background-repeat: repeat-x;
	
	height: 84px;
}

.navigator_button {
	background-image: none;	
	background-repeat: repeat-x;
	
	line-height: 19px;
	
	width: auto;
	height: 19px;
	margin: 49px 0px 16px 0px;
	padding: 0px 12px 0px 12px;
	
	float: left;
	text-align: center;
	
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.separator_td {
	width: 1px;
}
.separator {
	background-color: #B2B2B2;
	width: 1px;
	height: 19px;
	margin: 49px 0px 16px 0px;
}

.left {float:left; padding-right:10px;}
.right {float:right; padding-left:10px;}
div.clearer {clear: both;
			 display: block;
			 margin: 0;
			 padding: 0;
			 height: 0;
			 line-height: 1px;
			 font-size: 1px;}

.subnav {background-image:url("http://images.luxordevelopment.ch/subnav_background.png");
				   width:730px;
				   height:26px;
				   text-align:center;}
.subnav_button, .subnav_buttondown {
			height:26px;
			font-size:12px;
			text-align:center;
			line-height:26px;
			padding:0px 15px 0px 15px;}
.subnav_button {background-image:none;}
.subnav_buttondown {background-image:url("http://images.luxordevelopment.ch/subnav_down.png");}

