body{
	background: #FFFFFF;
	font-family: Arial;
	font-size: 0.9em;
}
* html, * html body{
	overflow: hidden;
	margin: 0 0 -25px 0;
	padding: 0 0 25px 0;
} 
#body{
	width: 100%;
	height: 100%;
}
	#top-logo{
		display: block;
		width: 183px;
		height: 90px;
		background: #FFFFFF url(images/bmwLogo-intro.gif) no-repeat top left;
		position: absolute;
		top: 0;
		left: 790px;
		z-index: 1;
		}
			#top-logo a{
				display: block;
				width: 183px;
				height: 90px;
			}
				#top-logo a span{
					display: none;
				}
	#top-left{
		width: 100%;
		height: 60px;
		margin-top: 15px;
		background: #808080;
	}
	#top-left.intro{
		background: #FFFFFF;
		}
		#top-left ul{
			width: 730px;
			height: 20px;
			padding: 10px 0 3px 0;
			margin: 0 0 0 30px;
			list-style: none;
			clear: both;
		}
		#top-left ul.bottom{
			padding: 3px 0 0 0;
			border-top: 1px #FFFFFF solid;
			}
			#top-left ul.bottom li a{
				font-size: 11px;
			}
			#top-left ul li{
				display: inline;
				padding: 0 15px 0 0;
				line-height: 16px;
			}
				#top-left ul li a{
					font-size: 14px;
					color: #FFFFFF;
				}
					#top-left ul li a:hover{
						color: #03195C;
					}
						#top-left ul li a strong{
							font-size: 16px;
							}
	#top-navigation{
		width: 1024px;
		height: 22px;
		background: #FFFFFF;
		border-bottom: 3px #000000 solid;
	}
		#top-navigation.intro{
			width: 100%;
			margin-bottom: -5px;
			padding-bottom: 5px; 
			background: #FFFFFF url(images/intro-gradient.gif) repeat-x bottom left;
			border: none;
		}
		#top-navigation span{
			display: block;
			width: 190px;
			height: 18px;
			padding: 4px 0 0 30px;
			color: #000000;
			font-size: 11px;
			border-right: 1px #BFBFBF solid;
		}
#middle-content{
	width: 1024px;
	height: 100%;
	position: relative;
}
	/* CONTENT TOP IMAGE */
	#content-topImage{
		width: 1024px;
		height: 170px;
		margin-top: -3px;
		border-top: 3px #000000 solid;
		background: #FFFFFF url(images/homeTop-intro.jpg) no-repeat top left;
	}
		#content-topImage img{
			display: block;
		}
	/* CONTENT MIDDLE PART */
	#content-middle{
		width: 1024px;
		height: 100%;
		border-top: 1px #000000 solid;
		}
	/* CONTENT LEFT IMAGE */
	#content-left{
		width: 500px;
		height: 100%;
		padding: 0 0 20px 0;
		border-right: 1px #999999 solid;
		float: left;
	}
		#content-left img{
			width: 500px;
		}
	/* CONTENT MIDDLE AND LEFT COLUMNS */
	.content-column{
		height: 100%;
		padding: 20px 10px 0 10px;
		border-right: 1px #999999 solid;
		float: left;
		}
		.content-column.right{
			border: none;
			}
	/* CONTENT MENU */
	#content-menu{
		width: 220px;
		_height: 430px;
		min-height: 430px;
		background: #FFFFFF url(images/dropper.gif) no-repeat bottom left;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		border-right: 1px #999999 solid;
		border-bottom: 1px #999999 solid;
	}
		#content-menu ul{
			display: inline;
			list-style: none;
		}
			#content-menu ul li{
				display: block;
				padding: 5px 0 5px 30px;
				border-top: 1px #BFBFBF solid;
			}
				#content-menu ul li a{
					color: #4C4C4C;
				}
					#content-menu ul li a:hover{
						color: #003399;
					}
	/* CONTENT BODY */
	#content-body{
		width: 650px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}
		#content-body div{
			margin: 0 20px 0 0;
			padding: 5px 40px 0 35px;
			text-align: left;
			float: left;
		}
		#content-body h2{
			margin: 10px 10px 0 0;
			padding: 10px 40px 0 35px;
			font-size: 1.1em;
			font-weight: bold;
			text-align: left;
		}
		#content-body h3{
			font-size: 1em;
			font-weight: bold;
			text-align: left;
		}
		#content-body p{
			font-size: 0.8em;
			text-align: left;
		}
			#content-body a{
				margin-top: 10px;
				padding: 0 0 0 7px;
				font-size: 0.9em;
				text-decoration: none;
				background: url(images/arrow-grey.gif) no-repeat top left;
				color: #4C4C4C;
			}
				#content-body a:hover{
					color: #003399;
				}
/* FIXED FOOTER */
#bottom-footer{
	width: 100%;
	height: 25px;
	position: fixed;
	background: #FFFFFF;
	border-top: 1px #999999 solid;
	bottom: 0;
	left: 0;
	z-index: 1;
}
* html #bottom-footer{
	position: absolute;
}
	#bottom-footer ul{
		margin: 5px 50px 0 0;
		list-style: none;
		text-align: right;
		float: right;
	}
		#bottom-footer ul li{
			background: #FFFFFF url(images/arrow-grey.gif) no-repeat top left;
			padding: 0 10px;
			float: left;
		}
			#bottom-footer ul li a{
				display: block;
				font-size: 0.8em;
				text-decoration: none;
				color: #4C4C4C;
			}
			#bottom-footer ul li a:hover{
				color: #003399;
			}