﻿* {
margin:0px;
padding:0px;
}

body{
	background-color:black;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#ffffff;
	}
#container {
	width:950px;
	margin:0 auto;
	
}

#title {
	height:203px;
	width:950px;
}


h1 {
	text-indent:-9999px;
	
}

h1 a {
	display:block;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
	height:203px;
	width:950px;
}

a:link	{
	
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color:#ffffff;
	text-decoration:underline;
	
}

a:hover {
	color:#808080;
	text-decoration:none;

}

img {
	border:none;
}

/*NAVIGATION*/
#navigation {
	float:left;
	width:950px;
	height:31px;
	background-image:url('images/nav.jpg');
	background-repeat:no-repeat;
	margin-top:10px;
}


.navlinks li {
	list-style-type:none;
	display:block;
	float:left;
	width:180px;
	text-align:center;
	margin-top:6px;

	
}

.navlinks li a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
}

.navlinks li a:hover {
	color:#808080;
}

/*Main Area*/

#main {
	width:950px;
	height:400px;
	background-image:url('images/main2.jpg');
	background-repeat:repeat-y;
	margin-top:50px;
	
}

#mainsx {
	width: 660px;
	float:left;
	padding-left:10px;
	
}

#maindx {
	width:240px;
	float:right;
}

#footer {
	clear:both;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	margin-top:10px;
	font-size:80%;
	
}

#footer p{
	padding-left:10px;
	padding-bottom:10px;
}


#maincars {
	width:950px;
	background-image:url('images/maincars.jpg');
	background-repeat:repeat-y;
	margin-top:50px;
	text-align:left;
}

#tableposition {
	margin-left:120px;
	padding-top:20px;
}
#advert {
	padding-bottom:20px;
	font-weight:bold;
	font-size:large;
	width:700px;
	text-align:center;
	}
/*Class varie*/

.address{
	
}
.fontsize {
	font-size:120%;
}
.title {
	font-weight:bold;
}
.red {
	color:#FFFF00;
	font-weight:bold;
}

