<style>
			
			body {
				background-color: #efefef;
				font-family: Verdana, Helvetica, Arial, sans-serif;
                    text-align: center;
                    }

			h1 {
				text-align: center; 
				color: #996633; 
				font-size: 1em;
				}
			
			.wrapper {
				width: 1006px;
				height: auto;
				background-color: #ffffff;
				margin-left: auto;
				margin-right: auto;
				min-height: 102%;
				border: 0px solid #0000ff;
                    text-align: left;
                    }
               .headerwrapper {}
			.header {
				float: right;
				width: 700px;
				height: 150px;
				background-image: url("sitestuff/jimco-header.png");
				margin: 0px 0px 0px 0px;
				border: solid 0px #cc0099;
				}
			.headerleft {
				float: right;
				height: 150px;
				width: 150px;
				border: dashed 0px #cc0099;
				background-color: #ffffff;
				}
			.headerright {
				float: right;
				height: 150px;
				width: 150px;
				border: dashed 0px #cc0099;
				background-color: #ffffff;
				}
			.headerright a:link{font-size: .7em;}
			.header a:link {
			color: #ffffff; 
			text-decoration:none;
			font-size: .8em;}
			
			ol {font-size: 1em; font-weight: bolder;}
			li {font-size: 1.1em;}
			p  {font-size: 1.0em; font-weight:normal;}
			ul {margin: 0em 0em .5em 0em;}
			select {margin-left: .5em;}
			
               .centerbodywrapper {height: 102%;}	
			.leftcol { font-size: .8em;
				float: right;
				width: 150px;
				height: 551px;
				margin: 0px 0px 0px 0px;
				border: 0px solid #0000ff;
				background-color: #ffffff;
				background-image: url("sitestuff/showroom-left-col-background.jpg");
				}
			.leftcol p {
				font-size: 1em;
				text-align: left;
				color:#996633;
				padding: 0px 5px 0px 8px;
				margin-top: 5px;
				}
			.leftcol h1 {
				font-size: 1em;
				color:#006600;
				text-align:center;
				margin-bottom: 0px;
				}
			.leftcol a:link {font-size: .85em; color:#006600;}
			.leftcol a:hover{color:#ff0000;}
			.centercol {
				float: right;
				width: 700px;
				height: 102%;
				background-color: #ffffff;
                   	margin: 0px 0px 0px 0px;
				border: solid 0px #00ff00;
				}
			.rightcol {font-size: 1em;
				float: right;
				width: 150px;
				height: 100%;
				background-color: #996633;
				margin: 0px 0px 0px 3px;
				border: solid 0px #ff0000;
				}
			.rightcol a {font-size:.8em;}
			.rightcol a:link {
				font-size: .8em;
				color: #ffffff;
				padding: 0px 5px 0px 5px;
				}
			.rightcol a:visited {color: #00ffff;}
			.rightcol a:hover {color: #ffff00;}
			.rightcol p {
				font-size: .8em;
				color: #ffffff;
				padding: 0px 5px 0px 5px;
				margin-top: 5px;
				}
			.rightcol h1 {
				font-size: .8em;
				color: #ffffff;
				text-align: center;
				}
				
			.footerwrapper {height: auto; clear: both;}
               .footer {
                    clear: both;
				float: right;
				width: 700px;
				height: 150px;
				background-color: #ffffff;
				margin: 0px 150px 0px 0px;
				border: solid 0px #cc0099;
				color: #006600;
				text-align: center;
				}
			
			.footer h1{
				color: #006600; 
				position:relative; top: 0px;
				}
			.footerleft {clear:both;
				float: right;
				height: 150px;
				width: 150px;
				border: dashed 0px #cc0099;
				background-color: #996633;
				color: #ffffff;
				text-align: center;
				font-size: .8em;
				}
			.footerright {
				float: right;
                    margin-bottom:10px;
				height: 150px;
				width: 150px;
				border: dashed 0px #cc0099;
				background-color: #ffffff;
				color: #006600; 
				text-align: center;
				}
			.footerright h1{font-size: .8em;}
			.footerright p{font-size: .8em;}
			.centerit {text-align: center;}
			.required {color:#009933; text-align:right;}
			.encapsulate {}
			form {
				background-color: #fff9c8;
				border: double 2px #009933;
				padding: 10px 15px 10px 15px;
				}
			.submitit{
				text-align: center;
				}
               /*Create a 20x20 pixel gif (circle.gif etc) with a transparent bg in the color of the container*/

               * html #container { /*Apply a has focus error fix for IE6*/
               height: 1%;
               }

               .tl,.tr, .bl, .br {background-color:#996633;} /*Set the span element bg color to container bg color*/

               #container { /*The element with rounded corners*/
               background-color: #811717;
               font-size: 0.75em;
               overflow: hidden;
               }

               .tl {
               	background-image: url(sitestuff/circle.gif);
               	width: 10px;
               	height: 10px;
               	float: left;
               	font-size: 0;
               }
               .tr {
               	background-image: url(sitestuff/circle.gif);
               	background-position: 10px 0px;
               	width: 10px;
               	height: 10px;
               	float: right;
               	font-size: 0;
               }
               .bl {
               	background-image: url(sitestuff/circle.gif);
               	background-position: 0px 10px;
               	width: 10px;
               	height: 10px;
               	float: left;
               	font-size: 0;
               }
               .br {
               	background-image: url(sitestuff/circle.gif);
               	background-position: 10px 10px;
               	width: 10px;
               	height: 10px;
               	float: right;
               	font-size: 0;
               }
		</style>

