body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #E2BCB8;
font-size: 11px;
color: #F7F7F7;
font-family: tahoma;
}

#layout {
width: 740px;
height: 560px;
background: url('images/layoutimg.jpg') no-repeat;
position: absolute;
top: 0px;
left: 0px;
}

#content {
position: absolute;
width: 453px;
top: 415px;
left: 5px;
}

#navigation {
position: absolute;
width: 453px;
top: 404px;
left: 5px;
}

h1 {
font-family: Verdana;
font-variant: small-caps;
border : 2px dashed #F1867C;
background-color: #F9C1BC;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;
font-weight: bold;
color: #CD605B;
font-size: 11px;
text-align: right;
}

h3 {
font-family: Verdana;
font-variant: none;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #E2BAB5;
font-size: 9px;
text-align: right;
}

h4 {
font-family: Arial Black;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: -10px;	
font-weight: bold;
color: #EC93A7;
font-size: 19px;
text-align: left;
}

blockquote {
border : 2px dashed #E6D8C8;
width: 200px;
float: center;
text-align: left;
margin: 0px;
padding: 10px;
background-color: #6D1B39;
quotes: "\201C" "\201D";
}


a {
color: #D9D4E8;
}


a:hover {
color: #D496AF;
}

/* Contains the entire cards area */

	#cardscontainer {
		width: 450px;
		margin: auto;
		background: #FFFFFF;
		padding: 10px;
		}

/* Title that appears above each card section */

	.sectiontitle {
		font-family: Georgia;
		color: #EC93A7;
		font-weight: bold;
		font-size: 10pt;
		text-transform: capitalize;
		letter-spacing: 3px;
		border-bottom: 1px dotted #EC93A7;
		text-align: left;
		padding-top: 25px;
		}

/* Title above each collecting set */

	.settitle {
		text-align: center;
		font-weight: normal;
		margin-bottom: -15px;
		padding-top: 15px;
		}

/* Cards in a card section */

	.cardsection {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
		}

/* Mastered sets/badges & text displayed when there are no cards */

	.displaytext {
		text-align: center;
		padding: 10px;
		padding-top: 20px;
		}
