/* American Numismatic Association
/* 2010-2011
/* David Lighty
/* Styles and Attributes - Css2+Css3
/* Font - Nobile, OFL Sorts Mill Goudy TT
/* http://code.google.com/webfonts/family?family=OFL+Sorts+Mill+Goudy+TT
/* http://code.google.com/webfonts/family?family=Nobile
*/

/* Main Styles */
body
{
    font-family: 'OFL Sorts Mill Goudy TT' , arial, serif;
    font-size: 14px;
 line-height: 1.5;
    margin: 0 auto;
    background: #222;
}

img
{
    border-style: none;
}

p, div, span, h1, h2, h3, h4, h5
{
    margin: 0;
    padding: 0;
}

input
{
    border: 0;
}

#outsideContainer
{
}

#pageContainer
{
    background: #eee;
	border:2px solid #eee;
    width: 940px;
    margin: 0 auto;
}

#header
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height: 1%;
}

#coinOffSetLogo
{
    position: relative;
    left: -150px;
    margin: 2px;
    margin-right: -45px;
    visibility: none;
}

#logo
{
    float: left;
    width: 100px;
}

#navBar
{
    background: #3E3F3F;
    color: #f3f3f3;
}

#GRADING,#AUCTION,#ADBOX,#SEARCH
{
	width:100%;
}

#col1, #col2, #col3
{
    float: left;
}

#col1, #col3
{
    width: 240px;
}
#col2
{
    width: 500px;
}

#footer
{
    background: #3E3F3F url(images/ANA-footer_15.jpg) no-repeat;
    font-family: nobile,serif;
    font-size: 11px;
    width: 100%;
    height: 66px;
    margin-top: 20px;
    color: #eee;
}
#footer a{
    color:#eee;
}

/* Quick Styles */

.rfloat
{
    float: right;
}
.lfloat
{
    float: left;
}
.rclear
{
    clear: right;
}
.lclear
{
    clear: left;
}
.clear
{
    clear: both;
}

/* Use in a container with .relative */
.relative
{
    position: relative;
    height: 1%;
}

.topright
{
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px;
}

.bottomleft
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1px;
}
.bottomright
{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px;
}

