#wrapper {
	width:900px;
	margin: 0 auto;
}

#header {
	width:900px;
	height:125px;
}

#navigation {
	width:900px;
	height:40px;
	background-image: url('/media/images/mobile_auto_02.jpg');	
}

#content {
	width:860px;
	min-height:350px;
	background-color:#FFF;
	padding: 20px;
	overflow: hidden;
	line-height: 1.5;
}
#contenthome {
	width:900px;
	min-height:350px;
	background-color:#FFF;
	overflow: hidden;
	line-height: 1.5;
	background-image:url('/media/images/mobile_auto_homepage.jpg');
}

#content ul, #content ol {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	width:900px;
	height:120px;
	background-image: url('/media/images/mobile_auto_04.jpg');
	color: #cccccc;
	text-align: center;
}
#footerleft, #footerright {
	font-size: 24px;
	font-weight: normal;
	padding: 10px 20px 60px 20px;
}
#footerleft {
	float: left;
	font-weight: bold;
	font-size: 26px;
}
#footerright {
	float: right;
}
#footer a {
	color:#CCC;
}


