body {
	background-color: #353535; 
	margin: 0; padding: 0; 
	text-align: center; 
	font-family: 'trebuchet ms';
	font-size: 13px;
	color: #413b17;
	text-shadow: 1px 1px 1px #d5d2bb;
	filter: dropshadow(color=#d5d2bb, offx=1, offy=1);
	background-image: url('footer_lodyas.png');
	background-attachment: fixed;
}  

#container {
 	width:920px;
	padding: 0px;
	margin: 0 auto;
}   

#title, #title a:link, #title a:visited, #title a:hover, #title a:active {
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 70px;
	letter-spacing: 2px;
	text-transform: lowercase;
 	padding: 0px;
	width:100%;
	color: #006dd7;
 	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}   

#links {
 	padding: 0px;
 	width: 100%;
 	text-align: center;
}  

#content {
 	padding: 10px;
 	width: 890; 
	line-height: 20px;
	background-color: #fff7e7; 
	-moz-border-radius: 15px;
	border-radius: 15px; 
 	text-align: justify;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #ffe6b4;
	-moz-box-shadow: 1px 1px 1px 1px #ffe6b4;
	box-shadow: 1px 1px 1px 1px #ffe6b4;
}  

#footer {
	clear: both;
	text-align: center;
	background-color: #fff7e7; 
	-moz-border-radius: 10px;
	border-radius: 10px; 
 	width:900px;
 	padding: 10px;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 1px 1px 1px 1px #d7d593;
	-moz-box-shadow: 1px 1px 1px 1px #d7d593;
	box-shadow: 1px 1px 1px 1px #d7d593;
}  

a:link, a:active, a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #006dd7;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	letter-spacing: 1px;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffb40f;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	letter-spacing: 1px;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: "century gothic";
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: -.5px;
	color: #ffffff;
	width: 10%;
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 8px 3px;
	text-decoration: none;
	background-color: #ffb40f;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #d63a4c;
	filter: dropshadow(color=#d63a4c, offx=1, offy=1);
}

a.nav:hover {
	font-family: "century gothic";
	font-weight: bold;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: -.5px;
	color: #ffffff;
	width: 10%;
	display: inline-block;
	text-align: center;
	padding: 8px 3px;
	margin: 0px;
	text-decoration: none; 
	background-color: #e50d56;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #e47433;
	filter: dropshadow(color=#e47433, offx=1, offy=1);
}

h1 {
	font-family: 'Pacifico', cursive;
	font-weight: normal;
	font-size: 28px;
	border-bottom: 1px dashed #006dd7;
	line-height: 28px;
	text-transform: lowercase;
	color: #e50d56;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #fec9ac;
	filter: dropshadow(color=#fec9ac, offx=1, offy=1);
}
h2, h3, h4 {
	font-family: "garamond", serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 16px;
	border-bottom: 1px dashed #ffb40f;
	border-top: 1px dashed #ffb40f;
	text-transform: uppercase;
	color: #37331d;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 1px #fff7e7;
	filter: dropshadow(color=#fff7e7, offx=1, offy=1);
}
b, i, u, s {color: #006dd7;}

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

#trade-parent {display: table;}

#trade-child {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	width: 150px; height: 55px; background-color: #FFC74F; border-radius: 15px; padding: 5px;
}