#wrapper {
	margin: auto;
	width: 780px;
}
#table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 4px ridge #000000;
	width: 768px;
}
.header {
	text-decoration: none;
	padding: 5px;
	color: #FF0000;
}
.header h2 {
	font-style: italic;
	text-align: left;
	padding-left: 25px;
}

.header h1 {
	margin-bottom: 15px;
	font-size: 36px;
	margin-left: 20px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-image: url(Images/truck_backgroung.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 15px;
	padding: 0px 10px 0px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	font-size: 14px;
	vertical-align: top;
}

.content h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	line-height: 1.25em;
	text-align: center;
}
.content h2 {
	font-size: 24px;
}


.content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.content_table {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}
.content_table td {
	margin: 0px;
	padding: 20px 10px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 5px;
}

.sidebar_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	padding: 15px;
	width: 180px;
	line-height: normal;
}
.sidebar_menu a:link {
	color: #FF0000;
	text-decoration: none;
}
.sidebar_menu p {
	line-height: .9em;
}

.sidebar_menu a:visited {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.sidebar_menu a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
}
.copyright {
	font-size: 90%;
	font-weight: bolder;
	text-align: center;
}
.content a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #CCCCCC;
}
.sidebar_menu ul {
	margin: 25px 0px 0px 15px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 18px;
	line-height: 1.5em;
}
.sidebar_menu li {
	line-height: 1em;
	padding: 5px;
}
