
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color: #aba191;/*themecolour4$ -1.1%, -20.0%;*/    
}
/*container for the heading and logo graphic*/
#header {
	height: 100px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-color: #d6c1a0;/*themecolour1;*/
	background-image: url(Corvette_page2_files/Corvette_page2_header_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	

}
/*this container holds the right-hand column divs*/
#holderdiv {
	width: 180px;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 210px;
	padding-right: 10px;
	padding-left: 10px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 0;
	background-color: #D6C2A1;/*themecolour4;*/
	background-image: url(Corvette_page2_files/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*this container holds the vertical navbar*/
.navcoldiv {
	margin: 5px 0;
	background-image: url(Corvette_page2_files/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the left-hand column - alternative style*/
.leftcoldiv2 {
	margin: 5px 0 10px;
	color: #a29683;/*themecolour2;*/
	background-color: #d6c1a0;/*themecolour1;*/
	background-image: url(Corvette_page2_files/Corvette_page2_leftcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 5px 0 10px;
	background-color: #d6cab7;/*themecolour4;*/
	background-image: url(Corvette_page2_files/Corvette_page2_rightcol_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*the individual text boxes in the right-hand column - alternative style*/
.rightcoldiv2 {
	margin: 5px 0 10px;
	width: 180px;
	background-color: #d6c1a0;/*themecolour1;*/
	padding: 1px;
}
/*contains and positions the horizontal navbar*/
.hnav {
	margin: 2px 0 0px;
	width:770px;
	background-color: #a29683;/*themecolour2;*/
	padding-left: 0px;
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 24px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #a29683;/*themecolour2;*/
	color: #aba191;/*themecolour4$ -1.1%, -20.0%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6c1a0;/*themecolour1;*/
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #e65f08;/*themecolour6;*/
	text-align: center;
	font-size: 100%;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #a29683;/*themecolour2;*/
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(Corvette_page2_files/Corvette_page2_bg_image.gif);	
}
html>body {margin-left: 0px;        margin-right: 0px; padding-left: 10px;       padding-right: 10px;}
/*sets margins to 0*/  
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 1.3em;
	margin-right: 10px;
}
/*style the heading1 text */
h1 {
	font-size: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6c1a0;/*themecolour1;*/
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(Corvette_page2_files/Corvette_page2_h1_bg.gif);
	background-repeat: no-repeat;
	color: #1c1818;/*themecolour5;*/
	padding-top: 5px;
	background-position: left center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 210px;
	margin-top: 5px;
}
h2 {
	margin: 0 180 5 210;
	background-color: #a29683;/*themecolour2;*/
	font-size: 80%;
	padding: 1px 20px 3px 5px;
	color: #d6c1a0;/*themecolour1;*/
}
h3 {
	margin: 0 10 5 210;
	background-color: #a29683;/*themecolour2;*/
	font-size: 80%;
	padding: 1px 20px 3px 5px;
	color: #1c1818;/*themecolour5;*/
}

<!--head~body h3:only-child, head~body h3:not(:only-child) { margin: 0 10 5 225;}-->
html>body h3 { margin:  0 200 10 225;}

#holderdiv2 h2 {
	background-color: #a29683;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #1c1818;/*themecolour5;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
#holderdiv2 h3 {
	background-color: #a29683;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #d6c1a0;/*themecolour1;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
#holderdiv h2 {
	margin: 0 10 5 0;
	background-color: #a29683;/*themecolour2;*/
    font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #d6c1a0;/*themecolour1;*/
	font-size: 80%;
}
#holderdiv h3 {
	margin: 0 0 5;
	background-color: #a29683;/*themecolour2;*/
    font-size: 80%;
	padding: 3px 0px 3px 10px;
	color: #1c1818;/*themecolour5;*/
	font-size: 80%;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-position: inside;
	list-style-image: url(Corvette_page2_files/Corvette_page2_bullet.gif);
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #000099;/*themecolour4$ 1.8%, 50.2%;*/
}	
a:visited {
color: #FF0000;/*themecolour4$ 1.8%, 50.2%;*/
	
}
a:link:hover {
	color: #d6c1a0;/*themecolour1;*/
	
}
/*defines the style for horizontal dividers*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6c1a0;/*themecolour1;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#clear {
	height: 1px;
}

/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
.style2 {color: #000099}
.style3 {color: #660033}
.style4 {color: #330066}
.style7 {
	color: #003300;
	font-size: 14;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style9 {font-size: 12px}
-->
</style>
