html {
	width: 100%;
	height: 100%;
	min-height: 100%
}
body {
	height: 100%;
	background: url(../images/gradient.jpg) repeat-x 0 130px;
}
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	position: relative;
}
/* Top Section */

#top {
	width: 930px;
	height: 130px;
	position: relative;
	background: url(../images/chameleon-design-logo.gif) no-repeat 50px 20px;
	z-index: 2;
}
#top-studio {
	width: 930px;
	height: 130px;
	position: relative;
	background: url(../images/studio-chameleon.gif) no-repeat 20px 20px;
	z-index: 2;
}
#icons {
	float: right;
	position: relative;
	top: 7px;
	margin-right: 80px;
	width: 235px;
	height: 41px;
}
#nav-bar {
	width: 930px;
	clear: both;
	position: relative;
	float: left;
	top: 83px;
	padding-top: 6px;
	z-index: 3;
}
#nav-bar-both {
	width: 930px;
	clear: both;
	position: relative;
	float: left;
	top: 103px;
	padding-top: 6px;
	z-index: 3;
}
/* Mid Section */

#mid {
	width: 950px;
	clear: both;
	position: relative;
	top: 50px;
	background: url(../images/shadow.jpg) no-repeat 50px 326px;
	z-index: 2;
	height: 500px;
}
#mid-sub {
	width: 930px;
	clear: both;
	position: relative;
	top: 50px;
	z-index: 2;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 20px;
	height: auto;
	float: left;
}
#left-nav {
	width: 160px;
	float: left;
	height: auto;
	clear: left;
	position: relative;
	top: 15px;
	z-index: 3;
	margin-right: 24px;
	text-align:right;
	text-decoration:none;
}

#left-nav ul li {
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	font-size:10px;
	text-decoration:none;
	font-family:Lucida Grande, Lucida Sans, sans-serif, helvetica;
	font-weight:bold;
	color:#656620;
	text-align:right;
	line-height:20px;
}
#left-nav ul li a:link {
	list-style-type:none;
	list-style-image:none;
	list-style:none;
	font-size:10px;
	text-decoration:none;
	border-bottom:0px;
	font-family:Lucida Grande, Lucida Sans, sans-serif, helvetica;
	font-weight:bold;
	color:#656620;
	text-align:right;
	line-height:20px;
}
#left-nav ul li a:hover {
	text-decoration:none;
	border-bottom:0px;
	color:#656620;
}
#left-nav ul li a:visited {
	text-decoration:none;
	border-bottom:0px;
	color:#656620;
}
#flash {
	width: 665px;
	margin-right: 60px;
	float: right;
	background-color: white;
	padding: 8px 10px 10px;
	height: 470px;
	z-index: 4;
	margin-bottom: 20px;
	position: relative;
}
#portfolio {
	width: 810px;
	background-color: white;
	padding: 8px 10px 10px;
	height: 470px;
	z-index: 4;
	margin-bottom: 20px;
	position: relative;
}
#bottom-nav {
	width: 675px;
	float: right;
	height: 25px;
	z-index: 1000;
	margin-top: -42px;
	margin-right: 70px;
	position: relative;
	clear: both;
	visibility: visible;
}
/* Bottom Section */

#text-col {
	width: 675px;
	float: right;
	color: gray;
	line-height: 160%;
	position: relative;
	margin-right: 20px;
	padding-left: 185px;
	background: url(../images/chameleon-faded.jpg) no-repeat 50px 20px;
	z-index: 3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#bottom {
	width: 900px;
	clear: both;
	position: static;
	height: auto;
	z-index: 3;
	float: left;
}
#footer1 {
	width: 745px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	text-align: center;
	clear: both;
}
#footer2 {
	width: 900px;
	float: right;
	font-size: 9pt;
	color: gray;
	position: relative;
	z-index: 3;
	padding-top: 5px;
	height: auto;
	text-align: center;
	clear: both;
}
/* image spacing */

.img-top {
	margin-top: 10px;
}
.img-right {
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-left {
	margin-bottom: 10px;
	margin-right: 10px;
}
.img-bottom {
	margin-bottom: 10px;
}

