/* body style */	
	
body
	{ 	
		margin: 10px 0 10px	0;

		background-image: url(http://www.relaxtoparis.com/template/bg_tile.gif);
		background-repeat: repeat;
		
	}
	
html, body, td, li, a
{
    font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#000000;
}
a
{
    color:#555555;   
}
a:hover
{
    color:#000000;   
}
td
{
    vertical-align:top;
    padding:auto;
}

#contentarea {
width:809px;
min-height: 400px;
margin-left: 0px;
padding: 0px;
padding-bottom: 2px;
}
* html #contentarea{ /*IE only style*/
height: 400px;
}

/* SHOWS AREA */ 

table#schedule
{
    width:325px;font-size:12px;
}

table#schedule tr
{
}

table#schedule td.date
{ background-image:url(../template/show_bg.gif);
    width:36px;  padding:8px 6px; text-align:center; font-size:12px; background-position:left;
}

table#schedule td.venue
{ background-image:url(../template/show_bg.gif);
    font-size:11px; padding:8px; background-position:right;
   
}

table#schedule td.venue span.address{
   color:#333333; font-style:italic;
}

table#schedule td.date span.date{
   font-size:20px; font-weight:800;
}


/* MISC STUFF */

div.clear
{
    clear:left;
}