body,td,th {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #121212;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

/*** general layout boxes ***/

#outer {
	height: 600px;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
}
#logo {
	height: 33px;
	text-align: center;
}
#bg {
	margin: auto;
	height: 393px;
	width: auto;
	background-image: url(images/bgcenter.gif);
	background-repeat: repeat-x;
	background-color: #0A0A0A;
	background-position: left top;
}
#content {
	height: 393px;
	width: 720px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgblack.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#spacer {
	height: 6px;
	width: 720px;
}
#menu {
	height: 26px;
	width: 720px;
	background-color: #000000;
}
#menu1 {
	height: 26px;
	width: 180px;
	float: left;
	background-color: #000000;
}
#menu2 {
	height: 26px;
	width: 180px;
	float: left;
	background-color: #000000;
}
#menu3 {
	height: 26px;
	width: 180px;
	float: left;
	background-color: #000000;
}
#menu4 {
	height: 26px;
	width: 180px;
	float: left;
	background-color: #000000;
}
#menu5 {
	height: 26px;
	width: 144px;
	float: left;
	background-color: #000000;
}
#maincontent {
	width: 720px;
	height: 355px;
}
#credits {
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-top: 150px;
}


/* index content boxes */

#fiveimages {
	float: right;
	height: 355px;
	width: 73px;
	background-color: #000000;
}
#bigimage {
	float: right;
	height: 355px;
	width: 400px;
}
#indextext {
	float: left;
	padding-left: 12px;
	margin-top: 3px;
	width: 170px;
	text-align: left;
	vertical-align: text-bottom;
	font-size: 10px;
}
#indextext a {
	color: #FFFFFF;
}

/* services content boxes */

#servicescontent {
	height: 341px;
	width: 680px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#servicestext {
	float: left;
	width: 465px;
	font-size: 11px;
}

/* staging content boxes */

#stagingcontent {
	height: 340px;
	width: 700px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#stagingtext {
	font-size: 11px;
	height: 380px;
	background-color: #000000;
}

/* gallery content boxes */

#galleryindex {
	float: left;
	width: 290px;
	font-size: 11px;
	margin-top: 18px;
	height: 325px;
	margin-left: 20px;
}

/* contact content boxes */

#contactcredits {
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-top: 135px;
}

/*** text classes ***/

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.bold {
	font-weight: bold;
}
.morelink a {
	display: block;
	margin-left: 15px;
	padding-left: 10px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #532900;
	margin-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #532900;
	border-right-color: #532900;
	border-bottom-color: #532900;
	background-color: #1E1E1E;
	width: 160px;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.morelink a:hover {
	color: #CCCCCC;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-decoration: none;
}
.smalltext {
	font-size: 9px;
	color: #999999;
}

