/* author: Scott Marlow, Marketing By Marlow | www.marketingbymarlow.com */

body  {
font-family: Helvetica, Arial, Verdana,sans-serif
}

ul, ol {
color: #003954
}

hr {
color:black
}

a {
color:#777;
text-decoration: none
}

a:visited {
color: #003954;
text-decoration: none
}

a:hover {
color: #a00
}

#wrapper {
border: 3px double black; 
margin: 15px auto; 
padding: 10px 10px 0;
position: relative; 
width: 750px
}

#tagline  {
background-color: #003954;
color: white; 
font-style: italic; font-weight: 600; font-size: 80%; 
margin: 0 -10px 0 -10px; 
padding: 1px;
text-align: center
}

#content {
margin: 25px auto 10px 190px;
min-height: 220px;
width: 520px
}

#content p {
color: #036; 
font-weight: 500; font-size: 12px; 
line-height: 150%
}

#content h1 {
color: #003954; 
font-size: 16px; 
}

#content h2 {
color: #003954; 
font-size: 14px; 
width: 500px
}

#nav ul {
position: absolute; top: 5px; left: 160px
}

#nav li {
display: inline;
font-weight: 600; font-size: 12px; 
list-style-type: none;
margin: 5px;
text-transform: uppercase; 
}

#footer p {
color: gray; 
font-weight: 600; font-size: 10px; 
margin-bottom: 0; margin-left: auto; 
position: relative; 
width: 750px
}