/*
Theme Name: Scotty Horey Theme
Theme URI: http://scottyhorey.com/
Description: The theme for Scotty Horey's web site.
Author: Colin Holter
*/

a {
text-decoration: none;
color: #000;
}

a:hover {
text-decoration: underline;
}

h3 {
text-decoration: none;
font-weight: strong;
font-size: 1.2em;
}

h3 a {
color: #800000;
}

body {
color: #000;
background: #fff url('scottybg2.png');
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
font-family: 'Garamond', 'Times New Roman', serif;
font-size: .9em;
text-align: left;
margin: 0;
}

#content {
position: absolute;
left: 65px;
width: 595px;
bottom: 0;
top: 300px;
}

#menu {
font-size: .9em;
text-align: center;
background-image: url('menubg.png');
padding: 5px;
}

#main {
background-image: url('mainbg.png');
padding: 10px;
text-align: justify;
}

#footer {
font-size: 80%;
}
