@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	line-height:18px;
	font-size:12px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}
#container {
	position:relative;
	width:760px;
	margin:0px auto 50px;
	padding:100px 20px 20px;
	background-color:#FFF;
}
#left_col {
	width:370px;
	float:left;
}
#right_col {
	width:370px;
	float:right;
}
.header {
	width:360ppx;
	height:40px;
	padding:5px;
	margin:0;
	background-color:#f4e8d4;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
hr {
	margin:15px 0
}
p {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	font-weight:normal;
}
#footer_outer {
	width:760px;
	margin:0;
	padding:0;
	height:50x;
}
#left_footer {
	width:380px;
	float:left;
}
#right_footer {
	width:380px;
	float:right;
	text-align:right;
}
img {
	border:0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	background:url(../images/bullet.jpg) left no-repeat;
	text-indent:15px;
}
td {
	vertical-align:top;
}
#michelin_logo {
	width:138px;
	height:50px;
	position:absolute;
	background:url(../images/michelin_image.jpg);
	right:20px;
	top:25px;
}
#michelin_logo a {
	width:138px;
	height:50px;
	display:block;
	text-indent:-9999px;
}
