/* Susan Haggar Photography main stylesheet */

body {
background-color: #111;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
}

#content {
width: 800px;
height: 600px;
margin-left: auto;
margin-right: auto;
border: 1px #fff solid;
background-color: #000;
}

#logo {
height: 125px;
background-repeat: no-repeat;
background-image: url(logo.jpg);
border: 1px #fff solid;
}

#navcontainer {
border-bottom: 1px #fff solid;
}

.fntctrl {
font-size: 10pt;
}

#folio {
position: relative;
/*margin-left: auto;
margin-right: auto;*/
width: 798px;
height: 420px;
margin: 0 0 0 0;
float: left;
background-color: #000;
}

#footer {
width: 100%;
border-top: 1px #fff solid;
border-bottom: 1px #fff solid;
font-size: 0.8em;
text-align: center;
background-color: #111;
color: #fff;
padding: 0.2em 0em 0.20em 0em;
margin-left: auto;
margin-right: auto;
}

#footer a {
background-color: #111;
color: #ffffff;
}

#footer a:visited {
color: #ffffff;
}

#footer a:hover {
color: #7283ff;
}

#credit {
width: 800px;
height: 20px;
margin-left: auto;
margin-right: auto;
font-size: 10px;
color: #7b7b7b;
padding-top: 5px;
text-align: center;
}

#credit a {
text-decoration: none;
color: #7b7b7b;
}
