body {
margin: 0px;
padding: 0px;
background: url('images/background.jpg') repeat-y;
background-color: #F4F0EF;
font-size: 11px;
color: #DB3F6E;
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: 444px;
top: 435px;
left: 2px;
}

#navigation {
position: absolute;
width: 224px;
top: 407px;
left: 480px;
}

h1 {
font-family: verdana;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #3F3D16;
font-size: 11px;
}

h3 {
font-family: verdana;
font-variant: small-caps;
background-color: #E2425C;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #F5EFEF;
font-size: 11px;
text-align: left;
}

h4 {
font-family: verdana;
font-variant: small-caps;
background-color: #E2425C;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #F5EFEF;
font-size: 11px;
text-align: left;
}

blockquote {
border : 2px solid #3F3D16;
width: 200px;
float: center;
margin: 0px;
padding: 10px;
background-color: #EAC2C3;
quotes: "\201C" "\201D";
}


a {
color: #E66687;
}

a:hover {
color: #627C95;
}

/* 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;
		}
