body{  
margin-left: auto; /*Margin left and and margin right set to auto centers the content*/
margin-right: auto;

font-family: verdana, tahoma, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 8pt;
background-color:#7dae75;

}


#container{
width: 770px;
overflow: hidden; 
background-color: #dee5dc;
margin-left: auto;
margin-right: auto;

}

#container2{
width: 770px;
overflow: hidden; 
background-color: #dee5dc;
margin-left: auto;
margin-right: auto;
padding: 5px 10px 5px 10px;
border: 1px solid white;
}

.nb{
border: 2px dotted #FFC125;
width: 450px;
padding: 5px 10px 5px 10px;
font-weight: bold;
margin-right: auto;
margin-left: auto;
}

p.small{
font-size: 8pt;
}



#header{
background:white url('images/ballinskelligs.jpg') 
no-repeat; 
height: 170px;
overflow:hidden;
/*#7dae75; */
color: #9aa4a8;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 28pt;
border-bottom: 1px solid white;
width: 770px;
margin-left: auto;
margin-right: auto;

}

#main{
width: 770px;
color: white; /* #787979; */
font-family: tahoma, Lucida Sans, Arial;
font-size: 8pt;  
background-color: transparent;
padding: 0px;
margin: 0px;
}

.content{
float: left;
border-top: 15px solid #dbe4d9;
border-right: 10px solid #dbe4d9;
border-bottom: 15px solid #dbe4d9;
border-left: 0px solid #dbe4d9;
width: 575px;
padding: 10px 10px 10px 15px;
overflow: auto;
color: #515151;/*#a3ac90; #787979; */
font-family: tahoma, Lucida Sans, Arial;
font-size: 10pt;
text-align: justify;  
background-color: white;/*#dee5dc;
*/
min-height:435px;
}

.rightcontent{
width: 158px;
float: left;
background-color: #dbe4d9;
margin-top: 15px;
min-height: 435px;
}

h2{
font-family: Lucida Sans, Trebuchet MS, Arial, Lucida Calligraphy;
font-size: 14pt;
text-align: left;
color: #7dae75;}

.sel
{
height:35px; 
width: 108px;
float: left;
color: #7dae75;/*#a3ac90;*/
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 10pt;
font-weight: bold;
background-color: #dbe4d9;
text-align: center;

/*border-left:1px solid white;
border-right:1px solid white;
*/}

.buy{
text-align: center;
}
.buy2{
text-align: center;
filter:alpha(opacity=65);
-moz-opacity:.65;
opacity:.65;}

img.behind{
z-index: -1;}

img.two{
filter:alpha(opacity=65);
-moz-opacity:.65;
opacity:.65;
}

img.buynow{float: right;
padding: 0px 5px 0px 5px;}

img.buynow2{float: right;
padding: 0px 5px 0px 5px;
filter:alpha(opacity=65);
-moz-opacity:.65;
opacity:.65;
}


a.nav:link
{
height:35px; 
width: 110px;
float: left;
color: white;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 10pt;
font-weight: bold;
background-color: #787979;
text-align: center;

}


a.nav:visited
{
height:35px; 
width: 110px;
float: left;
color: white;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 10pt;
font-weight: bold;
background-color: #787979;
text-align: center;
}
a.nav:hover{
height:35px; 
width: 110px;
float: left;
color: white;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 10pt;
font-weight: bold;
background-color: #7dae75;
text-align: center;
}

.navbar{
height:35px; 
background-color: #9aa4a8;
border-top: 1px solid white;
margin: 0px auto 0px auto;
width: 770px;
overflow: hidden;
color: white;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 8pt;/*
text-align: center;
padding-left: 35px;
padding-right: 35px;*/
}

.topbar{
margin-left: auto;
margin-right: auto;
width: 770px;
height: 15px;
color: #dee5dc;
background-color: #7dae75;
border-top: 1px solid white;
border-bottom: 1px solid white;
text-indent: 20px;
}

#footer{
margin-left: auto;
margin-right: auto;
width: 770px;	
height:80px;
background-color: #9aa4a8;
margin: 0px auto opx auto;
color: #515151;
font-family: Tahoma, Georgia, Lucida Sans, Arial, Lucida Calligraphy;
font-size: 10pt;
text-align: center;
line-height: 200%;
letter-spacing: 10px;
}



/*The three below are used in conjunction with the a tag - depending on whether it is checked or hovered over or not visited yet */

a{
text-decoration: none;
}
a:link{
color: #0650ac;
}     
/* unvisited link */

a:visited{
color: #0650ac;
}  
/* visited link */
	
a:hover{
color: #3834a6;
text-decoration: underline;
}  /* mouse over link */



span{
color: yellow;
}

span.green{
color: #7dae75;
font-weight: bold;
}

span.green2{
color: white;
background-color: #7dae75;
font-weight: bold;
}

textarea
{
color: black;
font-family: tahoma, Lucida Sans, Arial;
font-size: 10pt;
}

img{
border: 0px solid black;
}
img.left{
border: 5px solid #dee5dc;
float: left;
margin-right: 10px;

}

img.right{
border: 5px solid #dee5dc;
float: right;
margin-left: 10px;
}