/*  MY CASH DRAGON  COPYRIGHT - ALL RIGHTS RESERVED */

/* DON'T WASTE TIME, JOIN TODAY! */



body {
margin: 0px; 
background: #4A4A4A url(../images/cash-dragon-back.jpg) repeat-y fixed top center;
font-family: arial;
text-align: center;
}

a:link {
color: #0000EE;
text-decoration: underline;
}

a:visited {
color: #0000EE;
text-decoration: underline;
}

a:hover {
background-color: #4A4A4A; 
color: white;
text-decoration: none;
}

.container {
margin: auto;
width: 756px;
/* height: 100%; */
background-color: white;
background-image: url(../images/cash-dragon-head.jpg); 
background-repeat: no-repeat;
}

.content {
padding: 370px 30px 0px 30px;
background-color: transparent;
}

p {
text-align: left;
font-family: arial;
/* font-family: georgia; */
font-size: 15px;
margin: 13px 50px 13px 50px;
}

li {
margin: 2px 50px 7px 70px;
list-style-type: square;
text-align: left;
font-size: 15px;
}


h1 {
font-family: tahoma;
font-size: 30px;
margin: 20px 0px 30px 0px;
color: #990000;
font-weight: bold;
}

h2 {
font-family: "Gill Sans";
font-size: 18px;
margin: 22px 0px 18px 50px;
color: #1E3037;
text-align: left;
font-weight: bold;
text-decoration: underline;
}

h3 {
font-family: courier;
font-size: 14px;
margin: 22px 70px 18px 70px;
color: #4A4A4A;
text-align: left;
font-weight: normal;
}

.menu {
width: 100%;
background-color: transparent;
text-align: right;
font-size: 11px;
font-family: arial;
color: white;
}

.menu  a:link {
color: white;
text-decoration: none;
font-weight: bold;
}

.menu  a:visited {
color: white;
text-decoration: none;
font-weight: bold;
}

.menu a:hover {
color: #333333;
text-decoration: underline;
background-color: transparent;
font-weight: bold;
}

.footer {
width: 756px;
height: 165px;
background-image: url(../images/cash-dragon-footer.jpg); 
background-repeat: no-repeat ;
}

.footer  a:link {
color: white;
text-decoration: undeline;
font-weight: bold;
}

.footer  a:visited {
color: white;
text-decoration: none;
font-weight: bold;
}

.footer a:hover {
color: #888888;
text-decoration: none;
background-color: transparent;
font-weight: bold;
}


#footertext {
font-family: arial; 
font-size: 11px; 
margin: 70px 20px 20px 430px; 
position: absolute; 
color: white;
text-align: right;
}
