html, body 
{
	background: url(../images/headerbkgrnd.jpg) repeat-x #000;
	margin: 0px auto;
	padding: 0px;
}

div
{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 11.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #ccc;
	}

img {border: 0;}
iframe {height: 100%; width: 100%;}

.ModalBackground {background-color: Black; filter: alpha(opacity=80); opacity: 0.7;}

gallery {
    background-color: #444;
    padding: 10px;
    width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
    border: 5px solid #3e3e3e;
    border-width: 5px 5px 5px;
}
#gallery ul a:hover img {
    border: 5px solid #000;
    border-width: 5px 5px 5px;
    color: #fff;
}
#gallery ul a:hover { color: #fff; }





.search {color: Red; 
         text-transform: uppercase;}

#headercontainer {width: 1000px; min-height:89px; margin-left: auto; margin-right: auto;}
#logo {position: absolute; width: 115px; margin-left: 20px;}
#btncontainer {float: right; width: 800px; margin-bottom: 20px; margin-top: 10px; text-align: right;}
#searchcontainer {float: right; width: 800px; height: 30px;  text-align: right;}
#box001 {position: absolute; width: 290px; height: 100px; overflow: hidden; margin-top: 425px; margin-left: 25px;}
#box002 {position: absolute; width: 290px; height: 100px; overflow: hidden; margin-top: 425px; margin-left: 355px;}
#box003 {position: absolute; width: 290px; height: 100px; overflow: hidden; margin-top: 425px; margin-left: 685px;}
#footercontainer {background: url(../images/footerbkgrnd.jpg) repeat-x; width: 100%; min-height: 125px; border-top: 1px solid #666;}
#leftside {width: 230px; float: left; margin-left: 20px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px;}
#rightside {width: 710px; float: left; margin-top: 20px; background: #fff; padding: 5px; min-height: 250px; margin-bottom: 20px;}

#AboutAvalon {background: url(../images/content.gif) no-repeat; height: 137px; width: 1000px;}

.footerpadding {width: 1000px; margin-left: auto; margin-right: auto; padding-top: 15px;}
.container {width: 1000px; margin-left: auto; margin-right: auto;}
.clear {clear: both;}

a.topbtns 
{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 14.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1pt;
	line-height: 1.5em;
	color: #ccc;
	margin-left: 15px;
	}
	
a.topbtns:hover
{
	font-family: “Lucida Grande”, sans-serif;
	font-size: 14.4px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1pt;
	line-height: 1.5em;
	color: Red;
	}