.bonanetxt 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; color: #003300; 
background-image: url(images/kellsgrlge.gif);
background-repeat: repeat
}

#header-container 
{
    background: url("images/kellsgrlge.gif") repeat-x scroll left bottom transparent;
    height: 90px;
}
h3 
{  
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 20px; 
font-weight: bolder; 
color: #999966
}
h4 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-style: normal; 
font-weight: bold; 
color: #003300
}
.bg 
{  
background-attachment: scroll; 
background-image: url(images/inside.jpg); 
background-repeat: no-repeat; 
background-position: left top}
.sidetext 
{  
font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
font-size: 12px; 
font-style: normal; 
color: #003300
}
.btmmenu 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #003300
}




blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 90px;
	background: url(../images/header-bg.png) repeat-x left bottom;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 90px 0 40px;
}

#content {
	float: left;
	width: 625px;
}


/* --- Container configuration ---------------------------------------------------------- */
.viewport {
    border: 0px solid #eee;
    float: left;
    height: 86px;
    margin: 0 0px 0px 0;
    overflow: hidden;
    position: relative;
    width: 108px;
}

/* This is so that the 2nd thumbnail in each row fits snugly. You will want to add a similar
   class to the last thumbnail in each row to get rid of the margin-right. */
.no-margin {
    margin-right: 0;
}

/* --- Link configuration that contains the image and label ----------------------------- */
.viewport a {
    display: block;
    position: relative;
}

.viewport a img {
    height: 86px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 108px;
}

/* --- Label configuration -------------------------------------------------------------- */
.viewport a span {
    display: none;
    font-size: 0em;
    font color: #00FF00;
    font-weight: normal;
    height: 86px;
    padding-top: 0px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 108px;
    z-index: 0;
}
    .viewport a span em {
        display: block;
        font-size: 0em;
        font-weight: normal;
    }

/* --- Dark hover background ------------------------------------------------------------ */
.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 0px;
}
    .dark-background em {
        color: #ccc;
    }

/**
 * You could create multiple hover background classes for different looks depending on the
 * image type. Use your imagination!
 */




#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background: url(../images/footer-bg.png) repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}


