﻿body 
{
    background-color:#000000;    
}
* {
padding:0 0 0 0;
margin: 0 0 0 0
}

#heading {
width: 1000px;
height: 200px;
margin-left: auto;
margin-right: auto;
text-align: left;

}

#main {
width: 1000px;
height: 975px;
margin-left: auto;
margin-right: auto;
background-image:url('images/big_silver_coin.jpg');
background-repeat:no-repeat;
background-position: center right;

}

	

#left {
width: 150px;
height: 500px;
float: left;
}

#middle{
width: 720px;
height: 750px;
float:left;
text-align:center;
}

#right {
width: 150px;
height: 500px;
float: left;
}

#footer {
width: 1000px;
height: 25px;
margin-left: auto;
margin-right: auto
}
#leftcolumn
{
    width:325px;
    height:500px;
    position: absolute;
    top:0px;
    right:0px;
}

h1
{
    font-family: Georgia, Garamond, Serif;
    font-size: 24pt;
    font-weight: bold;
    color:#b5650b;
    text-align: center;
}

h2
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 18pt;
    font-weight: normal;
    color:#d3c6a6;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: italic;
}



p
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    color:White;
    padding-left: 20px;
    padding-right: 20px;
    text-align:justify;
}


a
{
    color:#B57615;
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:12pt;
    padding-left:20px;
    list-style: none;
   
}
a:hover
{
    color:white;
    
}
a:visited
{
    color:Silver;
}

li
{
    display: inline; 
    list-style-type: none
}

form
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14pt;
    font-weight: normal;
    color:White;
}