body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background:#000 url(images/backgroundSlice.png) repeat-x;
	background-attachment:fixed;
}
#wrapper {
	margin:0 auto;
	width:800px;
}

/*--<header styles: logo, navbar>--*/
#headwrap {
	height:100px;
}
#logo {
	float:left;
}
#navBar {
	float: right;
	height:16px;
	margin: 82px 0 0 0;
	width:365px;

}
/*--<CSS nav bar>--*/
#navBar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBar li {
	display: inline;
}
/* bio */
#navBar #bioLink a {
	float:left;
	height:16px;
	width:49px;	
}
li.bio a:link, li.bio a:visited {
	background:url(images/BTNbio.png) no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.bio a:hover {
	background:url(images/BTNbio.png) no-repeat;
	background-position:0 -16px;
}

/* news */
#navBar #newsLink a {
	float:left;
	height:16px;
	width:61px;	
}
li.news a:link, li.news a:visited {
	background:url(images/BTNnews.png) no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.news a:hover {
	background:url(images/BTNnews.png) no-repeat;
	background-position:0 -16px;
}
/* resume */
#navBar #resumeLink a {
	float:left;
	height:16px;
	width:78px;	
}
li.resume a:link, li.resume a:visited {
	background:url(images/BTNresume.png) no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.resume a:hover {
	background:url(images/BTNresume.png) no-repeat;
	background-position:0 -16px;
}
/* equipment */
#navBar #equipmentLink a {
	float:left;
	height:16px;
	width:88px;	
}
li.equipment a:link, li.equipment a:visited {
	background:url(images/BTNequip.png) no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.equipment a:hover {
	background:url(images/BTNequip.png) no-repeat;
	background-position:0 -16px;
}
/* contact */
#navBar #contactLink a {
	float:left;
	height:16px;
	width:81px;	
}
li.contact a:link, li.contact a:visited {
	background:url(images/BTNcontact.png) no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}
li.contact a:hover {
	background:url(images/BTNcontact.png) no-repeat;
	background-position:0 -16px;
}
/*--</CSS nav bar>--*/
/*--</header styles: logo, navbar>--*/

/*--<mainContent>--*/
#reelsContainer {
	padding: 15px 3px;
	border-top:1px solid #002f5a;
	border-bottom:1px solid #002f5a;
	text-align:center;
	clear: both;
	margin: 15px 0;
}
#reels img {
	padding: 3px;
	margin: 5px 5px;
	height:100px;
	border: 1px #666 solid;
}
#reels img:hover {
	border:1px #CCC solid;
}
#reelsContainer table a:link {
	color:#999;
	text-decoration:none;
}
#mainContent {
	clear: both;
	margin: 15px 0 25px 0;
	float:left;
}
#leftColumn {
	float:left;
	padding: 0 50px 0 0;
}

#rightColumn {
	float: left;
	width: 550px;
	padding: 0 0 0 50px;
	border-left:1px solid #002f5a;
}
#rightColumn a:link, #rightColumn a:visited {
	color:#CCCCCC;
	text-decoration:none;	
}
#rightColumn a:hover {
	text-decoration:none;
	color:#fff;
}
#download a:link, #download a:visited{
	padding: 5px;
	border: 1px solid #333;
	float:left;
	text-decoration:none;
}
#download a:hover {
	border:1px solid #666;
}
#news {
	margin: 15px 0;
}
.pages a:link, .pages a:visited {
	padding: 3px;
	border:1px solid #333;
}
.pages a:hover {
	text-decoration:none;
	color:#FF0000;
	border: 1px solid #CCC;
}
/*--</mainContent>--*/

/*--<footer>--*/
#footer {
	clear:both;
	width: 800px;
	padding: 15px 0;
	font-size:10px;
	line-height:18px;
	border-top:1px solid #002f5a;
	color:#666;
}
#footer a:link, #footer a:visited {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color:#CCC;
	text-decoration:none;
}
/*--</footer>--*/


/*--<classes>--*/

.pText {
	line-height:22px;
	font-size:11px;
	padding: 0 5px;
}
.img {
	padding: 3px;
	margin: 0 0 10px 10px;
	border:1px solid #666;
}
.imgBorder {
	border:1px solid #666;
	padding:3px;
}
.imgL {
	padding:3px;
	margin: 0 10px 5px 0;
	border:1px solid #666;
}