/*andrew creative style*/

body
{font-family: verdana, arial, sans-serif;
font-size: 8.6pt;
padding: 0px;
color: #382F24;
}

a:link /* unvisited link */
{color: #382F24;
text-decoration: none;
}     
a:visited /* visited link */
{color: #382F24;
text-decoration: none;
}  
a:hover /* mouse over link */
{color: #CA6029;
text-decoration: none;
}   
a:active /* selected link */
{color: #382F24;
text-decoration: none;
}   

 
#nav /*positions nav bar*/
{position: absolute;
left:0em; top: 110px; }

p#about /*test positions text box over mural*/
{
margin: 100em 50em 50em 50em;
border: solid red 2px;
}

#textbox /*positions text box over mural*/
{
position: absolute;
height: auto;
width: 29em;
left: 35px;
top: 190px;
first-letter: 14pt;
letter-spacing: 0.1em;
line-height: 1.3em; 
}

div#textbox:first-letter /*style for first letter*/ 
{
font-family: georgia, garamond, serif;
color: #382F24;
font-size:large
}

div#outer /*parent box for textbox*/
{position: relative;}

#container /*holds double rollover*/ 
 {
     position:absolute;
	 top:410px;
	 left:20px;
	 width:310px;
     background:#ffffff;
     padding:0px;
 }


#thetext /*positions the editable text box on rollover*/
{
     position:absolute;
	 top:-200px;
	 left:423px;
     width:215px;
     padding:3px;
     font-family:verdana;
     font-size:9.5px;
     text-align:left;
	  line-height:1.5em;
     word-spacing: normal;
     }

#thetext img /*positions the image relative to the editable text box on rollover*/
 {
 
 	position: absolute;
 	top: -25px;
	left: -390px;
 }

#contact /*style contact info bottom of each page*/
{
position: absolute;
height: auto;
width: 40em;
left: 520px;
top: 535px;
letter-spacing: 0.1em;
font-size: 7pt;
}

#contact2 /*style contact info bottom of roll pages*/
{
position: absolute;
height: auto;
width: 40em;
left: 500px;
top: 58px;
letter-spacing: 0.1em;
font-size: 7pt;
}

 
