/*   
Theme Name: Scottesque
Theme URI: http://www.martica.org
Description: Scott's Theme
Author: Tyler
Author URI: http://www.martica.org
Template:
Version: 
.
Just a translation of Scott's existing webpage
.
*/

body {
background: url(images/scottbg.gif) no-repeat;
background-position: 10px 10px;
margin: 0;
padding: 0;
}

#photo {
position: absolute;
left: 205px;
top: 15px;
}

#header {
position: absolute;
left: 555px;
top: 88px;
width: 150px;
border: 0;
height: 40px;
text-align: right;

}

#divider {
position: absolute;
left: 205px;
top: 110px;
width: 500px;
height: 10px;
background: #809EAD;
}

#menu {
position: absolute;
left: 67px;
top: 245px;
border: 0;
width: 100px;
height: 100px;
padding: 0;
margin: 0;
color: #7D2423;
}

#menu li {
font: 12pt/14pt Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
}

#menu a {
color: #7D2423;
text-decoration: none;
}

#menu a:hover {
color: #492220;
text-decoration: underline;
}

#content {
position: absolute;
left: 205px;
top: 150px;
width: 480px;
font-family: Arial, Helvetica, sans-serif;
}

#content p {
font-size: 10pt;
line-height: 12pt;
margin-top: 0;
}

#content h1 {
font-size: 12pt;
text-transform: uppercase;
color: #375B6C;
margin-bottom: 6px;
}

#content ul {
font-size: 10pt;
line-height: 12pt;
margin-top: 0;
}

#content li {
font-size: 10pt;
line-height: 12pt;
margin-top: 0;
}


