﻿/* 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
	Site Styles 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
*/
body
{
	font-family: Sans-Serif;
	line-height: 1.2em;
}
/* End Site Styles */

/* 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
	Master Page Styles 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
*/
#pageHeader
{
	width: 1200px;
	height: 145px;
	padding-bottom: 20px;
	z-index: 1;
}
#artist
{
	position: absolute;
	height: 180px;
	width: 200px;
	z-index: 2;
	display: none;
	background-color: White;
	font-size: small;
	padding: 5px;
	border: double 1px black;
}
#left
{
	float: left;
	height: 160px;
	width: 674px;
	background-image: url(images/masterpageLogo.png);
	background-repeat: no-repeat;
}
#right
{
	float: left;
	height: 160px;
}

#footer
{
	padding-top: 30px;
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}
/* End Master Page Styles */

/* 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
	Page Styles 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>

*/
#page
{
	width: 100%;
	height: 100%;
	border-top: solid 1px #ddd;
}

#content
{
	width: 60%;
	height: 98%;
	padding-left: 2.5%;
	float: left;
	padding-top: 15px;
}

em
{
	font-style: italic;
}

.portrait
{
	float: right;
	padding: 20px;
}

.address
{
	list-style: none;	
}


/* Tab Styles */
#tab
{
	margin: 0;
	padding: 0;
	width:15%;
	float:left;
	padding: 87px 0 0 5px;
}

#tab li
{
	list-style: none;
	white-space: nowrap;
	font-size: 0.85em;
	line-height: 2.5em;
}

#tab a
{
	text-decoration: none;
	display: block;
	color: #333;
	text-align: center;
	margin: 5px;
}

#tab a:hover
{
	text-decoration: none;
	display: block;	
	color: black;
	background-color: #f6f5c1;
	font-weight: bold;
}

#tab a.selected
{
	background-color: #f3dc6b;
	color: Black;
	font-weight: bold;
}
   
/* End Tab Styles */

/* 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>
	Link Styles 
	<<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>>

*/

.link
{
	background-color: White;
	color: #333399;
	text-decoration: underline;	
}

.link:hover
{
	background-color: #f3dc6b;
	color:Black;
	text-decoration: underline;	
}


/* End Link Styles */

/* End Page Styles */



