body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #525053;
	background-color: #525053;
	background-image: url('/images/jpg/background.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	}

/* Main Container */
#container {
	width: 700px;
	height: auto;
	position: relative;
	margin: 0px auto 0px 0px;
	padding: 0px;
	}

/* Banner Box */
#banner {
	position: relative;
	top: 2px;
	left: 2px;
	}

/* Links Box */
#links {
	position: absolute;
	top: 155px;
	right: 3px;
	width: 150px;
	height: auto;
	}
#links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#links li {
	margin: 1px;
	}
#links a {
	display: block;
	width: 138px;
	background-color: #CCCCCC;
	background-image: url('/images/gif/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 1px 10px 1px 0px;
	text-decoration: none;
	text-align: right;
	}
#links a:link, #links a:active, #links a:visited {
	color: #FFFFFF;
	font-weight: bold;
	}
#links a:hover {
	color: #BBBBBB;
	background-color: #EEEEEE;
	}

/* Title1 Box */
#title1 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	padding: 5px;
	margin: 0px;
	}

/* Section1 Box */
#section1 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}
#building {
	float: right;
	}

/* Section2 Box */
#section2 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}

/* Authorized Dealer Box */
#authDealer {
	position: relative;
	float: right;
	right: 5px;
	margin: 100px 0px 15px 0px;
	padding: 0px;
	}

/* Sale Box */
#sale {
	position: absolute;
	top: 480px;
	right: 5px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	}

/* Copyright Box */
#copyright {
	position: relative;
	float: left;
	left: 5px;
	width: 525px;
	margin: 100px 0px 15px 0px;
	padding: 0px;
	}

/* Contact1 Box */
#contact1 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}

/* Contact2 Box */
#contact2 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}

/* People1 Box */
#people1 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}

/* People2 Box */
#people2 {
	position: relative;
	float: left;
	top: 9px;
	left: 7px;
	width: 525px;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
	}
.pdiv {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	}
.ppic {
	float: left;
	}

/* Href Styles */
a {
	color: #993300;
	}
a:hover {
	text-decoration: none;
	}