@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

#wrapper {
	width: 1024px;
	height: 220px;
	margin: 0 auto; /*Center wrapper on page*/
	margin-top: 0px;
	text-align: left;
	padding-top: 430px;
	background-image: url(../images/Richard-williams-porsche.jpg);
	background-repeat: no-repeat;
}
.lefttx{
	width: 360px;
	height: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display :inline;
}

.lefttx a:link, .lefttx a:visited, .lefttx a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.lefttx a:hover {
    color: #FF9C00;
	text-decoration: none;
}
.boldwhite {
	font-weight: bold;
}

.boldor {
	font-weight: bold;
	color: #FF9C00;
}
.smallwhite {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9C00;
	padding-top: 5px;
	display: block;
}
.smallwhite a:link, .smallwhite a:visited, .smallwhite a:active {
	color: #FF9C00;
	text-decoration: none;
}
.smallwhite a:hover {
    color: #FFFFFF;
	text-decoration: none;
}

#righttx{
	width: 260px;
	height: auto;
	margin-left: 280px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 60px;
	float: left;
}
a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
    color: #FF9C00;
	text-decoration: none;
}
