/* CSS Document */
<!--
body {
background-color : white;
font-family : Verdana, sans-serif;
background-image : url();
background-color: #000000;
background-repeat : repeat;
}

h1 {
font : 11px Verdana, sans-serif;
font-weight : bold;color : white;
background-color : #990000;
padding : 2px 6px;
}

/* ------General links-------------- */
a:link {
color : #990000;
}
a:visited {
color : #666666;
}
a:hover {
color : red;
}
a:active {
color : #990000;
}
#top {
width : 745px;
background-image : url(http://www.MichaelTillman.com/images/top.jpg);
background-repeat : no-repeat;
background-position : top;height : 79px;
}
#frame {
width : 745px;
margin : 0 auto;border : 1px solid #333333;
background-image : url(http://www.MichaelTillman.com/images/bk1Front.jpg);
background-repeat : repeat-y;
background-color : #ffffff;
}
/* ------TOP NAV------------- */
#topnav {
width : 734px;
top : 60px;
height : 20px;
text-align : left;
padding : 6px 6px 2px;
background-color : #990000;
font-family : Verdana, sans-serif;
color : white;
font-size : 11px;
}
#topnav ul {
list-style : none;margin-top : 0;
}
#topnav ul li {
display : inline;
color : white;
}
#topnav ul li a {
color : #fff;
padding : 6px 6px 2px;
text-decoration : none;
font-weight : bold;
}
#topnav ul li a:hover {
color : #fff;
text-decoration : none;
font-weight : bold;
background-color : #000;
padding : 3px 6px;
}
/* ------ medium image on the left side-------------- */
#imagFront {
width : 200px;
float : left;
text-align : left;
height : 150px;
background-color : #ffffff;
background-image : url(http://www.MichaelTillman.com/images/imgFront1.jpg);
background-repeat : no-repeat;
}
#Main {
background-color : #000000;
}
/* ------Content-------------- */
#content {
width : 725px;
margin : 0;
background-color : #ffffff;
width : 725px;
background-image : url(http://www.MichaelTillman.com/images/bk1Front.jpg);
background-repeat : repeat-y;
}
html > body #content {
width : 725px;
}
#content p {
font-family : Verdana, sans-serif;
font-size : 10px;
color : #333333;
font-style : normal;
line-height : 13px;
padding : 0 0 0 220px;
}
#content h2 {
font : 11px Verdana, sans-serif;
font-weight : bold;
color : #990000;
border-bottom : 1px solid #990000;
margin : 5px 0 5px 220px;
}
#content h3 {
font : 10px Verdana, sans-serif;
font-weight : bold;
color : #666666;
border-bottom : 1px solid #990000;
padding : 0 10px 0 220px;
}
.imgLeft {
float : left;
padding : 0 10px 0 0;
}
.imgRight {
float : right;
padding-left : 10px;
}
#footer {
background-color : #000000;
}
.footer {
font-family : Verdana, sans-serif;
font-size : 10px;
color : white;
font-weight : bold;
text-align : center;
padding : 10px;
}
#footer a:link {
color : white;
}
#footer a:visited {
color : white;
}
#footer a:active {
color : white;
}-->