/* CSS Document */

body
{background-color: #444838;
margin: 0pt;
}

.topbox /* Border for round logo */
{width: 800px;
background-color:#87915F;			
border-style: solid;
border-width: 1pt;
border-color: #ADB58F;
color: #D0D8B4;
valign: bottom}

.mainbox	/* background box for main text */
{
width: 802px;
max-height: 750px;
background-color: #D0D8B4;
border-style: solid;
border-width: 1pt;
padding: 1;
border-color: #1F2314;
color: #1F2314;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt}

.right  /* background for fading image */
{width: 650px;
background-image: url(images/imagebgd.jpg);
background-repeat: no-repeat;
background-position: 51pt 3pt;
padding: 5pt}


.side /* background for navigation */
{
background-image: url(images/sidepanel.jpg);
background-repeat: no-repeat;
}

	/* Main navigation <li> */

#navlist 	li{
	list-style-type:none;	/* No bullets */
	margin:-12px;	/* No margin - needed for Opera */
	}


#navlist ul {	
	padding-left:0px;
	}

#navlist li a
{font-family: arial, helvetica, sans-serif;  /* font style */
	text-decoration:none;	/* No underline */
	color:#55623A;	/* text color */
	font-size: 12px;         /* font size */
	height:30px;	/* 18 pixel height */
	line-height:15px;	/* 18 pixel height */
	vertical-align:middle;	/* Align text in the middle */
background-image: url(images/circle1.gif);
background-repeat: no-repeat;	margin:1px;	/* A little bit of air */
	padding:2px;	/* Air between border and text inside */
	padding-left:20px;
	display:block;
	}
	
#navlist li a:hover
{		color:#55623A;
background-image: url(images/circle.gif);
background-repeat: no-repeat;	}
	
/* end navigation */	
	
	
/* fade */
#imageContainer {
	height:240px;
padding-left: 65pt;
}

#imageContainer img {
	display:none;
	position:absolute;
}

/* Main text */
#textcontainer
{background-image: url(images/mainbgd.jpg);
background-repeat: no-repeat;
padding: 5pt;
margin-left: 3pt}

.copyright			/* copyright text */
{font-size: 10pt;
color: #D0D8B4;
}
.buzzweb			/* designed by Buzz */
{font-size: 10pt;
text-decoration: none;
color: #D0D8B4;}

.enlarge		/* text to click to enlarge image */
{font-size: 10pt;
color: #55623A}

.H1
{font-size: 12pt;
font-weight: bold;
text-align: center}

.H2
{font-size: 10pt;
font-weight: bold}

.email
{text-decoration: none;
color: white}