﻿		#inside_container {
			position: absolute;
			left: 8%;
* html			left: 8%;
			top: 15px;
			height: 640px;
		
			width: 1000px;
			border: solid 2px #CFB52B;
			background-color: #FFFFCC;
			margin-bottom: 500px;
		}
		#content {
			position: absolute;
				left: 183px;
				top: 150px;
			height: 499px;
			width: 815px;
			
			
		}
		#header {
			height: 150px;
			width: 1000px;
			background: url(http://caseydvm.com/goldens/image/banner2.jpg) no-repeat
			
		}
		#footer {
			width: 100%;
			height: 45px;
			background-color: #FFFF99;
			border-top-style: solid;
			border-top-color: #FF9933;
			border-top-width: 1px;

			position: absolute;
				bottom: -90px;
		}
		body {
			margin: 0px;
			padding: 0px;
			text-align: center;
			font-family: sans-serif;
			font-size: 13;
		}
		#left_filler {
			position: absolute;
				top: 356px;
				left: 0px;
			height: 354;
		*	height: 350;		/*IE only. Correcting height mismatch.*/
			width: 182;
			background: url(image/left.jpg) no-repeat
					}
		#left_filler2 {
			position: absolute;
				top: 356;
				left: 0px;
			height: 535;
			width: 182;
			background: url(image/left2.png) no-repeat

		}
		.glossymenu{
			list-style-type: none;
			margin: 0px 0;
			padding: 0;
			width: 182px;
			border: solid 1px #9A9A9A;
			border-bottom-width: 0;
			text-align: left;
			background: url(image/left_filler.jpg) no-repeat

		}
	* html .glossymenu { 			/*IE only. Fixing placement of the menu. */
			list-style-type: none;
			margin: 0px 0;
			padding: 0;
			width: 183px;
			border: solid 1px #9A9A9A;
			border-bottom-width: 0;
			text-align: left;
			position: absolute;
				top: 150px;
				left: 0px;
		}

		.glossymenu li a{
			background: white url(image/glossyback3.jpg) repeat-x bottom left;
			font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
			color: black;
			display: block;
			width: auto;
			padding: 3px 0;
			padding-left: 10px;
			text-decoration: none;
		}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
			width: 181px;
		}

		.glossymenu li a:active{
			color: black;
		}

		.glossymenu li a:visited{
			color: black;
		}

		.glossymenu li a:hover{
			background-image: url(image/glossyback4.jpg);
			color: white;
		}
		.glossymenu p {
			background-color: black;
		}