/*
CSS for Thomas Productions site
*/
* { 
margin:1px;
 padding:1px;
 }
 
 em {
 text-transform: uppercase
 }
 
#navigation ul {  
margin: 0;         
padding: 5px;        
 list-style-type: none;         
 text-align: center;        
 background-color: #000;         
 } 
 
 #navigation
 ul li { 
 display: inline;        
 } 
 
 .paragraphmoving1 {
 position: absolute;
 top: 30%;
 left: 45%;
 width: 600px;
 color: black;
 }
 
  .paragraphmoving2 {
 position: absolute;
 top: 43%;
 left: 45%;
 width: 600px;
 color: black;
 border-left-color: black;
 border-left-width: 5px;
 }
 
 
 #navigation ul li a {    
 text-decoration: none;
 padding: .2em 1em;         
 color: #fff;         
 background-color: #000;         
 }
 
 #navigation ul li a:hover {
 color: #000;background-color: #fff;         
 } 
 
body {
font-family: Verdana; Helvetica, Arial, sans-serif;
background-image: "../images/Bkground.jpg";
line-height: 125%;
padding: 15px;
}

#tagline {
position: absolute;
top: 8%;
left: 50%;
}

p
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: xl-large;
}

li {
font size:small;
}

h2 {
color:black;
font-size: large;
font-weight: normal;
position: absolute;
left: 30%;
padding: 3px;
margin: 3px;
}



#bodycontent {
margin: 7px;
padding: 7px;
}

p {font-size:small;
color:white;
}