html {
	height: 93%;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
}

#pagesize {
	min-width:400px;
	height:95%;
	border: 0px;
	margin-bottom: 20px;
	position: static;
	text-align: left;
	width: 100%;
}

#yellowbox {
background-color: #ff6;
padding: 0px 0px 5px 0px;
}

#yellowbox p{
padding: 0px 10px;
}

/* simple navigation tab at top*/
div#buttonbar ul {
	margin: 0px;
	padding: 0px;
	color: #fff;
	white-space: nowrap;
	line-height: 20px;
	display: block;
}
div#buttonbar li {
	list-style-type: none;
	display: inline;
	text-align: right;
	padding-left: 5px;
}
div#buttonbar li a {
	text-decoration: none;
	color: #666;
	padding: 0px;
	margin: 0px 5px;
	border-left: 1px solid #F00;
}

div#buttonbar li a:link {	
	color: #808080;
}	
div#buttonbar li a:visited {	
	color: #808080;
}	
div#buttonbar li a:hover {	
	color: #090;
}	
div#buttonbar li a:active {	
	color: #808080;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	background-color: #9C3;
    color: #fff;
    line-height: 20px;
    vertical-align: middle;
    text-transform: uppercase;
	padding: 0px 5px;
}

#floatleft  {
	display: block;
	padding: 5px;
	margin: 20px 10px;
	clear: both;
}
#floatleft img{
	display: block;
	float: left;
	margin-right: 5px;
}

#floatright {
	display: block;
	padding: 5px;
	margin: 20px 10px;
	clear: both;
}

#floatright img{
	display: block;
	float: right;
	margin-left: 5px;
}

#bumpersticker {
align: center;
bottom: 0px;
margin-top: 25px;
clear: both;
}


div#projecttext {
    padding: 0px 30px;
	text-align: justify;
	color: #060;
	display: block;
}
div#content {
}

div#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #060;
	padding-left: 2em;
	margin-left: 0em;
	padding-top: 0px;
	margin-top: 0px;
}
div#content ul h1{
    color: #060;
	text-decoration: none;
	text-transform: uppercase;
}
div#content ul h2{
    text-transform: none;
	padding: 0px;
	margin: 0px;
}
div#content li {
	list-style-type: none;
	text-align: left;
	list-style-position: inside;
}
div#content li a {
	text-decoration: none;
    color: #00CC33;
	text-transform: none;
}
div#content li a.:link {	
	color: #060;
}	
div#content li a.:visited {	
	color: #666;
}	
div#content li a.:hover {	
	color: #F00;
}	
div#content li a.:active {	
	color: #060;
}
div#thumbrow  {
	height: 90px;
}
#thumbrow img {
	border: none;
	margin: 0 5 0 0;
	display: block;
}

a.other:link, a.other:visited, a.other:hover {
    text-decoration: none;
    line-height: normal;
	text-transform: none;
}

a.other:link {
	color: #690;
}

a.other:visited {
	text-transform: none;
	color: #360;
}
a.other:hover {
    text-decoration: none;
	color: #9C3;
}

a.bodytext:link, a.bodytext:visited, a.bodytext:hover, a.bodytext:active {
	line-height: 1.3;
	text-transform: none;
}
a.bodytext:link {
	text-decoration: none;
	color: #060;
}	
a.bodytext:visited {
	color: #666;
}
a.bodytext:hover {
	color: #F00;
} 
a.bodytext:active {
	color: #FFF;
}

.bodytitle {
	color: #060;
	text-align: right;
	text-transform: uppercase;
	}
	
.bodytext {
	color: #006600;
	text-align: left;
	text-transform: none;
	}

.pagetitle {
	color: #060;
	text-transform: uppercase;
	text-decoration: none;
	font-size: small;
	background-color: #FFFF00;
	width: 100%;
	text-align: left;
}

#lefthand {
	position: relative;
	width: 375px;
	margin: 0 5 0 0;
	border: 1 px solid silver;
	padding: 0 5 0 0;
}
#center {
	position: static;
	text-align: left;
	margin: 5 0 5 0;
	float: left;
	width: 375px;
}
.titlebox {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	background-color: #99CC33;
	width: 100%;
	font-size: xx-small;
	float: right;
	padding: 0 5 0 0;
}
.worktitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: xx-small;
	font-weight: normal;
	color: #006600;
	text-transform: uppercase;
}

#col {
	position: relative;
	margin: 0px 0px 0px 5px;
	float: left;
	width: 100px;
	display: inline;
	border: dotted silver 1px;
	background-color: #CCCCCC;
}
.artistname a{
	width: 100px;
	border: dotted silver 1px;
	color: #FFFF66;
}
.artistname img {
	width: 80px;
	border: none;
}
.titletext {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #060;
	text-transform: uppercase;
	width: 375px;
	right: 40px;
	float: right;
	}
