// This stylesheet goes with Ôlayout_7_Shankers.htmlÕ

body {font-family: Arial, Hevetica, sans-serif; background: #e7e0cf; text-align:center;}

div.cont {   
width: 500px;
height: 45px;
margin-left: 20%;
//margin-right: 20%;
padding-top: 6px;
background.color: none;
//border-left: 1px solid #dd5555;
//border-top: 1px solid #dd5555;
//border-right: 1px solid #dd5555;
//border-bottom: 1px solid #dd5555;
}

header {
    
    height:130px;
    background-image:url("burghhead.jpg");
    background-color:#008899;
    color:white;
    text-align:center;
    padding:25px;
    padding-top: 50px;
}
nav {
    background-color:#908080;
    height:50px;
    float:top;
    padding-top:0px;
    padding-left: 20%;
    padding-right: 20%; 
 
}


div.content {
    margin-left: 20%;
    margin-right: 20%;
    padding:15mm 20mm 20mm 20mm;
    background-color:#e7e0cf;
    border: 0px solid #000000;
    text-align: justify;
    color:#371C1C;
}

// ÔasideÕ not used in layout_7
aside {
    line-height:70px;
    background-color:#908080;
    height:700px;
    width:12%;
    float:right;
    padding:5px;
    border-right: 0px solid #000000; 
}


footer {
    background-color:black;
    height:70px;
    color:white;
    clear:both;
    text-align:center;
    padding:5px; 
}
p {
    padding:0px 50px 0px 50px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    //background: #e7e0cf; // was my backgroundÉ
    //background-image: url(navi_bg.png);
    height: 80px;
    margin: auto; //centres the element within its container
    
}


ul a {
    background-image: url(navi_bg_divider.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    font-family: Arial, Hevetica, sans-serif;
    font-size: 13px;
    color: #371C1C;
}

ul a:hover {
    color: #fff;
}

li {
    float:left;
}
