body {
	background: #6c6588;
	font: 11px arial, "arial narrow", "century gothic";
	margin: 0em;
	padding: 0em;
	text-align: left;
	vertical-align: top;
	}

#wrap {
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 794px;
}

#header {
	background: url("http://www.rascuache.net/tcg/header.png") no-repeat;
	height: 362px;
	width: 794px;
}

#nav {
	float: right;
	margin: .1em;
	padding-left: 1px;
	text-align:  right;
	width: 150px;
}

#content {
   	background: #ffffff;
	border-right: 1px dashed #cccccc;
   	color:  #000000;
   	float: left;
   	font: 11px arial, sans-serif;
	line-height: 15px;
	margin: .1em;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify; 
	width: 625px;
}

#footer {
	background: url("http://www.rascuache.net/tcg/footer.png") no-repeat;
	clear: both;
	height: 35px;
	width: 100%;
	}



a:link, a:visited, a:active {
	color: #514aaa; 
	font-family: arial, "arial narrow", "century gothic";
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #514aaa; 
	text-decoration: underline;
	}

a.nav:link, a.nav:visited {
	color: #000000;
	display: block;
	font-family: times, "times new roman", serif;
	font-size: 12px;
	margin-left: 0em;
	text-align: right;
	text-indent: 1em;
	text-transform: uppercase;
	width: 145px;
	}

a.nav:hover, a.nav:active {
	color: #6a90be;
	display: block;
	font-family: times, "times new roman", serif;
	font-size: 12px;
	margin-left: 0em;
	text-align: right;
	text-indent: 1em;
	text-transform: uppercase;
	width: 145px;
	}

h1 {
	color: #453c71;
	border-bottom: 3px double #cccccc;
	font-family: georgia, arial, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0em;
	margin-top: 0em;
	padding-top: .2em;
	text-align: left;
	text-transform: lowercase;
}
	
h2 {
	border-bottom: 3px double #cccccc;
	color: #453c71; 
	font-family: times, "times new roman", serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: .5em;
	margin-top: 0em;
	padding-top: .2em;
	text-align: right;
	text-transform: uppercase;
	}

#cardscontainer {
		width: 625px;
		margin: auto;
		background: #FFFFFF;
		padding: 5px;
		}
		
p.intro {
	text-align: center;
}