
		body {
			background:#ddf3fd url(/images/bckgrnd.gif) top left repeat-x;
			text-align:center;
			font-family: arial, helvetica, sans-serif;
		}
		p {
			margin-bottom: 10px;
		}
		div#container {
			width:702px;
			margin:0 auto;
			font-size:.8em;
			line-height: 1.4em;
		}
		h1 {
			width:702px;
			height:150px;
			overflow:hidden;
			text-indent: -9999px;
			background: transparent url(/images/logo.gif) center center no-repeat;
		}
		div#whitebox {
			border:1px solid #d2e7f0;
			border-bottom-color:#bdd0d8;
			background:#fff;
		}
		div#navigation {
			background:#62a460;
			height:40px;
			text-align:center;
			overflow:hidden;
		}
		
		div#navigation img {
			padding:14px 10px;
		}
		div#navigation img:hover {
			background:#84b883;
		}
		div#navigation img.hover {
			background:#84b883;
		}
		div#left {
			float:left;
			width:164px;
			margin-bottom:20px;
		}
		div#sidebartext {
			color:#5c5c5c;
			font-size:.9em;
			line-height:1.2em;
			text-align:left;
		}
		div#right {
			float:left;
			width:460px;
			padding-left:20px;
			padding-bottom:20px;
			text-align:left;
			
		}
		div#right img {
			background:#fff;
			border-color:#e2e2e2;
			border-top-color:#f4f4f4;
			border-bottom-color:#cecece;
			border-style: solid;
			border-width:1px 1px 1px 1px;
			padding:5px;
		}
		img#sculpture {
			background:#fff;
			border-color:#e2e2e2;
			border-top-color:#f4f4f4;
			border-bottom-color:#cecece;
			border-style: solid;
			border-width:1px 1px 1px 1px;
			padding:5px;
		}
		img#viewmore {
			margin:10px 0 10px 0;

		}
		div#contactinfo {
			font-size:.75em;
			text-align:center;
			padding:10px;
			color:#5c5c5c;
			font-weight:bold;
		}
		h2 {
			color:#62a460;
			font-size:2.5em;
			letter-spacing:-.08em;
			line-height:1em;
			font-weight:bold;
			margin-bottom:5px;
		}
		h3 {
			font-size:1.5em;
			letter-spacing:-.08em;
			line-height:1em;
			margin:0;
		}
		.notice {
			color:#e8683b;
			font-size:1.5em;
			margin-top:60px;
		}		
		.pad20 {
			padding:20px;
		}
		a,
		a:link,
		a:active,
		a:visited {
			color:#62a460;
			text-decoration:underline;
		}
		a:hover {
			color:#43bcf1;
			text-decoration:none;
		}
		a.navhere {
			text-decoration:none;
			color:#5c5c5c;
		}
		
		input,
		select,
		textarea {
			font-family:arial, helvetica, sans-serif;
		}
		
		input.styled,
		textarea.styled {
			border:1px inset #ccc;
			padding:2px;
			margin:2px;
			width:auto;
		}
		input.bttn {
			padding:4px;
			background:#e8683b;
			color:#fff;
			font-weight:bold;
			border:3px double #fff;
		}
		ul {
			margin-left:20px;
		}
		li {
			margin-bottom:4px;
		}
		.clearfix:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}

		.clearfix {display: inline-block;}

		/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
		/* End hide from IE-mac */