* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%; /* konqueror background color */
}
body {
	background-color: #5C5750;
	padding-top: 67px;
}
body,
a.next {
	color: #ffffff;
}
a.next {
    background-color: inherit;
}
.no-css {
	display: none;
}
ul li {
	list-style-type: none;
}
#container {
	margin: auto;
	width: 807px;
	background: url(img/interiordesign.jpg) no-repeat right 17px;
	position: relative;
}
#container .content {
	background-color: #38342f;
	color: inherit;
	height: 305px;
	width: 273px;
	padding: 30px 24px 5px 28px;
	overflow: auto;
}
.content a:hover {
	text-decoration: underline;
}
/* headings */
h1 {
	text-indent: 40px;
	padding-top: .8em;
	padding-bottom: .4em;
	color: #e3dfd6;
	text-align: center;
	background-color: #473526;
	position: absolute;
	left: 0;
	width: 100%;
	top: 407px;
}
q {
	display: block;
}
a.back,
a.next {
	padding-right: 21px;
	background: url(img/icon/next.gif) no-repeat right 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	min-height: 14px;
	text-transform: capitalize;
	position: absolute;
	top: 310px;
	right: 504px;
}
a.back {
	background-image: url(img/icon/back.gif);
	background-position: left;
	left: 60px;
	width: 40px;
}
a.back:hover {
	text-decoration: none;
}
/* Costume Design */
#costumedesign #container {
	background-image: url(img/costumedesign.jpg);
	background-position: left 17px;
}
#costumedesign .content {
	margin-left: 171px;
	width: 281px;
}
#costumedesign h1,
#contact h1 {
	background-color: #563D27;
	color: #e8e2d6;
}
#costumedesign a.next {
	right: 325px;
}
#costumedesign a.back {
	right: 513px;
	left: auto;
}

/* Branding & Imaging */
#branding-imaging #container {
	background-image: url(img/branding-imaging.gif);
	background-position: left 17px;
}
#branding-imaging .content {
	float: right;
}
#branding-imaging h1 {
	background-color: #604B38;
	color: #e5e2df;
}
#branding-imaging a.next {
	right: 22px;
}
#branding-imaging a.back {
	right: 210px;
	left: auto;
}
/* Contact */
#contact #container {
	background-image: url(img/contact.jpg);
	/* background-position: 480px 17px;*/
	background-position: 504px 17px;
}
#contact #container .content {
	background-color: transparent;
	margin-left: 200px;
}
#contact #menu li a {
  /* width: 240px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; */
}
/* Portfolio */
#interiordesign.portfolio #container,
#costumedesign.portfolio #container,
#branding-imaging.portfolio #container {
	background-image: none;
} 
.portfolio #container .content {
	background-repeat: no-repeat;
	background-position: 14px 17px;
	padding-left: 78px;
	width: 223px;
}
.portfolio .thumbnails {
	position: absolute;
	top: 16px;
	padding-left: 1px;
	padding-top: 1px;
	left: 13px;
}
.portfolio .thumbnails .thumbnail {
	margin-bottom: 12px;
}
.portfolio .thumbnails .thumbnail,
.portfolio .thumbnails img {
	display: block;
}
.portfolio .thumbnails a:hover,
.portfolio .thumbnails strong.thumbnail {
	border: solid 1px #efab50;
	position: relative;
	top: -1px;
	left: -1px;
	margin-bottom: 10px;
}
#costumedesign.portfolio #container .content {
	width: 231px;
}
#container img.portfolio {
	position: absolute;
	right: 0;
	top: 17px;
}
#costumedesign.portfolio .thumbnails {
	left: 184px;
}
#costumedesign #container img.portfolio.one-of-two,
#branding-imaging #container img.portfolio {
	left: 0;
	width: 171px; /* firefox needs height and width... */
	height: 323px;
}
#branding-imaging #container img.portfolio {
	width: 482px;
}
#branding-imaging.portfolio .thumbnails {
	left: 495px;
}
