body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	color: #FFF;
	font-style: italic;
}
h1 {
	font-size: 14px;
	color: #e4ad5c;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
a {
	color: #FFF;
}
a:hover {
	color: #CCC;	
}
ul {
	list-style-type: square;
	margin: 0;
}
img {
	border: 0;	
}

#headerBG {
	background-image: url(../images/headerBG.gif);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 864px;
	z-index: -1;
}
#holder {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
}
#modelDiv {
	clear: left;
	background-image: url(/images/modelBG.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	width: 962px;
	height: 388px;
}
#intro {
	width: 590px;
	height: 388px;
	color: #bea975;
	padding-left: 20px;
}
#content {
	position: relative;
	background-color: #444444;
	width: 952px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 962px;
	color: #FFF;
	text-align: center;
	clear: both;
	font-size: 10px;
}
#leftGallery {
	float: left;
	margin-right: 50px;
}
#rightGallery {
	float: left;
	clear: right;
}
#shadLft {
	position: absolute;
	left: -11px;
	top: 0px;
	background-image: url(/images/shadLft.png);
	background-repeat: repeat-y;
	width: 11px;
	height: 100%;
}
#shadRgt {
	position: absolute;
	right: -11px;
	top: 0px;
	background-image: url(/images/shadRgt.png);
	background-repeat: repeat-y;
	width: 11px;
	height: 100%;
}
#shadBot {
	position: absolute;
	left: 0px;
	bottom: -11px;
	background-image: url(/images/shadBot.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
}

.floatLeft {
	float: left;	
}
.clearFloat {
	clear: both;	
}
.services {
	padding-left: 10px;
	width: 260px;
	color: #FFF;
	vertical-align: top;
}
.resume {
	font-size: 14px;
	color: #e4ad5c;
	font-weight: bold;
}
.gallery {
	width: 420px;	
}
.gallery td {
	width: 103px;
	height: 132px;
}
.hidden {
	display: none;
}
