body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0px;
	width: 100%;	
	height: 100%;	
	min-width:600px;
    margin: 0px;
}

h1{
	color:#FFFFFF;
    font-size:130%; 
	font-weight: bold;
    padding: 0px 0px;
}

h2{
	color:#FFFFFF;
	font-weight: bold;
    font-size:110%;  
	padding: 0px 0px;
}

h3{
	color:#FFFFFF;
	font-weight: bold;
    font-size:110%;  
	padding: 0px 0px;
}

#logo {
	background-image:url(../../images/logo-small.gif);
	background-position: left;
	background-repeat: no-repeat;	
    width:150px;
	height:92px;    
}

#content{
	background-color:#6B8D9A;
	padding: 15px;
    width:100%;
	height:400px;  
}

#page_content{
	color:#FFFFFF;   
    left:50px; 	
	width:80%;
	height:350px;
    overflow:scroll;
    overflow-x: hidden;
}

/****** Menu ********/
#menu{
	color:#FFFFFF;   
	font-size:110%;  
	position: absolute;	
	top:490px;
	left:20px; /* Logo width */	
	width:80%;
}
#menu2{
	color:#6B8D9A;   
	font-size:110%;  
	position: absolute;	
	top:70px;
	left:150px; /* Logo width */	
	width:80%;
}
#menu2 a{
	color:#6B8D9A;   
    text-decoration:none;	
}

a{
	color:#FFFFFF;   
    text-decoration:none;	
}

a:visited{
	color:#FFFFFF;     
}

a:hover{
	color:#D7D7D7;  	
}
/****** End  Menu ********/

#artist_entry{
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 200px;
	height: 50px;
	float: left;
	overflow: hidden;
}

#artist_entry img{
	border:0;
}

.artist_entry_text{
	margin: 5px;
	vertical-align :top;
}

#event{	
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: left;
	width: 80%;
	overflow: hidden;
}

#event a{
	color:#FFFFFF;   
  	text-decoration: underline;
}

#event a:visited{
	color:#FFFFFF;   
    text-decoration: underline;
}

/***** Artist List ******/
#category{
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 200px;
	float: left;
	overflow: hidden;
}

#category a{
	color:#FFFFFF;      
	text-decoration: underline;
}

#category a:visited{
	color:#FFFFFF;      
	text-decoration: underline;
}
/*****  End Artist Listt ******/
#bio_content{
	color:#FFFFFF;   
    height:140px;
    width:95%;
    overflow:auto;
    overflow-x: hidden;    
}

#artwork_content{
    position:absolute;
	top:310px;
	width:95%;
	overflow:hidden;
}

#footer {
	font-size:80%;
    width:100%;
	text-align:center;
	padding: 5px 0px;
	color:#000000;   
    font-family: Arial,sans-serif;
	height: 1%;	
}

.clear{clear:both;}
* {
	margin: 0px;

	padding: 0px;

}





