* {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	background: url('images/monogram.png') repeat #000000;
	color: #ffffff;
	font-family: arial,'lucida grande',verdana,helvetica,sans-serif;
	font-size: 12px;
}

#container {
	width: 1151px;
	margin: 0px auto;
	margin-top: 47px;
}

#left {
	float: left;
	width: 204px;
	height: 100%;
	margin-bottom: 0px;
	padding 0;
}

#header {
	float: left;
	width: 862px;
	height: 46px;
	margin-left: 26px;
	margin-right: 29px;
}

#header a {
	display: block;
	float: left;
	height: 46px;
	padding: 0px;
	margin: 0px;
}

#header a:hover {
	height: 46px;
	padding: 0px;
	margin: 0px;
}

a#brands {
	width: 150px;
	background: url('images/brands.png') no-repeat;
}

a:hover#brands {
	width: 150px;
	background: url('images/brands_over.png') no-repeat;
}

a#legacy {
	width: 105px;
	background: url('images/legacy.png') no-repeat;
}

a:hover#legacy {
	width: 105px;
	background: url('images/legacy_over.png') no-repeat;
}

a#lux {
	width: 118px;
	background: url('images/lux.png') no-repeat;
}

a:hover#lux {
	width: 118px;
	background: url('images/lux_over.png') no-repeat;
}

a#cal {
	width: 127px;
	background: url('images/cal.png') no-repeat;
}

a:hover#cal {
	width: 127px;
	background: url('images/cal_over.png') no-repeat;
}

a#news {
	width: 68px;
	background: url('images/news.png') no-repeat;
}

a:hover#news {
	width: 68px;
	background: url('images/news_over.png') no-repeat;
}

a#travel {
	width: 129px;
	background: url('images/travel.png') no-repeat;
}

a:hover#travel {
	width: 129px;
	background: url('images/travel_over.png') no-repeat;
}

a#promotion {
	width: 99px;
	background: url('images/promotion.png') no-repeat;
}

a:hover#promotion {
	width: 99px;
	background: url('images/promotion_over.png') no-repeat;
}

a#contact {
	width: 66px;
	background: url('images/contact.png') no-repeat;
}

a:hover#contact {
	width: 66px;
	background: url('images/contact_over.png') no-repeat;
}

#main {
	float: left;
	width: 862px;
	margin-left: 26px;
	margin-right: 29px;
}

#footer {
	float: left;
	width: 862px;
	margin-left: 26px;
	margin-right: 29px;
}

#sponsors {
	width: 436px;
	margin-left: 227px;
	margin-right: 227px;
}

#copyright {
	width: 917px;
	margin-left: 0px;
	margin-right: 29px;
}

a {
	background-color: inherit;
	text-decoration: none;
	border:none;
}

a:hover {
}

a img {
	border:none;
}
