/*This is the core style sheet for The Shire of Fearann na Criche - Copyright 2005*/
.ui-tabs-hide {
    display: none;
}
.tabs{
width:960px;
}
ol.menu{
width:960px;
float:left;
}
.menu{
margin-right:12px;
margin-bottom:10px;
text-align:center;
list-style:none;
}
.ui-tabs-panel {
    width: 960px;
}

body
{
    background-color: #f0edda;
    background-image: url('images/background.jpg');
    background-attachment: scroll;
    background-position: top left;
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/*Horizontal menu attributes*/



a.menu
{
    float: left;
    width: 80px;
    text-decoration: none;
    color: white;
    background-color: #993333;
    padding: 2px 6px;
    border-radius:6px;
}

a:hover.menu
{
    background-color: darkblue
}

li.menu
{
    display: inline;
}

/*Heading attributes*/

h1
{
    color: #3B3B3B;
    text-align: center;
    font-family: arial;
    font-variant: small-caps;
    border-style: double
}

h2
{
    color: #3B3B3B;
    text-align: left;
    font-family: arial;
}

/*Paragraph attributes*/

p
{
    color: #3B3B3B;
    text-align: justify;
    font-family: times;
    font-size: 12px;
}

p.footer
{
    color: #3B3B3B;
    font-family: arial;
    font-size: 7px;
}
