body {
	background-image: url(images/backgroundtile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	color: #eeeeee;
	background-color: #000077;
	padding-left: 270px;
	padding-right: 15px;
	padding-top: 288px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(images/carcosmeticslogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 770px;
	height: 278px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	padding-left: 52px;
	padding-top: 39px;
}
#header img {
	width: 354px;
	height: 206px;
	border: none;
	filter: blendTrans(duration=3);
}

h1 {
	font-size: 14pt;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 12pt;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
}
p {
	margin-top: 0px;
	font-size: 10pt;
	line-height: 1.6em;
	font-weight: bold;
}
a {
	margin-top: 0px;
	font-size: 10pt;
	line-height: 1.6em;
	font-weight: bold;
	color: #eeeeee;
}
a:hover {
	color: #FFFF00;
}
ul {
	margin-top: 0px;
	font-size: 8pt;
	line-height: 1.6em;
	font-weight: bold;
	list-style-type: square;
}
#rightpics {
	float: right;
	width: 240px;
}
#rightpics img {
	width: 100px;
	height: 75px;
	border: 5px solid #eeeeee;
	/*  */margin: 5px;
}

#menu {
	display: block;
	position: absolute;
	z-index: 15;
	right: 5px;
	/* left: 488px; */
	top: 7px;
	/* text-align: right; */
	bottom: 27px;
}
#menu a {
	font-size: 8pt;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: underline;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	margin-right: 15px;
	padding-right: 14px;
	white-space: nowrap;
}
#menu a:hover {
	color: #FFFF00;
	background-image: url(images/menuhover.gif);
}

#contact {
	position: absolute;
	display: block;
	left: 0px;
	top: 278px;
	z-index: 10;
	width: 220px;
	height: 200px;
	background-image: url(images/approvedpaintandbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: medium;
	border-right-style: dotted;
	border-right-color: #0000A8;
	padding-top: 140px;
	padding-left: 25px;
	padding-bottom: 25px;
}
#contact h4 {
	font-size: 12pt;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
}
#contact p {
	margin-top: 0px;
	font-size: 8pt;
	line-height: 1.6em;
	font-weight: bold;
}
#contact a {
	margin-top: 0px;
	font-size: 8pt;
	line-height: 1.6em;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: underline;
}

.footer {
	position: absolute;
	display: block;
	left: 0px;
	top: 690px;
	z-index: 10;
	width: 220px;
	padding-bottom: 20px;
	text-align: center;
	padding-right: 25px;
	font-size: 7pt;
	line-height: 1em;
	color: #eeeeee;
	text-decoration: none;
	font-weight: normal;
}
.footer:hover {
	color: #eeeeee;
}

form {
	background-image: url(images/formmask.png);
	padding: 25px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	color: #eeeeee;
	border: 1px solid #000064;
}
form label {
	clear: both;
	margin-top: 0px;
	font-size: 10pt;
	line-height: 1.2em;
	font-weight: bold;
	float: left;
	color: #eeeeee;
	width: 50%;
	margin-bottom: 15px;
}
.setwidth1{
	width: 40%;
}
.setwidth2{
	width: 60px;
}
.setwidth3{
	width: 90%;
}
.setwidth4{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	display: block;
}