@charset "utf-8";
/* CSS Document */

/*------------------------------------------
					lay out
 -----------------------------------------*/

* 
{
	margin:0px;
	padding:0px;
}


body
{
	text-align: center;
	background-color: #000;
	
}


#wrap
{
	margin: 0 auto;
	width: 1023px;
	height: 1017px;
	background: url(../images/background.jpg) no-repeat top left;	
	text-align: left;
}


#right-column
{
	padding: 0;
	float: right;
	width: 590px;	
}
#left-column
{
	padding: 490px 0 0 127px;
	_padding: 508px 0 0 127px;
	#padding: 508px 0 0 127px;
	float: left;
	text-align: center;
}

#left-column a
{
	color:#f0af1b;
	font: bold 14px Arial, sans-serif;
	letter-spacing: -1px;
	text-decoration: none;
}
#facebook 
{
	padding-top: 29px;
	text-align: left;
}
#facebook img 
{
	float: left;
	padding-right: 10px;
}
#left-column a:hover
{
	text-decoration: underline;
}
#toplogos
{
	position: relative;
	background: url(../images/bocuseCanada.jpg) no-repeat top left;	
	width: 578px;	
	height: 140px;
}


#bocuse
{
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 360px; 
    height: 140px;
}

#bocuseCanada
{
    position: absolute;
    left:360px;
    top: 0px;
    display: block;
    width: 220px; 
    height: 140px;
}



#content
{
	padding: 27px 20px 0 20px;
}

#flash-video
{

	width: 480px;
	height: 270px;

}

#moxies-logo
{
	background: url(../images/moxiesLogo.jpg) no-repeat top left;	
	width: 560px;	
	height: 111px;
	display: block;
	margin: 35px 0 0 0;
}


#bocuse-logo
{
	background: url(../images/bocuseTextLogo.gif) no-repeat top left;	
	width: 224px;	
	height: 19px;
	display: block;
	margin: 20px 0 0 0;
}


#footer
{
	margin: 20px 0 0 20px;
}




.clear
{
	clear: both;
}

/*------------------------------------------
					styles
 -----------------------------------------*/


ul, li 
{
    list-style: none;
}


p
{
    font: 11px/14pt verdana, arial, helvetica, sans-serif;
    color: #fff;  
	margin-top: 20px;
}

img /* is this necessary? */
{
border:  0px;
}

.last
{
	margin: 0 20px 0 0;
}