a:link
{
text-decoration: none;
color: #a9a9a9;
  transition:all 2s ease-in-out;
  -webkit-transition:all 2s ease-in-out;
  -moz-transition:all 2s ease-in-out;
  -o-transition:all 2s ease-in-out;
  -ms-transition:all 2s ease-in-out;
  transition:all 2s ease-in-out; 
}
a:visited
{
color: #787878;
}
a:hover
{
color: #000099;
  transition:all .7s ease-in-out;
  -webkit-transition:all .7s ease-in-out;
  -moz-transition:all .7s ease-in-out;
  -o-transition:all .7s ease-in-out;
  -ms-transition:all .7s ease-in-out;
  transition:all .7s ease-in-out; 
}
a:active
{
color: #47cefa;
  transition:all 0s;
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -o-transition:all 0s;
  -ms-transition:all 0s;
  transition:all 0s; 
}

#articles a#articles,
#bio a#bio,
#videos a#videos,
#home a#home,
#lessons a#lessons,
#links a#links,
#location a#location
{
color: #606060;
font-weight: bold;
}

#background
{
position: fixed;
min-height: 100%; 
min-width: 100%;
background-image: url(stylepics/background.jpg);
background-repeat: repeat-x;
}

#badge
{
position: fixed;
background: ;
right: 150px;
bottom: 20px;
width: 150px;
height: 150px;
margin-top: ;
}

body
{
font-family: Arial;
}

#banner
{
position: fixed;
width: 1000px;
height: 168px;
top: 2px;
}

.content
{
position: relative;
width: 1000px;
height: auto;
margin: auto;
}

#guitar
{
left: 0px;
top: 0px;
height: 900px;
widows: 276px;
}

h1
{
color: #000099;
font-family: Arial;
font-size: 20px;
text-align: left;
margin-top: 0px;
background: ;
}

html, body
{
height: 100%;
margin: 0;
text-align: justify;
}

li
{
color: #000;
font-family: Arial;
font-size: 16px;
margin: 0 0 0 -25px;
}

#menu
{
position: fixed;
right: 150px;
width: 200px;
margin-top: -10px;
text-align: right;
font-family: Arial;
font-size: 35px;
}

p
{
font-family: Arial;
font-size: 16px;
color: #000;
}

.pad
{
width: 900px;
height: 200px;
}

.textboxsmall
{
background: #dddddd;
height: 280px;
padding: 0 10px 0 10px;
width: 220px;
}

.textboxsmallbadge
{
background: ;
height: 280px;
padding-left: 20px;
width: 220px;
}

.textboxmedium
{
background: #dddddd;
height: ;
padding: 10px 10px 10px 10px;
width: 349px;
}

.textboxwide
{
background: #dddddd;
height: ;
padding: 10px 10px 10px 10px;
width: 733px;
}

.textend
{
background: ;
height: 10px;
margin: 0 0 0 0;
width: 240px;
}

.textendwide
{
background: ;
height: 10px;
margin: 0 0 0 0;
width: 743px;
}

.texttop
{
height: 10px;
margin: 0 0 0 0;
width: 240px;
background: ;
}

.texttopwide
{
height: 10px;
margin: 0 0 0 0;
width: 753px;
}

.textmedium
{
float: left;
width: 349px;
height: 280px;
margin: 0px 0px 17px 17px;
padding: 0 10px 10px 10px;
}

.textwrapsmall
{
float: left;
width: 240px;
height: ;
margin: 0 0 17px 17px;
}

.textwrapwide
{
float: left;
width: 753px;
height: ;
margin: 0 0 17px 17px;
}

.videoproblem
{
font-size: 14px;
}