/*defaults*/
body 	{color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; background: #111111 url('../images/bg.png') repeat-x;}
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#b20000; text-decoration:none;}
/*structural elements*/

#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }

.header		{background:#000000 url('../images/header_home.jpg'); height:200px; }
#content	{float:left; width:510px; padding:20px 10px 0 0; text-align:justify; line-height:160%; }
#artist		{float:right; width:250px; padding:20px 0; line-height:125%;}
.art	{padding:10px; background:#FEFFD5; border:2px solid #111111; font-size:90%; margin-bottom:20px; }
	#footer		{clear:both; line-height:20px; width:100%; font-size:80%; background:url('../images/footer.jpg') repeat-x; padding:20px; text-align:center;  color:#ffffff; border-top:5px solid #707070; }
#copyright	{float:right; }

#container	{margin:0px auto; text-align:center; width:780px; background:#ffffff; }
/*headings*/
.art h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


#navigation	{padding:10px 0; }
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer a		{color:#FFFFFF; font-weight:bold; text-align:center; line-height:20px;  text-decoration:underline; }
#footer a:hover	{color:#FFFFFF; text-decoration:none; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 31px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */