@charset "utf-8";
/* CSS Document */

/* BODY AND POSITIONING */

body {
	background-color: #7f7f7f;
	background-image:  url(images/background_repeat.jpg);
	background-repeat: repeat;
	color: #4a4a4a;
	cursor: pointer;
	font: normal 12px Arial;
	margin: 0px;
	padding: 0px;
}

td{
	font: 12px Arial;
	color: #797979;
}

#human {
visibility: hidden;
display: none;
} 

.decks 
{border:solid 1px #7e4444;
padding:0px;
border-spacing: 5px;
	background-image: url(http://rockaria.moon-jewel.net/images/tinybg.png);} 
.decks th{
font-size: 12px;
color:#7e4444;
margin:9px; padding:5px;
background: #e1826e;
border-bottom: 4px solid #7e4444;
text-align:center;

}


.decks td{
font-size: 12px;
margin:9px; padding:5px;
background: #f5d7d7;
color: #7e4444;
border: 1px solid #7e4444;
text-align:center;
}

.main {
    color: #a895b1;
    text-decoration: none;
}

div#space {
	height: 60;
	background: transparent;
}

div#container {
    background: white;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    color: #4a4a4a;
    text-align: left;
}

#content {
    background-color: #fff;
    max-width: 1150px;
    width: 100%
    padding: 20px;
    margin: 5px 15px;
    overflow: hidden;
    color: #4a4a4a;
    text-align: left;
    line-height: 22px;
}

#content a, #content a:link, #content a:visited{
    color: #202020;
    text-decoration: none;
}

div#content a:hover{
    color: #a895b1;
    text-decoration: none;
}

#content img {
    padding: 5;
    text-align: center;
}
/* HEADERS AND TYPOGRAPHY */

h1 {
	color: #4a4a4a;
	font: normal 26px Calibri;
	letter-spacing: 1px;
	margin-bottom: 2px;
	text-align: left; 
	text-transform: uppercase; 
}
	

h2 {
	color: #202020;
	margin-top: 0px;
	text-align: left; 
	text-transform: uppercase;
}


h3 {

	color: #a895b1;
	margin-bottom: 0px;
	text-align: left; 
	text-transform: uppercase; 
}


h4 {
	color: #a895b1;
	margin-bottom: 2px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: left; 
	text-transform: uppercase; 
}

h5 {
	color: #a895b1;
	margin-bottom: 2px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: left; 
	text-transform: uppercase; 
}


p {
	color: #4a4a4a;
}

u, U {
	color:#a895b1;
}

b, B, strong, STRONG {
	color: #202020; 
}

i, I, EM {
	color: #777; 
}


s {
	color: #202020;
}

ol {  

	list-style-type: hiragana;
	margin: 15px;
	text-align: left;
}

ol li {
	text-align: left;
}

.footercontainer {
        clear: both;
        display: block;
        max-width: 500px;
        width: 100%; 
}

.button {
	border: 5px solid #a895b1;
	margin: 5px 10px;
	float: left;
}

/* FOOTER */

div#footer {
	background-image:  url(images/footer.png);
	background-repeat: repeat;
	color: #9a9a9a;
	clear: both;
	padding: 20px;
	margin: 0px 15px;
	font: normal 9pt Calibri;
	text-align: left;
	width: 100%;
	max-width: 1150px;
}

div#footer a,div#footer a:link,div#footer a:active,div#footer a:visited{
	color: #9a9a9a;
}

div#footer a:hover{
	color: #a895b1;
}
