	#top-nav {
	background: url(images/top-nav-bg.gif) repeat-x;
	height: 25px;
	line-height: 23px;
	}

	#decophoto {
	float: left;
	display: block;
	width: 498px;
	height: 239px;
	border-right: 1px solid #fff;
	}
	
	#side-nav {
	float: right;
	width: 261px;
	}
		#side-nav ul {
		list-style: none;
		}
			#side-nav ul li {
			color: #8C6600;
			width: 241px;
			padding: 10px;
			}
			#side-nav ul li.one {
			background: url(images/nav-grad-1.gif) no-repeat;
			height: 57px;
			border-bottom: 1px solid #fff;
			}
			#side-nav ul li.two {
			background: url(images/nav-grad-2.gif) no-repeat;
			height: 58px;				
			border-bottom: 1px solid #fff;
			}
			#side-nav ul li.thr {
			background: url(images/nav-grad-3.gif) no-repeat;
			height: 62px;	
			}
				#side-nav ul li .sidetitle {
				display: block;
				font: bold 1.35em/.8 "Lucida Grande", Arial, "Trebuchet MS", Sans-Serif;
				color: #fff;
				margin-bottom: 5px;
				}
	
	#index-links {
	background: url(images/bottom-grad.gif) repeat-x;
	clear: both;
	width: 100%;
	height: 148px;
	}
		#index-body-left {
		background: url(images/index-links-left.gif) no-repeat scroll left top;
		float: left;
		width: 498px;
		}
			.leftdeco {
			display: block;
			float: left;
			padding: 38px 0 0 30px;
			}
			.index-links-body {
			float: left;
			list-style: none;
			margin: 20px 0 0 20px;
			font-weight: bold;
			}
				.index-links-body li {
				margin-bottom: 10px;
				}
					.index-links-body li ul {
					font-weight: normal;
					list-style-image: url(images/bullet.gif);
					padding-left: 20px;
					}
						.index-links-body li ul li {
						margin-bottom: 0;
						}
							.index-links-body li ul li a {
							color: #000;
							}
							.index-links-body li ul li a:hover {
							color: #EF6262;
							}
							
		#index-body-right {
		background: url(images/bottom-grad-green.gif) repeat-x scroll right top;
		float: right;
		width: 241px;
		height: 148px;
		padding: 20px 10px 10px 10px;
		text-align: left;
		border-left: 1px solid #fff;
		}
			#index-body-right h2 {
			margin-bottom: 5px;
			}
			#index-body-right p {
			font-size: .9em;
			}
			#index-body-right a {
			color: #000;
			}
			
	#footer {
	clear: both;
	width: 100%;
	font-size: .8em;
	text-align: center;
	color: #999;
	padding-top: 15px;
	}
