@charset "UTF-8";
/* CSS Document */

body{
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px; 
background-image: url(../images/backgrounds/bg-guitar.jpg);
background-repeat: no-repeat;
}

#main-wrapper{
width: 950px;
margin-top: 20px;
margin-left: 40px;
}

/*HEADER STYLES*/
#logo-top{
text-align: left;
padding-top: 64px;
padding-left: 23px;
}

#logo-bottom{
float: left;
width: 511px;
}

#nav-wrapper{
float: right;
width: 438px;
}

/*NAVIGATION STYLES*/
#nav ul{
margin: 0px;
padding: 0px;
list-style: none;
float: left;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }
/* End */

* html #nav ul{
width: 1%;
}

#nav li{
position: relative;
float: left;
padding-left: 20px;
}

#nav a{
display: block;
margin: 0px;
padding: 0px;
}


/*CONTENT STYLES*/
#content-wrapper{
text-align: left;
padding-top: 13px;
padding-left: 304px;
padding-right: 184px;
padding-bottom: 53px;
}

/*FOOTER STYLES*/
#footer-wrapper{
text-align: right;
padding-left: 304px;
color: #C1C1C1;
font-size: x-small;
}

#footer-wrapper hr{
border: 0px;
border-top-color: #C1C1C1;
border-top-style: solid;
border-top-width: 1px;
margin-bottom: 7px;
}
