@charset "utf-8";
@import "reset.css";
img, div {
    behavior: url(/css/iepngfix.htc);
}
body {
    background: #000 url(../images/bg.jpg) repeat;
    font-family: "Verdana";
    font-size: 12px;
    line-height: 15px;
}

a {
    color: #fff;
    text-decoration: underline;
}

.gray {
    color: gray;
}

.pointer {
    cursor: pointer;
}

.clear {
    clear: both;
}

div#wrapper_banner {
    margin: 0px auto;
    width: 832px;
}
div#wrapper {
    margin: 0px auto;
    width: 800px;
    height: 455px !important;
    height: 447px;
    padding: 16px;
    background: #1b9bbb;
}   

ul#menu {
    float: left;
}

ul#menu li {
    float: left;
    height: 50px;
    width: 100px;
    cursor: pointer;
}

ul#menu li a {
    display: block;
    width: 100px;
    height: 50px;
}

ul#menu li#home{
    background: url(../images/home_new.gif);
}

ul#menu li#news{
    background: url(../images/news_new.gif);
}
ul#menu li#biography{
    background: url(../images/biography_new.gif);
}
ul#menu li#music{
    background: url(../images/music_new.gif);
}
ul#menu li#concerts{
    background: url(../images/concerts_new.gif);
}
ul#menu li#gallery{
    background: url(../images/gallery_new.gif);
}
ul#menu li#links{
    background: url(../images/links_new.gif);
}
ul#menu li#contact{
    background: url(../images/contact_new.gif);
}
div#content {
    float: left;
    width: 800px;
    height: 405px !important;
    background: url(../images/bg_content.jpg) no-repeat;
}
div#wrapper_images_banner{
    position: absolute;
    height: 323px;
    margin: 34px 0px 0px 12px;
    border:1px solid #fff;
}
div#right {
    position: absolute;
    width: 479px;
    height: 336px;
    border: 1px solid #fff;
    margin: 34px 7px 0px 272px;
    color:  #fff;
    padding: 5px 20px 20px 20px;
    overflow:scroll;
    overflow-x: hidden;
}

#load {
    width: 150px;
    margin: 100px auto;
    text-align: center;
}

div#right img.header {
    float: left;
    width: 180px;
    height: 35px;
}

div#pager {
    margin-top: 8px;
    float: right;
    text-align: center;
    cursor: pointer;
}

ul#news li {
    padding-bottom: 30px;
}
ul#news li h1 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    font-style: italic;
    text-decoration: underline;
}
span.date_entered {
    float: right;
    font-size: 10px;
}
ul#gallery li {
    float: left;
    width: 135px;
    height: 135px;
    text-align: center;
    padding: 2px;
    margin: 2px;
    background: #fff;
}
ul#gallery li img {
    border: 1px solid #fff;
}
ul#links li {
    list-style-type: disc;
    padding: 5px 0px;
}
ul#links li a {
    font-style: italic;
    text-decoration: underline;
}

ul.form {
    padding-top: 20px;
}

ul.form li label {
    font-weight: bold;
    float: left;
    width: 60px;
    height: 20px;
    padding: 5px 0px;
}

.inputs {
    float: left;
    margin-left: 5px;
    border: 1px solid #000;
    width: 100px;
}

label.error {
    border: none;
    color: red;
}

#result {
    clear: both;
    color: green;
    font-weight: bold;
}

#send {
    background: #000;
    color: #fff;
    font-weight: bold;
}

#formErrors {
    clear: left;
}

ul.form li.label {
    clear: left;
    font-size: 10px;
}

.error {
    border: 1px solid red;
}

.ok {
    clear: left;
    color: #86bd46;
    font-weight: bold;
}

div#music{
    float: left;
    width: 220px;
    text-align: justify;
}

div#music p {
    padding: 10px;
}

div#movies {
    float: right;
    width: 200px;
}

div#movies p {
    padding: 10px;
}

div#movies ul {
    margin-top: 15px;
}

div#movies ul li {
	   margin-top: 5px;
}
span#projectby {
    width: 800px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
}
div#footer {
    width: 832px;
    margin: 0 auto;
    padding-top: 5px;
    color: #fff;
    font-size: 10px;
}
div#footer span#copyright {
    float: left;
    padding-bottom: 20px;
}
div#footer span#madeby {
    float: right;
    padding-bottom: 20px;
}
#bannerRk {
	float: left;
	width: 463px;
	height: 100px;
}

#mp3player {
	margin:76px 0px 0px 0px;
    float: right;
}