p {
	font-size: 18px;
	font-family: calibri, arial, sans-serif;
	color: white;
	text-align: left;
	}
	
h1 {
	font-size: 36px;
	font-family: calibri, arial, sans-serif;
	color: white;
	text-align:center;
	}

	
h2 {
	font-size: 18px;
	font-family: calibri, arial, sans-serif;
	color: white;
	text-align:center;
	}

h2.vehicleMake {
	font-size: 30px;
	font-family: calibri, arial, sans-serif;
	color: white;
	text-align:center;
	}
	
a, a:hover, a:visited{
	color: orange;
	} 
	
table, tr, td {
	text-align: center;
	margin-top: 0;
	margin-left: auto;
    margin-right: auto;
	margin-bottom; 0;
	vertical-align: top;
	}
	
#additionalInfo {
	background:url('http://www.huntingtonchevy.com/images/bullet-point-2.png');
	background-repeat: no-repeat;
	background-position: 10px 0px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	line-break: strict;
	
	
}

#vehicleName {
	display: block;
	font-size: 20px;
	text-align: left;
	
}

#box
{
	width: 80%;
	height: 80%;
	background: #FFF;
	border: none;
	text-align: center;
	position: absolute;
	margin-left: -75px;
	margin-top: -75px;
	left: 15%;
	top: 15%;
	z-index: 20;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}



.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.2;
    opacity:.20;
    filter: alpha(opacity=20);
}

.LB-white-content {
    display: none;
    position: fixed;
    width: 50%;
    height: 200px;
    padding: 20px;
    margin: 20% 25%;
    border: 1px solid #666;
    background-color: #fff;
    z-index:1002;
}

a#close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -12px;
    left: -12px;
    background: url(images/close.png) 0 0;
}

a#close:hover {
    background: url(images/close.png) 0 -30px;
} 

img.vehicle {
	float:right;
	border:2px;
	border-color:red;
	border-style:solid;
	padding: 20px;
	margin:15px;
	text-align:center;
	height:400px;
	width:600px;

}
