body {	
	background-color: white;
    background-attachment: fixed;
	background-image: url(../graphics/bkgd.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

h4 {
	font-size: 16px;
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h5 {
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
}

/*** The <span> is necessary to avoid background color ***/
/******* across the entire width of the <h4> tag  ********/
h4 span {
	background-color: #FFCC00;
	padding: 2px 4px 2px 4px;
	position: relative;
	left: -7px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/* Please note that NN7.1 Mac and Safari */
/* justify all the way to the parent tag */
/*  regardless if there are margins and  */
/*               or padding              */
.category {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

.justify {
	font-size: 14px;
	text-align: justify;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

/************* Layout Div Tags *****************/
/** Maximized for 800 x 600 screen resolution **/
/******** for a 760 x 420 browser window *******/
/*** to prevent scrolling on a small monitor ***/

#header {
	position: absolute;
	display: block;
	top: 0; left: 0;
	height: 38px;
	margin: 0;
	padding: 0;
    
}

#content {
	position: absolute;
	display: block;
	top: 38px;
	left: 0px;
	margin-top: 60px;
	/* absolute from top at 38px and margin-top 60px **/
	/** makes content layer appear 98px from the top **/
	width: 760px;
	height: 339px;
	z-index: 1;
}

#interiorContent {
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 300px;
	height: 100px;
	padding: 0px 10px 20px 20px;
	vertical-align: text-top;
	overflow: hidden;
}

#interiorLogo {
	display: block;
	position: absolute;
	top: 135px;
	left: 0px;
	width: 300px;
	height: 100px;
	padding: 0px 10px 20px 20px;
	vertical-align: text-top;
	overflow: hidden;
}

#slideContent {
	display: block;
	position: absolute;
	top: 260px;
	left: 0px;
	width: 760px;
	height: 125px;
	vertical-align: text-top;
	overflow: hidden;
	z-index: 0;
}

#interiorImage {
	display: block;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 760px;
	height: 250px;
	vertical-align: text-top;
	overflow: hidden;
}

#footer {
	display: block;
	position: absolute;
	top: 400px;
	left: 0px;
	margin: 0px;
	padding: 2px;
	width: 760px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	z-index: 2;
}

#footer span.mid {
	padding: 0px 30%;
}

#footer span.justify {
	padding: 0px 8px;
}

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

#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/******** Project Menu Layout ********/
/**** StudioAbout and project1 - 6 ***/
/**** are specific to page styles ****/
/** look at each studio page to see **/
/**** layout in pixel coordinates ****/

/**** The #Projects <div> tag is necessary ****/
/** to fix absolute positioning in IE 5 and 6**/
#Projects {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#arrowBK {
	position: absolute;
	top: 360px;
	left: 20px;
	width: 32px;
	height: 32px;
	z-index: 3;
}

/*** the Slide <div> is the container layer ****/
/************* for the slide show *************/
#Slide {
	position: absolute;
	top: -2px;
	left: 388px;
	width: 350px;
	height: 258px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	z-index: 3;
}

#Slideframe {
	position: absolute;
	top: -8px;
	left: 381px;
	width: 364px;
	height: 270px;
	margin: 0px;
	padding: 0px;
	z-index: 22;
}

#projectList {
	position: absolute;
	top: 0px;
	left: 430px;
	width: 300px;
	height: 280px;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	overflow: auto;
}

#projectList p {
	font-size: 12px;
}

#projectName {
	display: block;
	position: absolute;
	top: 17px;
	left: -5px;
	width: 380px;
	height: 340px;
	padding: 0px 10px 20px 20px;
	vertical-align: text-top;
	overflow: hidden;
	z-index: 4;
}

#projectName p {
	font-size: 12px;
	padding-right: 20px;
}

#Contact {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 302px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	vertical-align: text-top;
	overflow: auto;
}

#Contact a {
	font-size: 14px;
	text-decoration: none;
}

#StudioName {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 395px;
	height: 282px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	vertical-align: text-top;
}

#IntStudioName {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 282px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	vertical-align: text-top;
}
#StudioName h4, h5 {
	padding-right: 20px;
}

#StudioName p {
	font-size: 12px;
	padding-right: 20px;
	text-align: justify;
}

/* The input styles are for the <form> tag buttons that control the slides */
input.prev {
	position: absolute;
	left: 110px;
	top: 270px;
	font-size: 14px;
}

input.enlarge {
	position: absolute;
	left: 159px;
	top: 270px;
	font-size: 14px;
}

input.next {
	position: absolute;
	left: 199px;
	top: 270px;
	font-size: 14px;
}

#Mission {
	margin-left: 5px;
	list-style-type: disc;
}

#Mission ul {
	list-style: disc outside none;
	font-size: 14px;
	line-height: 16px;
}

#Mission li {
	margin-bottom: 10px;
}

#Mission li span {
	font-style: italic;
	font-weight: bold;
}
#topText {
	color: #FF3300;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
title {
	background-color: #FFCC00;
	padding: 2px 4px 2px 4px;
	position: relative;
	left: -7px;
}
