body	
	{
	font-family: georgia;
	color: #777777;
	text-transform: none;
	text-decoration: none;
	border-bottom: none;
	font-size: 12px;
	line-height: 85%;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0px;
	}

/* Contains the entire cards area */

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

/* Title that appears above each card section */

	.sectiontitle {
	font-size: 16px;
	font-family: georgia;
	color:  #4A9F28;
	letter-spacing: -1px;	
	text-align: center;
	text-transform: lowercase;
	border-top: 0px solid #777777;
	border-right: 10px solid #F1CB60;
	border-bottom: 0px dotted #777777;
	border-left: 10px solid #9943A1;	
	padding-top: 0px;

		}

/* Title above each collecting set */

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

/* Cards in a card section */

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

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

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


b, strong 	{color: #4A9F28;}
u 		{color: #9943A1; text-decoration : underline;}
i, em		{color: #F1CB60; text-decoration : none;}


td, tr, table
	{
	font-family: georgia;
	font-size: 8pt;
	text-align: justify;
	color: #777777;
	letter-spacing: 0;
	background-color: 
	}


blockquote 
	{
	width: 210px;
	height: 60px;
	margin: 0px auto;
	background-position: center;
	background-repeat: no-repeat;
	}

#blockquotetext 
	{
	padding-left: 0px;
	padding-top: 4px;
	padding-right: 2px;
	width: 210px;
	letter-spacing: 0;
	font-family: georgia;
	font-size: 11px;
	color: #C0BEBC;
	text-align: justify;
	}




h1
	{
	color: #050505;
	letter-spacing: -1px;
	border-bottom: 0px dotted #000000;
	font-size: 16px;
	font-family: georgia;
	text-transform: lowercase;
	font-style: italic;
	}


h2
	{
	border-top: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 2px dotted #F1CB60;
	border-left: 0px solid #ffffff;
	color: #4A9F28;
	font-family: georgia; 
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -1px;
	padding: -8px -8px -8px -8px; 
	text-align: center; 
	text-transform: normal;
	}




#main	
	{
	position: absolute; 
	text-align: justify;	
	top: 275px;	
	left: 16px;	
	width: 615px;
	} 


#side	
	{
	position: absolute; 
	text-align: justify;
	top: 310px;	
	left: 658px;	
	width: 163px;
	} 


.layout 	
	{
	position: absolute; 	
	left: 0px;	
	top: 0px;
	}


#navigation 
	{
	margin: 0;   
	padding: 0; 
	list-style-type: none; 
	font-weight: bold;
	}


#navigation li 
	{
	margin-bottom: 0px;
	text-align: center;
	}


#navigation a 
	{
display: block;
font-family: century gothic;
font-size: 12px;
line-height:12px;
font-weight: normal;
text-decoration:none;
border: 0px solid #bbbbbb;
background: #DBDBDB;
color: #000;
text-transform: uppercase;
text-align: center;
padding:0px;
word-spacing:2px;
margin-bottom:1px;
margin-right:2px;

	}


#navigation a:hover 
	{
font-family: century gothic;
font-size: 12px;
line-height:12px;
font-weight: normal;
text-decoration:none;
border: 0px solid #bbbbbb;
background: #8A7891;
color: #fff;
text-transform: uppercase;
text-align: center;
padding:0px;
word-spacing:2px;
margin-bottom:1px;
border-bottom: 2px dotted #F1CB60;
margin-right:2px;

	}

a:link,a:visited 	
	{
	color: #963FA3;	
	font-family: trebuchet ms;	
	font-size: 12px;	
	text-transform: lowercase;
	text-decoration: none;	
	border-bottom: 2px solid #F1CB60;
	cursor: crosshair;	
	font-weight: bold;
	}

a:hover 
	{
	color: #4A9F28;
	border-bottom: 2px dotted #F1CB60;
	}


input , textarea , option , select 
	{	
	background-color: #7C2745;	
	font-family: times new roman;	
	font-size: 8pt;	
	color: #000000; 	
	letter-spacing: 1px; 	
	border: 0px solid #4AC3E6; 	
	padding: 0; 
	}