* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
html {
	height:100%; 
	max-height:100%;  
	font-size:72%; 
	font-family: tahoma, trebuchet ms, tahoma, verdana, arial, sans-serif;  
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */
} 
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	color: #aaa;
}

#right {
	text-align: right;
}
#center {
	text-align: center;
}
#borderless {
	border: none;
}

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

h2 {
	font-weight: 100;
	font-size: 151%;
}
h2 span.first {
	color: #ffcc00;
}

div.content {
	position:absolute;
	left:242px;
	right:0px;
	top:0px;
	bottom:0px;
	overflow:auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:30px;	
	padding-left:30px;
	z-index:1;
}

div.line_margin {
	margin-left:20px;
	margin-right:20px;
	z-index:1;
}

div.nav {
	overflow: hidden;
	position: absolute;
	top:0px;
	left:30px;
	width:212px;
	height:100%;
	min-height:500px;
	background-image:url('nav_tile.jpg');
	background-repeat: repeat-y;
	z-index:10;
}
div.nav a, div.nav a:visited { 
	position:relative;
	left:44px;
	display:block; 
	width:124px; 
	height:25px; 
	text-decoration:none;  
	line-height:25px;
}
div.nav a.home {
	background-image:url('home_button.jpg');
}
div.nav a.home:hover, div.nav a.home#selected {
	background-image:url('home_button_selected.jpg');
}
div.nav a.gallery {
	background-image:url('gallery_button.jpg');
}
div.nav a.gallery:hover, div.nav a.gallery#selected {
	background-image:url('gallery_button_selected.jpg');
}
div.nav a.video {
	background-image:url('video_button.jpg');
}
div.nav a.video:hover, div.nav a.video#selected {
	background-image:url('video_button_selected.jpg');
}
div.nav a.audio {
	background-image:url('audio_button.jpg');
}
div.nav a.audio:hover, div.nav a.audio#selected {
	background-image:url('audio_button_selected.jpg');
}
div.nav a.resume {
	background-image:url('resume_button.jpg');
}
div.nav a.resume:hover, div.nav a.resume#selected {
	background-image:url('resume_button_selected.jpg');
}
div.nav div.footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width:100%;
	color: #363636;
}
div.nav div.footer a {
	text-decoration: none;
	color: #ffcc00;
}

img {
	text-align: center;
	border: 3px solid black;
}

img.background {
	background-color: black;
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
	overflow:hidden;
}

img.link {
	border: 3px solid #363636;
}
img.link:hover {
	border: 3px solid #ffcc00;
}

table {
	font-size: inherit;
	width: 550px;
	max-width: 100%;
}
table td {
	padding: 0px 5px 0px 5px;
}

table.contact {
	width:100%;
}

table.line {
	width: 590px;
}
table.line td.yellow {
	height:3px;
	width:10px;
	background-color: #ffcc00;
}
table.line td.grey {
	height:3px;
	background-color: #363636;
}

span.sub_headline {
	color: #ffcc00;
	font-weight: bold;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 15;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

