body {
	background: #eee;
	font: 10pt verdana, arial, helvetica, sans-serif;
	color: #666;
	}

* {
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	color: #666;
	}

img {
	border: 0;
	}

#wrapper {
	position: relative;
	width: 880px;
	height: 100%;
	margin: 20px auto;
	background: #fff;
	}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 135px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	background: #fff;
	}

#logo {
	position: absolute;
	top: 40px;
	left: 300px;
	} 

#header h3 {
	position: absolute;
	top: 95px;
	left: 370px;
	font-size: 11pt;
	letter-spacing: 2px;
	font-weight: normal;
	}

img#sculpt-left {
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 0;
	}

ul#navbar {
	position: absolute;
	top: 7px;
	left: 180px;
	width: 625px;
	height: 20px;
	border: 0;	
	list-style-type: none;
	z-index: 10;
}

ul#navbar li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: center;
	line-height: 22px;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-decoration: none;
}

ul#navbar li.esp {
	width:5px;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 2px;
	color: #ff9d00;
	}

ul#navbar li ul {float: left;border: 1px solid #aaa;border-bottom: 0;}

ul#navbar li ul li {
	border: 0;
	width: 170px;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #aaa;
	}

ul#navbar ul, ul#navbar li, ul#navbar li a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#navbar li ul li a {
	padding: 2px 0 2px 10px;
	text-decoration: none;
	color: #787878;
	font-weight: bold;
	width: auto;
}

ul#navbar li a {
	padding: 2px;
	text-decoration: none;
	color: #787878;
	font-weight: bold;
	width: auto;
	}
ul#navbar li ul li {font-size: 0.8em;}

ul#navbar a:hover {text-decoration: underline;}

ul#navbar li ul, li a:hover ul ul {display: none;}

ul#navbar li:hover ul, li a:hover li a:hover ul {display: block;}

#lang {
	position: absolute;
	top: 100px;
	left: 680px;
	width: 120px;
	}

#lang img#francais {
	position: relative;
	left: 0;
	}

#lang img#english {
	position: relative;
	left: 10px;
	}

#lang img#espanol {
	position: relative;
	left: 20px;
	}



#left {
	float: left;
	margin-top: 135px;
	width: 225px;
	padding-left: 20px;
	}

#left div {
	margin-bottom: 10px;
	}

#left .cat {
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #ff9d00;
	text-align: left;
	}

#left p {
	margin: 10px 0 10px 10px;
	}

#left ul {
	list-style-type: circle;
	margin-left: 35px;
	}
	
#left ul li a {
	display: block;
	padding-top: 3px;
	padding-left: 5px;
	height: 24px;
	text-decoration: none;
	}
	
#left ul li a:hover {
	font-weight: bold;
	}

#left a {
	text-decoration: underline;
	}

#right {
	position: relative;
	float: right;
	width: 580px;
	margin-top: 135px;
	padding: 15px 25px 25px 25px;
	}

#right h1 {
	margin-bottom: 5px;
	text-align: center;
	font-size: 13pt;
	color: #666;
	}

#right h2 {
	margin: 5px 0;
	font-size: 12pt;
	font-weight: normal;
	color: #333;
	}

#right h1:first-letter, #right h2:first-letter, #right h1 a:first-letter, #right h2 a:first-letter {
	color: #ff9d00;
	}

.bdgrey {
	width: 430px;
	border: 1px solid #ccc;
	margin: 10px auto;
	}

.bdgrey img, .bdgrey2 img {
	margin: 15px;
	}

.bdgrey2 {
	width: 330px;
	border: 1px solid #ccc;
	margin: 10px auto;
	}

.cat {
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.cat h2 {
	text-align: left;
	}

ul#listedrl, #listexpo ul {
	margin-left: 20px;
	}

ul#listedrl li {
	line-height: 22px;
	}
	
ul#listedrl span {
	font-style: italic;
	margin-left: 10px;
}

#footer {
	clear: both;
	position: relative;
	padding: 12px 0 10px 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	font-size: 8pt;
	text-align: center;
	}

#address {
	font-size: 9pt;
	margin-bottom: 5px;
	}

#partners {
	margin-top: 10px;
	}

#copy {
	margin: 10px auto;
	color: #666;
	}
	
#copy a:link, #copy a:visited {
	text-decoration: none;
	color: #ff9d00;
	}