/* This is the style sheet for the home page for James Dew. */

html {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
color: #FFF;
background-color: #847a6c;
font-size: 1em;
text-align: center;
}

#container {
position: relative;
top: -7px;
left: 0;
width: 770px;
height: 625px;
margin: 0 auto 0;
text-align: left;
background-image: url(images/background_home.jpg);
background-position: top;
background-repeat: no-repeat; 
}

h1 {
position: relative;
top: 75px;
left: 0;
font-size: .75em;
text-align: center;
font-style: italic;
font-weight: 100;
padding: 0 65px 0 400px;
}

#navigation {
position: relative;
top: 85px;
font-size: .8em;
line-height: 1.25em;
float: right;
padding-right: 25px;
}

#footer {
position: absolute;
top: 595px;
left: 0;
width: 765px;
float: left;
padding-top: 2px;
padding-left: 5px;
font-size: .7em;
color: #000;
background-color: #FFF;
border-top: 2px solid #5c5142;
}

#navigation a:link {
color: #FFF;
display: block;
text-decoration: none;
}

#navigation a:visited {
color: #d5d0c8;
display: block;
text-decoration: none;
}

#navigation a:hover, #navigation a:active {
color: #ada69c;
display: block;
text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
color: #5c5142;
text-decoration: none;
}
