#wrapper {
width:60%;
  margin-left: 20%;
text-align: left;
font-family: 'Metrophobic', sans-serif;
 background-color:#f2f2f2;
padding: 30px;
 display:inline-block;
border: 1px solid #BDBDBD;
	text-align: center;
}

nav{
    background-color: lightgray; 
    text-align: center;
	padding: 20px;
	margin:auto;
}

p{
	text-align: left;
	margin-left: 40%;
}

a.toplinks{
  font-family: 'Metrophobic', sans-serif;
  padding: 20px;
  color: white;
 text-decoration: none;
  font-weight: bold;
}

a.toplinks:hover {
    background-color: #111;
}

#cargallery{
	display: inline-block;
	width: 50%;
}
img.audi{
	width: 500px;
	height: 239px;
}

img.bmw{
	width: 500px;
	height: 239px;
}
img.benz{
	width: 500px;
	height: 239px;
}
img.cruze{
	width: 500px;
	height: 239px;
}
img.focust{
	width: 500px;
	height: 239px;
}
img.jetta{
	width: 500px;
	height: 239px;
}
img.mazda{
	width: 500px;
	height: 239px;
}
img.ram{
	width: 500px;
	height: 239px;
}
img.redcruze{
	width: 500px;
	height: 239px;
}

input[type=text], select {
    
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	
}

input[type=email], select{
	  
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	
}

input[type=password], select{
	   
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
