/*

Date: 10/jan/2009

primary colours:

redbrown #3f110b
greybrown #231f20
beige #FCE0A1
blue #0B2442
*/


html {
background: #0F0200
}

body {

font-size: 90%;
font-family: georgia, san-serif;
line-height: 1.6em;
text-align: center;
color: #231f20;
}

ul, li, img, body, html {
margin: 0; padding: 0;
}

a {

text-decoration: none;
color: #231f20
}

a:hover {

text-decoration: underline;
color: #54230d;
}

a img {
border: none;
}

h2 {
font-family: georgia;

}

.fr{
float: right;
}

.fl {
float: left;
}




#container {
text-align: left;
width: 800px;
margin: auto;
background: #FCE0A1;
}

#container ul {
list-style-type: none;
}

#header {
overflow: hidden;
}

#header h1 {
display: none;
}

#slogan p {
font-size: 1.4em;
font-family: Times New Roman;
color: #F1BF83;
text-align: center;
margin-top: 0;
margin-bottom: 0;
width: 800px;
background: #0B2442;
border-top: 1px0lid #0B2442;
border-bottom: 1px solid #0B2442;
}

#headerimg 
{
    padding-bottom: 0;
}

#sidebar2 
{
    position: absolute;
    right: 720px;
    top: 430px;
    width: 25px;
    clear: both;
    float: left;
}

/* SIDEBAR */

#sidebar {
width: 168px;
float: left;

}

#sidebar ul#nav li {
border-top: 1px solid #f6f4f4;
border-bottom: 1px solid #b2b2b2;
text-align: right;
padding-right: .5em;
line-height: 1.7em;
font-size: 1.4em;
}

#sidebar ul#nav li:hover {

background: #3f110b url(images/musicnote.jpg) 2% 50% no-reapeat;
border-top: 1px solid white;
}

#nav li a:hover {
text-decoration: none;
}

#sidebar2 h2 {
background: #0B2442;
color: #F1BF83;
padding: .2em;
}

#sidebar2 {
width: 168px;
float: left;
position: static;

}

#sidebarleft {
width: 50px;
float: left;
padding: 0 0 0 1em;
}

#sidebarright {
width: 50px;
float: right;
}

#sidebarcent {
font-size: 11px;
line-height: 1em;
float: right;
padding: 0 0 0 1em;
}



/* MAIN CONTENT */

#maincontent {
padding: 0 1em;
margin-left: 185px;
}

#maincontent div {
overflow: hidden;
}

#one{
color: #3f110b;
font-size: large;
text-decoration: bold;
}

#one, #two {
padding: 1em;
}

#two div {
padding: 0 1 em;
}

#two #text {
float: left;
width: 300px;
margin-right: 1em;
text-align: left;
}

#two #image {
float: right;
width: 250px;
margin: 0;
padding: 0;
position: relative;
}

#footer {
clear: both;
text-align: right;
font-size: .7em;
font-family: Times New Roman;
color: #F1BF83;
width: 800px;
background: #0B2442;
}


