/* CSS Document */
/* This is the master style sheet for this site.*/

/*Red=#CC0000, Dark Blue-#00386b or #003366, Light Blue=#C0DFFD, Royal Blue=#3300FF*/
body {

	background-color: #C0DFFD;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
}
h1 {

	font-size: 18px;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;
}

h2 {

	font-size: 16px;
	text-decoration: bold;
}

p {

	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
}

p.footer {
	font-size: .5em;
	font-weight: bold;
	text-align: center;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFF66;
}

a:hover {
	color: #003366;
}

a:active {

}

.list {
	font-size:10px
	font-family: Arial, Helvetica, sans-serif;
}

.list a {
	color: #3300ff;
	text-decoration: underline;
	font-weight: bold;
}

#header {
	background-color: #00386b;
	border-bottom: 1px #000000 solid;
}
#header p {
	font-size: .6em;
}
#lefthead {
	height: 125px;
	width: 525px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;

}
#lefthead img {
	margin-top: 30px;
	margin-left: 15px;
}
#righthead {
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 515px;
	text-align: center;
	width: 485px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomhead {
	background-color: #CC0000;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
	color: #FFFFFF;
}
#content {
	position: absolute;
	left: 0px;

}
#leftCol {
	float: left; 
	width: 150px; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}
#rightCol{ 
margin: 0px 0px 0px 180px; 
} 
#maincontent {
	position: absolute;	
	padding: 10px;
	left: 160px;
	width: 800px;
}
.headTitle1 {
/*Sundby's*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #ede0d0;
	letter-spacing: .1em;
}
.headTitle2 {
/*Trailer Sales*/
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: .1em;
}
.headTitle3 {
/*Slogan*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	font-size: 12px;
	letter-spacing: .3em;
}
