body {
		margin:0px; padding:0px;
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		background-color: #2B002B;
		 }
#background {
		width:1020px; height: 1260px;
		margin:10px auto;
		text-align:left;
		background-color:#ffc1ff;
		border-style: inset; border-width: 15px; border-color: #5E005E;
		}		 

#content {
		float:right; width:800px; height:1140px;
		text-align:left;
		padding:10px;
		background-color:#FFE8FF;
		border-style: none; border-width: 8px; border-color: #d5a9fe;
		}		 

#insert {
		text-align:center;
		font-size: 1.4em;
		padding:20px;
		background-color:#d5a9fe;
		border-style: inset; border-width: 8px; border-color: #800080;
		}		 

#footer {
		float:right; width: 800px; height: 80px;
		text-align:left;
		padding:10px;
		background-color:#FFE8FF;
		border-style: none; border-width: 8px; border-color: #d5a9fe;
		}		 		 

#sidebar { 
        float:left; width: 180px; height: 1240px; padding: 10px;
		font-size: 0.8em;
		background-color: #d5a9fe;
		}

h1 {	 	 
		font-family: arial, helvetica, sans-serif;
		font-size: 140%;
		text-align: center;
		}

h2 {
	 	background-color: ;
	 	font-family: arial, helvetica, sans-serif;
	 	font-size: 120%;
		text-align: center;
		}

a:link { 
		text-decoration: none;
		color: blue;
        }
a:visited { 
		text-decoration: none;
		color: purple;
        }
a:hover{
		color: black;
		text-decoration: underline;
		background-color:  #ff99ff;
        }

 
/* single thumbnail */
 
	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:125px;
		height:150px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:0px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	
 
/* single thumbnail */
 
	p.thumb2{
		padding:2px;
	}
	p.thumb2 a{
		display:block;
		width:180px;
		height:260px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb2 a img{
		border:1px solid #999;
		padding:2px;
					
	}
	
	/* mouse over */
	
		p.thumb2 a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb2 a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */
	
float:left;
