body {
	height: 105%;
	
	margin: 0px;
	color: #999;
	background-color: #FFF;
	background-image: url(images/skodabg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	margin: 90px auto 0px;
	width: 990px;
	border-left: solid #131313 1px; 
	border-right: solid #131313 1px;
	text-shadow:#000;
}
#logo{
	position: absolute;
	margin-left: 822px;
	float: right;
	top: 34px;
}
#logo img, a {
	border: 0px;
}
#mainnav{
	background-image:url(images/navigation.jpg);
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 13px;
	height: 33px;
}
#subnav{
	background-image: url(images/subnav_bg.jpg);
	padding: 0 0 0 17px;
	height: 63px;
	color: #999;
}
#banner{
	margin: 0px;
	line-height: 0px;
}
#content-wrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #0E0E0E;
	padding: 5px 20px 0px 20px;
	margin: 0px;
}
.content{
	margin: 0;
	padding: 0;
	text-align: justify;
	width: 460px;
}
.content-span{
	text-align: justify;
	width: 950px;
}
.content img, .content-span img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	line-height: 0px;
}
.content p {
	margin-top: 0px;
	text-align: justify;
}
.content img {
	text-align: center;
}
#showroomnav{
	background-image: url(images/shownav_bg.jpg);
	background-repeat: repeat-x;
	padding: 7px 0 0 20px;
	height: 23px;
	word-spacing: 10px;
}
#footer{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding: 7px 0 0 0;
	text-align: center;
	height: 24px;
	font-size: 11px;
	color: #666;
	bottom: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color: #FFC;
}
.heading1{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat {
	clear: both;	
}
.comments {
	font-size: 12px;
}
.disclaimer {
	font-size: 13px;	
}
.justifyText {
	text-align: justify;	
}