/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/

/** Common Styles */

body {
        margin: 20px 0 0 0;
        padding: 0;
        background: #FAF0FF;
        line-height: 1.6em;
        text-align: justify;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #757575;

}

h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        color: #888888;
}

ul {
        margin-left: 0px;
        padding-left: 0px;
        list-style-type: none;
}

a {
        color: #F06C00;
}

a:hover {
        text-decoration: none;
}

span.blackbold {
  color: #000000;
  font-weight: bold;
}

/** HEADER - index.html  */

#header {
        width: 800px;
        height: 500px;
        margin: 0px auto;
        background: url(images/startlogo_1_802x500.jpg) no-repeat left top;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
}

#header h1 {
        float: left;
        margin: 0px;
        padding: 207px 0px 0px 40px;
        text-transform: uppercase;
        font-size: 30px;
        color: #FFFFFF;
}

#header h2 {
        float: right;
        margin: 0px;
        padding: 205px 30px 0px 0px;
        text-transform: uppercase;
        color: #FFFFFF;
}

/** HEADER1 - index1.html*/

#header1 {
        width: 800px;
        height: 232px;
        margin: 0px auto;
        background: url(images/guitar_1_804x232.jpg) no-repeat left top;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
}

#header1 h2 {
        float: right;
        margin: 0px;
        padding: 205px 30px 0px 0px;
        text-transform: uppercase;
        color: #FFFFFF;
}

/** MENU */

#menu {
        width: 800px;
        height: 50px;
        margin: 0px auto;
        background: url(images/xyz.jpg) no-repeat left top;
}

#menu ul {
        margin: 0px 0px 0px 350px;
        padding: 0px;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        float: left;
        background: #000000;
        margin-top: 10px;
        margin-right: 50px;
        padding: 5px 20px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        color: #C2A6D9;
}

#menu a:hover {
        color: #FFFFFF;
}

/** MENU1 */

#menu1 {
        width: 800px;
        height: 50px;
        margin: 0px auto;
        background: url(images/xyz.jpg) no-repeat left top;
}

#menu1 ul {
        margin: 0px 0px 0px 340px;
        padding: 0px;
        list-style: none;
}

#menu1 li {
        display: inline;
}

#menu1 a {
        display: block;
        float: left;
        background: #000000;
        margin-top: 10px;
        margin-right: 50px;
        padding: 5px 20px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        color: #C2A6D9;
}

#menu1 a:hover {
        color: #FFFFFF;
}

/** CONTENT */

#content-wrap {
        width: 800px;
        height: 138px;
        margin: 0 auto;
        background: url(images/white_line_1_802x138.jpg);//* repeat-y left top;*/
}

#content {
        width: 740px;
        margin: 0px auto;
        padding-top: 30px;
}

#columnA {
        float: right;
        width: 740px;
}

#columnA h2 {
/**        border-bottom: 1px #FFA66B dashed; */
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
}

#columnB {
        float: left;
        width: 200px;
}

#columnB h2 {
        border-bottom: 1px #FFA66B dashed;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
}

#columnB strong {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #575757;
}


/** FOOTER */

#footer {
        width: 840px;
        height: 0px;
        margin: 0px auto;
        background: url(images/image04.jpg) no-repeat left top;
        font-size: 11px;
        color: #000000;
}

#footer p {
        margin: 0;
        padding: 5px 10px;
}

#footer .copyright {
        float: left;
        margin: 10px 0px 0px 30px;
        padding-left: 20px;
        text-align: center;
}

#footer .links {
        float: right;
        margin: 50px 30px 0px 0px;
        padding-right: 20px;
        text-align: center;
}

#footer .css {
        padding-left: 20px;
}

#footer .xhtml {
        padding-left: 20px;
}

#footer a {
}