body {
background: url("/eyebrows/headerbg.jpg");
background-repeat: repeat;
background-color: #000000;
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
}



/* title */
h1 {  
font-size: 12px;
line-height: 10px;
font-family: georgia;
color: #182d57;
background-color: transparent;
letter-spacing: 2px;
text-transform: lowercase;
font-style: italic;
text-align: right;
border-bottom: 1px dotted #d4d4d4;
margin: 0px;
padding: 5px;
}


A:Visited {
color: #000000;
text-decoration : none;
font-weight: normal;
}

A:Link {
color: #000000;
text-decoration : none;
cursor : default;
font-weight: normal;
}

A:Hover {
color: #8b8b8b;
}


b{
color: #5d6f93;
}

i{
color: #1f2e4c;
}

u{
color: #5d6f93;
}



tr, td {
font-family: courier new;
color: #000000;
font-size: 12px;
line-height: 17px;
background: transparent; 
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
}

#layout {
width: 562px;
background-color: #f8f8f8;
text-align: justify; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;
}

#main {
background: transparent; 
padding: 5px;
}

#sidebar {
background: transparent;
padding: 5px;
} 





.center {
margin: auto;
}



blockquote {
font-family: courier new;
font-size: 11px;
line-height: 15px;
color: #000000;
background-color: #ececec;
border-right: 5px solid #8b8b8b;
padding: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
}



/* join/update/contact form */
input,select,textarea,submit {
font-family: courier new;
font-size: 11px;
line-height: 17px;
color: #000000;
background-color: #ececec;
border: 2px solid #8b8b8b;
padding: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
margin: 2px;
}




/* div link */
#nav a {  
font-family: courier new;
font-size: 11px;
line-height: 12px;
background-color: transparent;
color: #747474;
cursor: default;
text-align: right;
text-transform: uppercase;
display: block;
margin: 2px;
margin-bottom: 0px;
padding: 8px;
} 

/* hovering that div link */
#nav a:hover { 
font-family: courier new;
font-size: 11px;
line-height: 12px;
letter-spacing: 1px;
color: #ffffff;
background-color: #374665;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
cursor: default;
text-align: right;
text-transform: uppercase;
display: block;
margin: 2px;
margin-bottom: 0px;
padding : 8px;
}