/* CSS Document */
*, html * { border: none; text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/vom.gif) no-repeat -45px 20px;
	font: .9em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link, a:visited { color: blue; }
a:hover { color: purple; }
a:active, a:focus { color: red; }

#gestalt { 
	margin: 0;
	padding: 0;
	max-width: 1250px;
	background: transparent url(../images/this.gif) no-repeat 150px 10px;
}

#brand {
	position: relative; top: 10px;
	margin: 0 25px 0 275px;
	padding: 25px 0 0 0;
	height: 165px; 
	background: transparent url(../images/lineh.gif) repeat-x left bottom;
}
#brand h1 {
	width: 250px;
	margin: 0;
	padding: 20px 0 0 0;
}
#brand h1 img {
	width: 155px;
	height: 110px;
}
#brand p {
	position: absolute; 
	top: 100px; 
	width: 190px; 
	font-weight: bold; 
	color: #99a;
}


#nav {
	position: absolute;
	left: 100px;
	top: 330px; 
}
#nav ul { margin: 0; padding: 0; }
#nav ul li { margin: 0 0 2px 0; list-style-type: none; 
}
#nav ul a {
	font-size: .9em;
	font-weight: bold;
}

.gctel { left: 250px; }
.agenttel { left: 450px;  }

#maincontent {
	margin: 35px 0 10px 275px;
	padding: 0;
	clear: both;
}
#maincontent p {
	margin: 0 50px .5em 0;
	padding: 0;
	color: #666;
}
#maincontent em {
	color: #a70;
	font-weight: bold;
}
#maincontent cite { color: #000; }
#maincontent ul, #maincontent li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}
#maincontent li ul li {
	margin: 0 0 0 10px;
	font-weight: normal;
	text-transform: none;
}

#maincontent .thumbs {
	margin-top: 2em;	
}
#maincontent .thumbs img {
	width: 100px;
	height: 100px;
}
img.oneact {
	width: 110px;
	height: 150px;
	padding: 0 0 1em 1em;
	float: right;
}

#footer {
	margin: 25px 25px 0 275px;
	padding-top: 40px;
	clear: both;
	background: #fff url(../images/lineh.gif) repeat-x 150px 25px;
	font-size: .8em;
	color: #bbb; 
}

/* mp3 popup styles */
body.glenntrack { background: #fff url(../images/vom_small.gif) no-repeat left top; }
p.mp3 { padding: 50px 5px 0 150px; }

/* resume list styles */
ul.resume { float: left; }
li.voice, li.direction, li.awards { width: 320px; float: left; }
