* {margin:0; padding:0; z-index:0;}

html, body {
	height:100%;
	background:#161616;
	}

body {
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	}

#top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	background:url(../subfolder/121_intop.jpg) repeat-x;
	text-align:center;
	}

#clearheader {
	height:200px;
	}

#outer{
	min-height:100%;
	width: 970px;
	margin: 0 auto;
	margin-bottom: -70px;
	}

#left {
	float:left;
	z-index:100;
	left:-1px;
	position:relative;
	text-align:left;
	}

#right {
	float:left;
	right:-1px;
	position:relative;
	text-align:center;
	}

#middle {
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	}

#clearfooter {
	clear:both;
	height:100px;
	}

#footer {
	width:100%;
	clear:both;
	height:70px;
	background: url(../subfolder/121_inbottom.jpg) repeat-x;
	text-align:center;
	position:relative;
	}

/*//////////cosmetics///////////*/

#logo{
	margin: 25px 0 0 0px;
	}

#nav{
	margin: 30px auto;
 	width: 875px;
 	height: 20px;
	}

#home, #about, #design, #services, #press, #contact, #links{
	width: 125px;
	height:20px;
	float: left;
	}

#inleft{
	margin: 30px 0 0 20px;
	width: 500px;
	}

#copy{
	padding: 20px 0 0 12px;
	}
	
#l_divider{
	background: #333333;
	height: 25px;
	}	

#m_divider{
	background: #333333;
	height: 25px;
	width: 90px;
	margin: 30px 0 0 0;	
	}	
	
#imagename{
	padding: 3px 0 0 135px;
	}	
	
/*//////////TYPE SETUP///////////*/

a:link { 	color: #999999; text-decoration: none;}
a:visited { color: #999999; text-decoration: none;}
a:hover { 	color: #FF9900; text-decoration: none;}
a:active { 	color: #999999; text-decoration: none;}

/*subheadline copy*/			
h1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	font-size: 15px;
	font-style:normal;
	font-weight: normal;
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	}
	
/*body copy*/			
h2 {
	color: #CCCCCC;
	letter-spacing: 1px;
	text-align: left;
	line-height: 19px;
	font-size: 12px;
	font-style:normal;
	font-weight: lighter;
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	}
		
/*copyright*/	
h3{
	font-style: normal;
	font-weight:lighter;
	letter-spacing: 1px;	
	font-size: 9px;
	line-height: 14px;
	color:#999999;
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	}

/*small copy*/			
h4 {
	color: #CCCCCC;
	letter-spacing: 1px;
	text-align: left;
	line-height: 19px;
	font-size: 9px;
	font-style:italic;
	font-weight: lighter;
	font-family: Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	}
	
#copyright{
	padding-top: 25px;
	}		