/*  GLOBAL STUFF  */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	position: relative;
	padding: 0;
	width: 800px;
	text-align: justify;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #00528f;
	line-height: normal;
	letter-spacing: 1px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: .1em;
}
h4 {
	padding-top: 2px;
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
	height: 1px;
}
ul {
/*	list-style-type: square; */
}
img {
	border: 0;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

/*  CLASSES  */

input.styled {
	margin: 1px auto;
	padding: 2px 3px;
	background-color: #555555;
	border: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
img.bordered {
	border: #666666 solid 5px;
}

.vehicle img{

}

.vehicle:hover img{
border-color: #000;
border-width: 4px;
}

.vehicle:{
color: #00528f;
}


.float_left {
	float: left;

}
.nav_float_right {
	float: right;
	padding: 0;
	margin: 0;
}

.float_right {
	float: right;
	padding: 0 0 0 8px;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}
.qoute {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	background-color: #444444;
	border: #999999 dashed 1px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.left_line {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	background-color: #333333;
	border-left: solid 4px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 5px 10px;
	background-color: #444444;
}
.article {
	padding: 10px 15px;
	background: #005192;
}
.article .title {
	font-size: 20px;
/*	display: block; */

}
.article .title a:hover {
	background-color: transparent;
	color: #FFFFFF;
}
.article .date {
	margin: 0 -5px 5px -5px;
	padding: 0 6px;
	border-bottom: #666666 solid 1px;
	color: #CCCCCC;
	font-size: 10px;
	display: block;
}

/*  STRUCTURE (in order of appearance)  */


#header .name {
	font-size: 36px;
	letter-spacing: 2px;
}
#header .slogan {
	font-size: 16px;
	letter-spacing: 5px;
}

#content_side {
	width: 200px;
	padding: 15px 10px;
	line-height: 19px;
	float: left;
}
#content_main {
	width: 550px;
	padding: 15px;
	line-height: 19px;
	float: left;
	background-color: #003466;
}

#ebay_object {
	padding: 0 0 15px 0;
}

#content_frmmain {
	width: 550px;
	padding: 15px;
	line-height: 19px;
	float: left;
	background-color: #003466;
}

#content_single {
	padding: 15px;
	line-height: 19px;
}
#footer_clear {
	clear: both;
}
#footer {
	padding: 8px 0 9px 0;
	background-color: #005192;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}
