html {
	width: 100%;
	height: 100%;
	min-height: 100%
}

body {
	height: 100%;
	background: url(../images/gradient.jpg) repeat-x 0 160px;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	position: relative;
}

/* Top Section */

#top-both {
	width: 930px;
	height: 160px;
	position: relative;
	background: url(../images/design-and-studio-logo.gif) no-repeat 105px 70px;
	z-index: 2;
}

#icons {
	float: right;
	position: relative;
	top: 7px;
	margin-right: 20px;
	width: 235px;
	height: 41px;
}

#nav-bar-both {
	width: 930px;
	clear: both;
	position: relative;
	float: left;
	top: 113px;
	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;
}

#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: 665px;
	float: right;
	height: 25px;
	z-index: 1000;
	margin-top: -50px;
	margin-right: 70px;
	position: relative;
	clear: both;
	visibility: visible;
}

/* Bottom Section */

#text-col {
	width: 655px;
	float: right;
	color: gray;
	line-height: 160%;
	position: relative;
	margin-right: 60px;
	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: relative;
	height: auto;
	z-index: 2;
	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;
}



