/*
slowstyle.css
*/

body {
		background : #DDFFFF url('guitar2BG.gif') no-repeat fixed 50% 50%;
		}

a:link {
		color : #008000;
		} /* Green */
		
a:active {
		color : #ffa07a;
		} /* Light Salmon */
		
a:visited  {
		color : #ba55d3;
		} /* Medium Orchid */
		
a:hover {
		font-weight: bold; color : #ff4500;
		} /* Orange Red */
		
h2 {
		color : #990033;
		line-height : 0.3cm;
		text-align : left;
		font-family : Times New Roman normal, serif;
		}
		
h5 {
		color : #990033;
		}
		
p {
		color : #3333ff;
		}
		
p.blink {
		text-decoration : blink;
		font-family : Comic Sans MS, serif;
		}

ul {
		list-style-type: none ;
		margin: 0px 0px 20px 0px ;
		padding: 7px 5px 7px 5px ;
		}
 
 ul.left {}
 
 ul.right {
		text-align: right ;
		}
 
ul li {
		display: inline ;
		padding: 0px 3px 0px 3px ;
		width: 7%;
		}


/* id declarations - only once per page */

#navigation { 
  		float: left;
/*		font-size: 1.5em; */
		font: bold;    
   	}
   
#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}  
  
#navigation #currentpage a {
		cursor: default;
		color: Blue;
		}

#main {
		float:left;
		width: 46%;
		padding:10px;
		}


#sidebar {
		float:right;
		width: 46%;
		padding:10px;
		}

#container { 
 		margin: 0 auto; 
		width: 900px; 
/*		border: 1px solid red; */
		} 

/* classes declarations - use anywhere */


