body {
	background-color: #e2e2e2; 
	background-attachment: fixed;
	margin: 0; padding: 0; 
	text-align: center; 
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}  


#container {
 	width:900px;
 	text-align: justify;
	padding: 0px;
	margin: 0 auto;
}

#title {
	background-image: url(https://www.tradepost.rheanimate.com/images/top.png);
	width: 100%;
	background-color: #c5b8b3;
	height: 85px;
	text-align: center;
	margin: 0;
	background-repeat:repeat-x;
}

#title a:link, #title a:visited, #title a:hover, #title a:active {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 48px;
	line-height: 125px;
	text-align: center;
	color: #c83271;
	padding: 0px;
	margin: 0 600px 0 0;
	letter-spacing: -1.5px;
	text-shadow: 1px 1px 1px #808080;
	filter: dropshadow(color=#808080, offx=1, offy=1); 
}

#links {
	width: 600px;
	height: 85px;
	margin: -70px 0 0 0; padding: 0; 
	text-align: right;
	float: right;
	z-index: 1;
	position:relative; 
}
#content {
 	padding: 5px;
 	width: 890px; 
	float: left;
}  

#footer {
 	width: 100%; 
	clear: both;
}  
a:link, a:active, a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #c83271;
	text-decoration: none;
	font-weight: bold;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: georgia;
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
	color: #ffffff;
	width: 85px;
	display: inline-block;
	text-align: center;
	margin: 0 2px 6px 2px;
	padding: 8px;
	text-decoration: none;
	background-color: #c83271;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #952758;
	filter: dropshadow(color=#952758, offx=1, offy=1);
}

a.nav:hover {
	font-family: georgia;
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
	color: #ffffff;
	width: 85px;
	display: inline-block;
	text-align: center;
	padding: 8px;
	margin: 0 2px 6px 2px;
	text-decoration: none; 
	background-color: #bfbfbf;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #929292;
	filter: dropshadow(color=#929292, offx=1, offy=1);
}

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 32px;
	height: 30px;
	color: #c83271;
	border-bottom: 2px solid #c83271;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: -.5px;
	text-shadow: 1px 1px 1px #808080;
	filter: dropshadow(color=#808080, offx=1, offy=1); 
}
h2 {
	font-family: "courier new";
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dashed #cccccc;
	text-transform: lowercase;
	color: #808080;
	padding: 2px 0 2px 0;
	margin: 0 0 3px 0;
}

b, i, u, s {font-family: "trebuchet ms"; color: #c83271;}

.highlightCard {
	border: 2px solid #D63550;
	background: #D63550;
}
.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}

#search {
	margin: 5px 0 5px 0;
	text-align: center;
}

table#main {
	width: 60%;
	margin: 0 auto;
}

table#main tr td {
	padding: 10px;
}

table#main tr th {
	border-bottom: 1px solid #c83271;
	color: #c83271;
}

table#main tr:nth-child(even) {
	background: #efefef;
}

#clear {
	clear: both;
}

#logs  {
	width: 49%;
	float: left;
	height: 300px;
	margin: 1px;
	text-align: center;
}

#logs textarea  {
	width: 94%;
	height: 100%;
	margin: 2%;
}

#tcgMain {
	text-align: center;
}

#tcgNav {
	text-align: right;
    margin: -50px 0 25px 0;
    padding: 5px 0 0 0;
}