/* CSS Document */

body
{
    margin-left:0;
    margin-right:0;
    margin-top:0;
    background-color:#000000;
    color:#DCD6CA;
    font-family:"Trebuchet MS", Helvetica,sans-serif;
    font-size:medium;
    font-weight:normal;

}

h1
{
    font-size:130%;
    font-weight:600;
    color:#DB7553;
}
  
h2
{
    font-size:115%;
    font-weight:600;
    color:#10a49f;
}

h3
{
    font-size:100%;
    font-weight:600;
    color:#DB7553;
    margin-bottom:0;
}

h4
{
    font-size:80%;
    font-weight:600;
    color:#DB7553;
}

strong {
	color:#ccc;
}

A:link {color:#a5efe0;}
A:visited {color: #EEE;} 
A:active {color: #208190;} 
A:hover {color: #4eabb9;}

.nav
{
    text-align:center;
    vertical-align:top;
    font-size:small;
    color;#108e72;
    width:200px;
}

.nav strong
{
    font-weight:600;
}


.layout
{
    vertical-align:top;
    text-align:left;
}

.content
{
    padding:30px 20% 10px 30px;
    text-align:left;
    vertical-align:top;
}

.payment {
    width:250px;
    margin-left:100px;
}






