body{
	font-size: large;
	}
p {
	padding: 0% 1% 0% 1%;
	}

.contentleft {
	float: left;
	border: 3px none red;
	background-color: transparent;
	width: 30%;
	margin: 0% 1%;
	padding: 0px 0px;
	text-align: center;
	}
.content {
	float:right;
	position: relative;
	border: 3px none red;
	background-color: transparent;
	width: 60%;
	margin: 0% 2%;
	padding: 0px 0px;
	text-align: center;
	}
img.top_moving_pic {
	text-align: center;
	width: 150px;
	margin: 0% 40%;
	}
img.direct {
	text-align: center;
	height: 75px;
	width: 75px;
	border: thin solid #00008b;
	}
img.sales {
	text-align: center;
	width: 50px;
	border: thin solid #00008b;
	}
img.intro {
	text-align: center;
	width: 250px;
	border: thin solid #00008b;
	}
img.heading {
	width: 170px;
	vertical-align: middle;
	}
img.headerpic {
	width: 85%;
	}
table {
	width: 90%;
	border: thin none #0000ff;
	background-color: transparent;
	margin: 0% 0%;
	}
caption {
	width: 90%;
	color: #dc143c;
	}
th {
	width: 90%;
	font-weight: bold;
	color: #dc143c;
	text-decoration: underline;
	}
tr {
	width: 90%;
	vertical-align: top;
	}
td {
	width: 50%;
	border: thin solid #0000ff;
	font-size: small;
	}

