* {
    padding: 0;
    margin: 0;
}
body {
    background: #000000;
    font-family: "Times New Roman";
    background: repeat url(../images/background.jpg);
    line-height: 1.5em;
    font-size: 17px;
    color: #ffffff;
}
a {
    color: #e63d00;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
#guitar {
    position: absolute;
    top: 0;
    left: 0;
    width: 224px;
    height: 811px;
    background: no-repeat url(../images/guitar.jpg);
    z-index: 0;
}
#wrap {
    position: relative;
    top: 0;
    left: 245px;
    width: 745px;
    background-repeat: repeat-y;
    z-index: 1;
}
#header_navigation {
    margin-top: 6px;
    height: 30px;
    color: #ffffff;
}
#header_navigation div {
    position: relative;
    width: 100%;
    height: 100%;
}
#header_navigation div ul {
    list-style-type: none;
    width: 760px;
    height: 100%;
}
#header_navigation div ul li {
    display: inline;
    height: 100%;
    float: left;
    padding: 0 10px;
}
#header_navigation div ul li.first {
    padding: 0 10px 0 0;
}
#header_navigation div ul li a {
    display: block;
    color: #ffffff;
}
#header_navigation div ul li a:hover {
    color: #e63d00;
    text-decoration: none;
}
#header_navigation div ul li a.trail, #header_navigation div ul li.active {
    display: block;
    color: #e63d00;
}
#header {
    margin-left: 70px;
    width: 654px;
    height: 150px;
    background: url(../images/logo.jpg) no-repeat;
}
.middle {
    margin-top: 10px;
    width: 100%;
}
#title {
    font-size: 26px;
    letter-spacing: 4px;
}
.ce_text {
    margin-bottom: 25px;
}
.ce_text h1 {
    font-size: 19px;
    font-weight: bold;
}
p.error {
    color: #ff0000;
}
.mod_article {
    padding-bottom: 40px;
}
.mod_newsarchive div {
    margin-bottom: 20px;
}
.mod_newsarchive div.last {
    margin-bottom: 0px;
}
.mod_newsarchive div div.ce_text h3.subtitle {
    margin-bottom: 4px;
}
.mod_newsarchive div h1 {
    padding-bottom: 3px;
    border: none;
    color: #003366;
    font-size: 19px;
    letter-spacing: 1px;
}
.invisible {
    display: none;
}
#footer {
    padding-top: 4px;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ababab;
    z-index: 3;
    text-align: center;
    font-size: 13px;
}
.ce_comments .form {
    padding-bottom: 40px;
}
.ce_comments h1 {
    font-size: 19px;
}
.form form .formbody div.widget {
    padding: 5px 0;
}
.form form .formbody div.widget input {
    margin-right: 10px;
}
.form form .formbody div.widget textarea {
    width: 500px;
    height: 150px;
}
.comment_default {
    margin-top: 10px;
    padding: 8px;
    border: #ffffff 1px solid;
}
.comment_default legend {
    padding: 0 5px;
	color: #ffffff;
}
.mod_sitemap ul, .mod_sitemap ul li ul {
    margin-left: 30px;
}
.pagination li {
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.pagination {
    padding-top: 10px;
    height: 30px;
}
.pagination p {
    width: 160px;
    float: left;
    text-align: left;
}
.pagination ul {
    width: 240px;
    float: right;
    margin: 0px;
    padding: 0px 3px;
    text-align: right;
}
#newsletter div.ce_form {
    margin-top: 25px;
}
#newsletter form div label.mandatory {
    margin-right: 20px;
}
