body {
	margin:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	background:#f3f3f3;
}

body p {
	margin:0;
	padding:0;
}

body ul {
	margin:0 0 0 20px;
	padding:0;
}


#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;

}

#auto {
	width:780px;
	min-height:600px;
	float:left;
}


#top-section {
	width:780px;
	height:405px;
	background:url(../images/bg-repeat.png) top left repeat-x;
}

#logo {
	float:left;
	width:780px;
	height:134px;
	text-align:right;
	
}

#comp-section {
	width:357px;
	height:198px;
	float:left;
	padding:45px 0 0 38px;
}

#mobil-section {
	width:257px;
	height:198px;
	float:left;
	padding-left:90px;
}


.body-section {
	width:780px;
	min-height:400px;
	float:left;
	background:#fff;
}

.top-line-left {
	width:510px;
	height:90px;
	float:left;
	padding-left:10px;
}

.top-line-right {
	width:250px;
	height:90px;
	float:left;
	padding-left:10px;
}

.head-font {
	font:bold 16px Arial;
	color:#2f2f2f;
}


.sameclass {
	width:250px;
	min-height:200px;
	padding-left:10px;
	float:left;
}


#footer {
	width:772px;
	height:60px;
	float:left;
	padding:60px 4px 0;
	font:normal 11px Arial;
	color:#c97100;
	background:#fff;
}

.bold-underline {
	font-weight:bold;
	text-decoration:underline;
}

a.link {
	font:normal 11px Arial;
	color:#0099af;
}

.margin-top-6 {
	margin-top:6px;
}

.margin-top-10 {
	margin-top:10px;
}

.margin-top-20 {
	margin-top:20px;
}