@CHARSET "ISO-8859-1";

/*
======================================================================
 Liquid Nails: Small Package Adhesive CSS.
======================================================================
*/

body.smallPkgAdhesive div#my_pageBg_top {
	background: url( '../../img/diy/pageBg_top.jpg' ) no-repeat top left;
}

body.smallPkgAdhesive div#my_pageBg_middle {
	background: url( '../../img/diy/pageBg_middle.jpg' ) repeat-y top left;
}

body.smallPkgAdhesive div#my_column1 {
	float: left;
	width: 135px;
}

body.smallPkgAdhesive div#my_column2 {
	float: right;
	width: 800px;
}

body.smallPkgAdhesive div#my_flashContent {
	min-height: 400px;
}

body.smallPkgAdhesive div#my_intro {
	clear: both;
	background: rgb( 67, 59, 21 );
}

body.smallPkgAdhesive div#my_introContent {
	padding: 10px 20px 20px 150px;
}

body.smallPkgAdhesive div#my_intro h1 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: rgb( 226, 219, 188 );
	border: none;
}

body.smallPkgAdhesive div#my_intro h2 {
	margin-bottom: 0px;
}

body.smallPkgAdhesive div#my_intro p {
	margin-bottom: 0px;
	font-size: 12px;
	color: rgb( 226, 219, 188 );
}

