


body {
    cursor: url("../images/brush.cur");
	background-image: url("../images/tile.jpg");
    background-color:#CC9999; margin: 0; padding: 0;
    }


a:focus { -moz-outline-style: none; }

a { outline: none; }

#wrapper {
	border-top: 2px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 5px solid white;
	
	background-color:#0C1A30;
	position: relative;
	margin: 15px auto auto auto;
	width: 800px;
        height: 950px;
	
}


#top_banner {background-image: url("../images/top_banner.jpg");
        margin: 0px auto auto auto;
	width: 800px;
	height: 125px; 
        
}





#box_main {
	background-image: url("../images/box_main.jpg");
	float: right;
	width: 524px;
	height: 770px;
	position: relative;	
	margin-top: 25px;
	
	
}

#overflow {		
	
	width: 465px;
	height: 525px;
	margin: 15px auto auto auto;
}

#art_overflow {		
	overflow: auto;
	width: 500px;
	height: 630px;
	margin: 10px 3px auto auto;
}


#about_overflow {		
	overflow: auto;
	padding: 5px;
	width: 500px;
	height: 615px;
	margin: 15px 3px auto auto;
}


#updates_overflow {		
	overflow: auto;
	padding: 5px;
	width: 500px;
	height: 615px;
	margin: 15px 3px auto auto;
}


#links_overflow {		
	overflow: auto;
	padding: 5px;
	width: 500px;
	height: 615px;
	margin: 15px 3px auto auto;
}



.text {
	text-indent: 2em;
	font-family: arial,helvetic;
	font-size: 18px;
	
	color: #FEFEFF;
}

.text  a:hover{
         text-decoration: underline; 
         color: #626E79;
}

.text a:link{
	text-decoration: underline;
	color: #FEFEFF;
}
	


#navigation {
	border-right: 3px solid white;
	background-color: #FFFFFF;
	
	margin-top: 40px;	
	width: 232px;
	height: 330px;
	position: relative;
	
}




#webmaster a:hover{
         text-decoration: underline; 
         color: #626E79;
}


#webmaster a:link{
	text-decoration: underline;
	color: #FEFEFF;
}

#webmaster {
	font-family: arial;	
	color: #FEFEFF;
}



#info {
         font-family: comic sans ms, sans-serif, helvitica; 
         font-size: 14px; 
         font-weight: bold; 
         color:#996666;
}


.date {
         border-top: 3px solid #0C1A30; 
         color: #FEFEFF;
         font-size: 18px; 
         font-weight: bold; 
         text-decoration: underline;
}



.info2 {
       font-family: comic sans ms, sans-serif, helvitica; 
       font-size: 14px; 
       font-weight: bold; 
       color: #FEFEFF;
       padding-right: 12px; 
       padding-left: 10px;
       text-indent: 2em;
}






	