div.pictbox {
	float: right;
	width: 76%;
	margin: 2%;
	margin-right: 1%;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #060606 3px 3px 3px;
	text-align: center;
	background: transparent url("http://www.goddessevilena.com/images/purple.png") repeat top right;
	border: 5px outset #240032;
	overflow: visible;
}

div.pictbox h1, div.pictbox h2, div.pictbox h3 {
	padding: 0px 10px 0px 10px;
	text-align: center;
	filter: Shadow(Color=#060606, Direction=135, Strength=3);
	text-shadow: #060606 3px 3px 3px;
	filter: alpha(opacity=70);
	opacity: 0.70;
}


span.txtlnk a:link {color: #960014;}
span.txtlnk a:visited {color: #960014;}
span.txtlnk a:hover {color: #5E00BE;}
span.txtlnk a:active {color: #5E00BE;}



div.container {
	padding:20px 20px 400px 20px;
	margin: 20px;
	background: transparent url("http://www.goddessevilena.com/images/chrdiamond3.jpg") repeat top right;
	border: 5px outset #DEDEDE;
	text-align: center;
	overflow: visible;
	}

.fullsize {margin: 10px;}

.fullsize img { border: 4px inset #DEDEDE; }

.fullsize2 {margin: 10px;}

.thumb {
	display: inline;
	position: relative;
	float: left;
	width: 60px;
	height: 120px;
	margin: 5px;
}

.thumb a:link img { border: 2px solid #470712; }
.thumb a:hover img { border: 2px solid #690911; }

.thumb a:link {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.thumb a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


