body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	text-align: center;
	background:url(/images/background.jpg) no-repeat top center #000000;
}

ul#cat {
	margin-left:-40px;
}

ul#minitabs {
	list-style: none;
	padding: 0px;
  	font-weight: bold;
  	font-size:14px;
  	text-align: center;
  	white-space: nowrap;
  	padding-bottom:10px;
}

ul#minitabs li {
	display:inline;
	margin: 0 2px
}

ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
  	border-bottom: 4px solid #fff;
  	color: #5C655C;
  	}
  	
ul#minitabs a#current {
	border-color: #5D0E0D;
	color: #000;
}

ul#minitabs a:hover {
	border-color: #2D1F0B;
	color: #000;
}

#wrapper { 
	margin:auto;
	width:590px;
	margin-top:100px;
	margin-bottom:40px;
}

#column1 {
	padding-left:20px;
	float:left;
	width:280px;
}


#column2 {
	padding-left:10px;
	float:right;
	width:280px;
}

<!--[if IE 6]>
#column2 {
	position:absolute;
}
<![endif]-->

.bio {
	margin-left:20px;
	float:left;
	text-align:left;
}

.bio p {
	font-size:11px;
	text-align:justify;
}

.name {
	line-height:18px;
	font-family:tahoma;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#800000;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height:1.2em;
}

img {
	border: 0;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	line-height:10px;
}

h2 {
	font-style:italic;
	color:#6C0501;
}

h3 {
	line-height:10px;
	color:rgb(128,0,0);
}

ul {
	list-style-type:none;
}

.pic {
	border:1px solid;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.videoplayer {
	margin-left:-25px;
	width:640px;
	border:solid grey 10px;
	position:relative;
	background:white;

}