@charset "UTF-8";
html, body, ul, ol, li, p, h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0
}
body  {
	font: small/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #1e546e;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333300;
}
p {
	font-size: 100%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h1 {
	color: #AD9A4C;
	font-size: 130%;
	letter-spacing: 0.5em;
	font-weight: lighter;
	padding-bottom: 20px;
}
h2 {
	font-weight: bold;
	font-size: 90%;
}
#contentbio p {
	padding-bottom: 20px;
}
#indexinfo p {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
a {
	font-size: 90%;
	color: #F8F8F7;
}
a:link {
	text-decoration: none;
	color: #006785;
}
a:visited {
	text-decoration: none;
	color: #1E546E;
}
a:hover {
	text-decoration: none;
	color: #5BBFC1;
}
a:active {
	text-decoration: none;
	color: #5BBFC1;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f8f8f7 url(images/container-bkgd.jpg) repeat-y;
	margin: 20px auto 0;
	text-align: left;
	border-top: 1px solid #807548;
	border-right: 1px solid #807548;
	border-bottom: 1px solid #807548;
	border-left: 1px solid #807548;
} 
#containergray {
	background: #47453a;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #47453A url(images/containerportf-bkgd.jpg) repeat-y;
	margin: 20px auto 0;
	text-align: left;
	border-top: 1px solid #807548;
	border-right: 1px solid #807548;
	border-bottom: 1px solid #807548;
	border-left: 1px solid #807548;
}
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	text-align: center;
	color: #333300;
	padding: 10px 5px;
	background: #AC9A4B;
}
#sidebar1 ul {
	list-style-type: none;
}
#sidebar1 li {
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
	text-align: right;
}
#sidebar1 a {
	font-size: 85%;
	font-weight: bold;
	color: #F8F8F7;
	line-height: 3em;
	border-bottom: thin solid #C8BA7F;
	display: block;
	margin-top: 10px;
	padding-right: 5px;
	border-top: thin solid #C8BA7F;
}
#sidebar1 a:hover {
	background: #C8BA7F;
	color: #C4270C;
}
#sidebox {
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(images/sidebar-box.jpg) center center;
	width: 128px;
	text-align: center;
	height: 195px;
	border: 1px solid #807548;
	font-size: 85%;
	margin-left: 5px;
}
#sideboxcontent {
	padding-top: 60px;
}
#sidebar #sideboxcontent li {
	line-height: 2em;
}
#sidebar1 #sidebox a {
	text-align: center;
	color: #333300;
	border-style: none;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar1 #sidebox a:hover {
	background: #AC9A4B;
	margin-right: 3px;
	margin-left: 4px;
	color: #1E546E;
}
#maincontentindex {
	margin-left: 150px;
	background: #F8F8F7;
}
#tvbox {
	background: #AD9A4C;
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#tvbox p {
	color: #333300;
	font-size: 90%;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#indexinfo_artist {
}
#maincontent {
	margin-left: 150px;
	padding: 30px 40px 40px;
	background: #F8F8F7;
}
#maincontentportf {
	background: #47453a;
	padding: 50px 40px 40px;
	margin-left: 150px;
	text-align: center;
}
#indexinfo {
	padding: 10px 20px 0px 20px;
}
#contentbio {
}
#contentcontact {
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#contentmediaroom {
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}
.video_box {
	text-align: center;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
}
#footer {
	background:#C8BA7F;
	text-align: center;
	clear: both;
} 
#footer ul {
	list-style-type: none;
	background: #807548;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer li {
	display: inline;
	font-size: 90%;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a:link {
	text-decoration: none;
	color: #F8F8F7;
}
#footer a:visited {
	text-decoration: none;
	color: #F8F8F7;
}
#footer a:hover {
	text-decoration: none;
	color: #5BDBDC;
}
#footer a:active {
	text-decoration: none;
	color: #5BDBDC;
}
#sitedesign {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 80%;
	font-weight: bold;
}
#sitedesign a {
	color: #C8BA7F;
}
#sitedesign a:hover {
	color: #5bdbdc;
}
.smallprint {
	font-size: 85%;
	text-align: center;
}
.smallprint85 {
	font-size: 85%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 12px;
	margin-right: 25px;
	margin-bottom: 12px;
}
.centertext {
	text-align: center;
}
.paintingstn {
	border: 1px solid #302F28;
	margin: 15px;
}
.fibertn {
	margin: 10px;
}
.flvplayer {
	margin-bottom: 15px;
}
#flvplayer {
	text-align: center;
	padding-bottom: 30px;
}
#portfsubcontent {
	background: #AC9A4B;
	border: 1px solid #1E546E;
	padding: 8px;
	font-weight: bold;
	font-size: 90%;
	width: 160px;
	text-align: right;
}
#portfsubcontent a {
	font-size: 85%;
	font-weight: bold;
	color: #F8F8F7;
	line-height: 3em;
	border-bottom: thin solid #C8BA7F;
	display: block;
	padding-right: 5px;
}
#portfsubcontent a:hover {
	background: #C8BA7F;
	color: #C4270C;
}
.smallwhitetype {
	font-size: 90%;
	color: #C8BA7F;
}
