
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#container {
margin-left: auto;
margin-right: auto;
width: 600px;
}

#header {
position:relative;
height: 227px;
background-image: url(images/ancharraig-header.jpg);
background-repeat: no-repeat;
font-size: 10px;
padding:5px 0px 0px 5px;
}

#header a {
position:absolute;
text-decoration: none;
color:#CCFFCC;
top: 105px;
left: 0px;
}

#header a:visited{
color:#CCFFCC;
}

#header a:hover{
color:#99CC99;
}

#header a.current{
color:FFFFFF;
}

#menu {
width: 600px;
height: 20px;
line-height: 20px;
font-weight: bold;
background-image: url(images/ancharraig-menu.jpg);
}

#menu ul{
list-style-type: none;
width: 100%;

margin: 0px;
padding: 0px;
}

#menu li {
float:left;
width: 100px;
}

#menu a {
width: 100px;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
}

#menu a:active{
background-color: #FFFFFF;
}

#menu a:hover{
background-image: url(images/white.png);
}

#menu .current {
background-image: url(images/white.png);
}

#content {
background-color:#FFFFFF;
padding: 15px;
text-align:justify;
}

#content h1{
font-size: 14px;
font-weight: bold;
color:#999999;
}

#content h2{
font-size: 13px;
font-weight: bold;
color:#999999;
}

#content a {
text-decoration: none;
}

#content p {margin: 0 0 15px 0;}

#content .aistir{
padding: 10px;
background-color: #6699FF;
background-image: url(images/sky.jpg);
background-repeat:no-repeat;
}

#calendar {
margin: 10px 10px 0px 0px;
padding: 25px 5px 0px 20px;
text-align:justify;
background-image: url(images/frame2.png);
background-repeat: no-repeat;
float: left;
width:100px;
min-height:250px;
}

#calendar a {
color: #000000;
text-decoration: none;
}

#news {
background-color:#FFFFFF;
padding: 10px 10px 10px 10px;
text-align:justify;
float:left;
width:400px;
}

#footer {
background-color: #CCCCFF;
text-align: center;
font-size: 10px;
line-height: 20px;
padding: 0px 0px 0px 0px;
float: left;
width:600px;
}

