/* 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-color:white;
}

/* ------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 : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/imageMainTransp.jpg); 
background-repeat : no-repeat;
} 

#imagBio 
{ 
width : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/bio.jpg); 
background-repeat : no-repeat;
} 

#imagJournal 
{ 
width : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/journal.jpg); 
background-repeat : no-repeat;
} 

#imagPress 
{ 
width : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/press.jpg); 
background-repeat : no-repeat;
} 

#imagContact 
{ 
width : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/contact.jpg); 
background-repeat : no-repeat;
} 

#imagStore 
{ 
width : 190px; 
float : left; 
height : 270px; 
text-align : left; 
background-color : #ffffff; 
background-image : url(http://www.MichaelTillman.com/images/store.jpg); 
background-repeat : no-repeat;
} 
#btnnav 
{ 
width : 734px; 
top: 70px; 
height: 20px; 
text-align: right; 
} 

#btnnav ul 
{ 
list-style : none; 
margin-top: 0; 
margin-right: 50px;
} 

#btnnav ul li 
{ 
padding: 6px 0px 2px 20px; 
text-decoration:none; float: right;
}

 /* ------Content-------------- */ 
 
 #content 
 { 
 width : 725px;
 padding : 5px 10px 0px; 
 margin: 0px 0px -30px 0px; 
 background-color : #fff; 
 } 
 
 html > body 
 #content 
 { 
 width : 725px;
 } 
 
 #content p 
 { 
 margin: 0px 0px 0px 210px; 
 font-family : Verdana, sans-serif; 
 font-size : 10px; 
 color : #333333; 
 font-style : normal; 
 line-height : 13px; 
 padding : 0 10px 0 0; 
 background-color : #fff;
 } 
 
 #content h2 
 { 
 font : 11px Verdana, sans-serif; 
 font-weight : bold; 
 color : #990000; 
 border-bottom : 1px solid #990000; 
 margin : 5px 10px 5px 210px;
 } 
 
 #content h3 
 { 
 font : 10px Verdana, sans-serif; 
 font-weight : bold; 
 color : #666666;
 padding : 0 10px 0 210px;
 }	 
 
 .imgLeft 
 { 
 float : left; 
 padding : 0 10px 0 0;
 } 
 
 .dropcap 
 { 
 color : #666666; 
 font-size : 36px; 
 float : left; 
 padding-right : 3px;
 }
 
 -->
