*{
margin:0px;
padding:0px;
}

body {
	background-color:#000000;
	background-image:url(../images/visuals.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.2;
}
a {
	color:#fec35a;
}
p {color:#a5c0d5; font-size:15px; margin:0; padding:0 0 10px 0;}

.bold {font-weight:bold;}

.smallcopy {font-size:11px; margin:0; padding:0;}
div.center {
	 text-align:center;
}
div.center p {
	color:#FEC35A;
	font-size:16px;
}
div.container {
	margin:0px auto 0;
	text-align:left;
	width:997px;
	position:relative;
	padding-bottom:49px;
	
}
div.btn_book {
	width:369px;
	height:187px;
	background-repeat:no-repeat;
	position:absolute;
	top:320px;
	left:67px;
}
div.logo {
	width:490px;
	height:210px;
	position:absolute;
	top:20px;
	left:5px;
}
div.date {
	width:395px;
	height:48px;
	/*background-repeat:no-repeat;
	background-image:url(../images/date.png);*/
	position:absolute;
	top:250px;
	left:45px;
}
div.quotes {
	width:459px;
	height:122px;
	position:absolute;
	top:420px;
	left:510px;
}
div.content {
	width:997px;
	margin-left:20px;
}
div.empty {
	height:570px;
	width:997px;
}
div.column1 {
	width:470px;
	float:left;
}
div.column2 {
	margin-left:50px;
	width:400px;
	float:left;
	color:#FFFFFF;
}

div.clear {
	clear:both;
}
div.box_top {
	background-image:url(../images/box_top.jpg);
	height:67px;
	width:467px;
	background-repeat:no-repeat;
	
}
div.box_middle {
	background-color:#1c1b1b;
	border-left:1px solid #424b5a;
	border-right:1px solid #424b5a;
	width:465px;
}
div.box_bottom {
	background-image:url(../images/box_bottom.jpg);
	height:29px;
	width:467px;
}
.about_copy {
	padding:17px 17px 0 17px;
	color:#a5c0d5;
	font-size:15px;
	text-align:justify;
}
/*****************titles********************/
h2.title_dontmiss {
	background-image:url(../images/title_dontmiss.gif);
	background-position:20px 22px;
	background-repeat:no-repeat;
	height:44px;
	margin:0;
	text-align:left;
	text-indent:-5000px;
	width:100%;
}
h3.title_dontmiss {
	background-image:url(../images/title_dontmiss.gif);
	background-position:20px 22px;
	background-repeat:no-repeat;
	height:44px;
	margin:0;
	text-align:left;
	text-indent:-5000px;
	width:100%;
}
h2.title_about_arturo {
	background-image:url(../images/title_about_arturo.gif);
	background-position:20px 22px;
	background-repeat:no-repeat;
	height:44px;
	margin:0;
	text-align:left;
	text-indent:-5000px;
	width:100%;
}
h2.title_buy_tickets {
	background-image:url(../images/title_buy_tickets.gif);
	background-position:20px 22px;
	background-repeat:no-repeat;
	height:44px;
	margin:0;
	text-align:left;
	text-indent:-5000px;
	width:100%;
}
h2.title_press_reviews {
	background-image:url(../images/title_press_reviews.gif);
	background-position:20px 22px;
	background-repeat:no-repeat;
	height:44px;
	margin:0;
	text-align:left;
	text-indent:-5000px;
	width:100%;
}

/*****************************************/

div.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:1018px;
	height:113px;
	margin:0px auto 0;
	text-align:left;
	padding-top:50px;
	padding-left:35px;
	color:#FEC35A;
	font-size:14px;
}
/*****************menu*****************/
div.navigation {
	height:46px;
	width:494px;
	position:absolute;
	top:60px;
	left:570px;/*Mettre 505px avec l'onglet tickets*/
}
ul.menu {
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
ul.menu li {
	float:left;
	list-style-type:none;
	z-index:50;
}
ul.menu li a {
	background-repeat:no-repeat;
	height:46px;
	display:block;
	z-index:60;
	float:left;
}
/***********buttons*******************/
ul.menu li a.home {
	background-image:url(../images/menu/btn_home.gif);
	background-repeat:no-repeat;
	width:110px;
}
ul.menu li a.about {
	background-image:url(../images/menu/btn_about.gif);
	background-repeat:no-repeat;
	width:118px;
}
ul.menu li a.tickets {
	background-image:url(../images/menu/btn_tickets.gif);
	background-repeat:no-repeat;
	width:137px;
}
ul.menu li a.press {
	background-image:url(../images/menu/btn_press.gif);
	background-repeat:no-repeat;
	width:113px;
}
/************hover buttons************/	 
ul.menu li a.home:hover {
	background-image:url(../images/menu/btn_home_hov.gif);
	background-repeat:no-repeat;
	width:110px;
}
ul.menu li a.about:hover {
	background-image:url(../images/menu/btn_about_hov.gif);
	background-repeat:no-repeat;
	width:118px;
}
ul.menu li a.tickets:hover {
	background-image:url(../images/menu/btn_tickets_hov.gif);
	background-repeat:no-repeat;
	width:137px;
}
ul.menu li a.press:hover {
	background-image:url(../images/menu/btn_press_hov.gif);
	background-repeat:no-repeat;
	width:113px;
}
ul.menu li a span {
	left:-9999px;
	z-index:-100;
	position:absolute;
	top:-220px;
}

div.separator {
	height:46px;
	width:3px;
	background-image:url(../images/menu/separator.gif);
}
/******************about page*********************/
div.box_top_long {
	background-image:url(../images/box_top_long.jpg);
	height:67px;
	width:957px;
	background-repeat:no-repeat;
	
}
div.box_middle_long {
	background-color:#1c1b1b;
	border-left:1px solid #424b5a;
	border-right:1px solid #424b5a;
	width:955px;
}
div.box_bottom_long {
	background-image:url(../images/box_bottom_long.jpg);
	height:29px;
	width:957px;
}
.about_copy_long {
	padding:17px 17px 0 17px;
	color:#a5c0d5;
	font-size:15px;
	text-align:justify;
}
span.yellow {
	font-weight:bold;
	color:#fec35a;
	text-transform:uppercase;
	text-align:left;
}

img#headshot-brachetti, img#headshot-foley { margin: 0 17px 17px 0; }

/******************tickets page*********************/
table.tickets {
	color:#a5c0d5;
	font-size:15px;
	margin-left:17px;
	margin-top:10px;
}
div.column1_tickets {
	width:400px;
	float:left;
	margin-left:30px;
}
div.column2_tickets {
	width:400px;
	float:left;
	color:#FFFFFF;
	margin-left:50px;
}
.ticketheader { 
	color: #5e6d79;
}
/*****************press page**********************/
div.column1_press {
	width:400px;
	float:left;
	margin-left:30px;
}
div.column2_press {
	width:400px;
	float:left;
	color:#FFFFFF;
}
.pressquote {
	padding:17px 17px 0 17px;
	color:#a5c0d5;
	font-size:15px;
	text-align:left;
}
div.designedbyaka {
	float:right;
	margin-right:80px; 
}
div.designedbyaka a {
	text-decoration:none;
}
