html, body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1024px;
	margin: auto;
}

.clear-it {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display:block;
}

a {
  outline: none;
}

/*********** Nav ************/

#nav {
	width: 186px;
	float: left;
	display: inline;
	margin: 0 0 0 87px;
	padding: 0;
}

#nav-top {
	width: 186px;
	height: 178px;
	margin: 0 0 7px 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
	color: #993300;
	font: bold 14px/16px courier new, serif;	
}

#nav li {
	margin: 0 0 15px 15px;	
}

#nav li li {
	margin: 0 0 0 35px;
	font: 12px/14px courier new, serif;
}

#nav ul a:link, #nav ul a:visited {
	color: #993300;
	text-decoration: none;	
}

#nav ul a:hover {
	color: #000000;
}

/*********** Home ************/

body.h {
	background: #d4ccbf url(../images/bg-home.jpg) top center no-repeat;	
}

#wrapper-h {
	width: 1081px;	
}

#content-h {
	width: 808px;
	height: 534px;
	float: left;
	display: inline;	
}

#pad-h {
	clear: both;
	height: 70px;
}

/*********** Show ************/

#show {
	width: 390px;
	padding: 0 15px 0 15px;
	font: 12px/17px courier new, serif;	
}

#show a:link, #show a:visited {
	color: #000000;
	text-decoration: none;
}

#show a:hover {}
 
#show .red {
	color: #660000;	
	font-weight: bold;
}

/*********** Studio ************/

body.s {
	background: #d4ccbf url(../images/bg-home.jpg) top center no-repeat;	
}

#wrapper-s {
	width: 1124px;	
}

#content-s {
	width: 851px;
	height: 561px;
	float: left;
	display: inline;	
	background: url(../images/content-studio.jpg) top left no-repeat;
}

#pad-s {
	clear: both;
	height: 43px;
}
 
#wrapper-s #show {
	display: none;
}

/*********** Charlie ************/

body.c {
	background: url(../images/bg-c2.jpg) repeat;	
}

#wrapper-c {
	width: 1124px;	
	height: 649px;
	background: #b1bd97 url(../images/bg-c.jpg) top left no-repeat;	
}

#content-c {
	width: 851px;
	height: 561px;
	float: left;
	display: inline;
	background: url(../images/content-c.jpg) top left no-repeat;	
}

#links-c {
	width: 851px;
	margin: 0 0 0 273px;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
}

#links-c a:link, #links-c a:visited {
	font: bold 21px/24px courier new, serif;
	color: #a55529;
	text-decoration: none;	
}

#links-c a:hover {
	
}

#pad-c {
	clear: both;
	height: 18px;
}

#wrapper-c #show {
	display: none;
}

/*********** Alison ************/

body.a {
	background: #fbf5e7 url(../images/bg-a.jpg) top left no-repeat;	
}

#wrapper-a {
	width: 1124px;	
}

#content-a {
	width: 851px;
	height: 561px;
	float: left;
	display: inline;
	background: url(../images/content-a.jpg) top left no-repeat;	
}

#links-a {
	width: 851px;
	margin: 0 0 0 273px;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
}

#links-a a:link, #links-a a:visited {
	font: bold 21px/24px courier new, serif;
	color: #a55529;
	text-decoration: none;	
}

#links-a a:hover {
	
}

#pad-a {
	clear: both;
	height: 18px;
}

#wrapper-a #show {
	display: none;
}

/*********** Footer ************/

#footer {
	width: 872px;
	height: 24px;
	margin: 0 0 10px 87px;
}
