body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

/******* CONTAINER SURROUNDS ALL CONTENT *******/
#container {
	border: 1px solid #f26521;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	margin-top: 10px;
}

/******* LEFT NAVIGATION PANE *******/
#navigation {
	float: left;
	width: 400px;
	height: 550px;
}
#navigation ul {
	padding-top: 60px;
	text-align: right;
	padding-right: 50px;
	list-style-type: none;
	margin-bottom: 0px;
}
#navigation li {
	height: 40px;
}
.square { /******* ORANGE SQUARE *******/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F26521;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 3px;
}
.navpic { /******* NAV IMAGES FOR INDEX PAGE *******/
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom:-15px;
	margin-top:0px;
}
.navimg { /******* IMAGE AT BOTTOM OF NAV PANE *******/
	margin-left: 62px;
	margin-top: 20px;
}
.navimg2 { /******* NARROWER IMAGE AT BOTTOM OF NAV PANE *******/
	margin-left: 111px;
	margin-top: 20px;
}
#navimg3 { /******* FLASH AT BOTTOM OF NAV PANE *******/
	margin-left: 136px;
	margin-top: 20px;
}
#navigation h6 { /******* DOTTED LINE *******/
	font-size: 11px;
	font-weight: normal;
	color: #F26521;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/******* RIGHT CONTENT PANE *******/
#content {
	height: 550px;
	margin-left: 400px;
	margin-top: 0px;
}
#content h1 { /******* HEADING *******/
	color: #F26521;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 17px;
	margin-top: 0px;
	padding: 60px 0px 0px;
	margin-bottom: 0px;
	font-size: 30px;
	letter-spacing: 4px;
}
#content h6 { /******* DOTTED LINE *******/
	font-size: 11px;
	font-weight: normal;
	color: #F26521;
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maintext { /******* TEXT BOX, SCROLLING IF NECESSARY *******/
	color: #552c2a;
	margin-left: 17px;
	height: 454px;
	overflow: auto;
	line-height: 16px;
	margin-top: 0px;
	padding-right: 10px;
}
#maintext h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 30px 0px 0px;
}
#maintext h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 20px 0px 0px;
	color: #F26521;
}
#maintext p {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 20px;
}
#maintext a:link, #maintext a:visited {
	color: #F26521;
	text-decoration: none;
}
#maintext a:hover, #maintext a:active {
	color: #58a7a2;
}

/******* FOOTER *******/
#footer {
	background-color: #F26521;
	clear: both;
	height: 50px;
	color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
}
#footer p {
	text-transform: uppercase;
	margin-left: 50px;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: none; /******* CHANGE THIS WHEN SHOWREEL GOES LIVE *******/
}
#footer a:hover, #footer a:active {
	color: #552C2A;
}
.logo {
	float: right;
}
