body {
background: #fff url(../img/bg.gif) repeat-x;
background-color: #F8F8F8;
font-family: Verdana;
}

/* Layout */
div.layout {
width: 768px;
border: 3px double #000000;
position:relative;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #FFFFFF;
}
div.header{
margin: 0 auto;
width:768px;
height:232px;
text-align:center;
background: url(../img/logo.jpg) no-repeat top; 
border-bottom: 1px solid #000000;
font-size: 22px;
color: #FFFFFF;
}
div.navbar{
padding: 4px;
border-bottom: 1px solid #000000;
background: url(../img/navbar.gif) 25% 25% repeat-x;
text-align: center;
color: #FFFFFF;
}

#navspacer{
background-color:#ffffff;
height:1px;
border-bottom: 3px solid grey;
}

#content-box{
text-align: center;
background-color: #36393D;
}

#dist_form{

width:600px;
margin-left: auto;
margin-right: auto;
font-size:12px;
text-align: center;
background-color: white;
border-left:3px double black;
border-right:3px double black;
padding-top: 10px;
padding-bottom:10px;
}

#form_row1{
font-weight: bold;
background-color:white;
margin-top:10px;
padding-top:5px;
padding-bottom: 5px;
text-align: center;
border-top: 1px solid black;
}

#form_row2{
font-weight: bold;
background-color:white;
padding-top:5px;
padding-bottom: 5px;
text-align: center;
border-top: 1px solid black;
}

#form_row3{
font-weight: bold;
background-color:white;
padding-top:5px;
padding-bottom: 5px;
text-align: center;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#form_row4{
font-weight: bold;
margin-top:10px;
text-align:center;
}

#form_row5{
margin-top:10px;
text-align:center;
}

.footer{
background-color: #707070;
border-top: 1px solid #000000;
font-size: 10px;
width: 768px;
color: #FFFFFF;
text-align: left;
clear:both;
}

/* !Layout */


/* Misc */

#logotextbox{
text-align: left;
float: right;
font-size:11px;
margin-right:30px;
margin-top:22px;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter: Alpha(Opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#TermsOfSale {
position: absolute;
background-color:white;
border: 5px double #000000;
width:700px;
z-index: 9002;
}

#PrivacyPolicy {
position:absolute;
background-color:white;
border: 5px double #000000;
width:700px;
z-index: 9002;
}

.logotext{
margin-bottom:2px;
}

a.logoemail{
color:#CCFFCC;
}

a.navbar, a.navbar:visited{
color: white;
font-weight:bold;
text-decoration: none;
}
a.navbar:hover{
color:#CCFFCC;
text-decoration: underline;
}

/* !Misc */