/*basic layout*/

body {
    font-family:Arial;
    font-size: 15px;
	line-height: 1.1em;
	margin: 0; 
	padding: 0;
    }

#wrapper {
    width:761px;
    margin:auto;
    }
    
#header {
    background-image:url(images/header.gif);
    background-repeat:no-repeat;
    height:140px;
    }
    
#content {
    border-left:2px solid black;
    border-right:2px solid black;
    padding:30px 40px 0px 40px;
    /*background-image:url(images/bgslice.gif);*/
    }
    
#content_pics {
    border-left:2px solid black;
    border-right:2px solid black;
    padding:30px 40px 0px 100px;
    }
    
#left {
    width:400px;
    float:left;
    }
    
#left2 {
    width:400px;
    }

#right  {
    width:230px;
    float:right;
    }
    
#right2  {
    width:130px;
    background-color:red;
  float:right;
    /*padding-left:38px;*/
    }
    
#clear {
    clear: both;
    height: 0px;
    }

#footer {
	clear:both;
	}
    
    
/* text size and layout */

#header {
    }
    
#footer {
    color: #646464;
    /*padding-top: 17px;*/
    height: 47px;
    border-top-width: 1px;
    border-top-style: dashed;
    background-position-x: center;
    background-position-y: bottom;
    width:761px;
    text-align:center;
    font-size:.8em;
    background-repeat:no-repeat;
    background-image:url(images/footer.gif);
    }

.main {
    line-height:1.6em;
    text-align:justify;
    }

.rightbold {
	padding-top: 20px;
	margin-top: 20px;
	font-size: 1.3076923076923077em;
	line-height: 1.0588235294117647em;
    font-style:bold;
    color: #e89023;
    }

.rightp {
    font-size:.98em;
    color:#333;
    text-align:justify;
    }
    
#left p {text-align: justify; line-height: 1.3em;}
    
.underline {
	text-decoration: underline;
}
    
.bigtext {

	color: #136017;

	font-style: bold;

	font-size: 1.8em;

}

.smalltext{
	line-height: 1.1em;
	font-size: 12px;
}
/* nav bar */
ul#navlist
{
text-align:right;
margin-right: 20px;
/*padding-top:120px;*/
position:relative;
top:120px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { color: white; padding: 3px 8px; }

#navlist a:link, #navlist a:visited
{
color: #067709;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #e89023;
text-decoration: none;
}

/* img border styles */

.shadowed { 
  float:right;
  background: url(images/drop-shadow.png) no-repeat bottom right !important;
  background: url(images/drop-shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.shadowed img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  margin: -6px 6px 6px -6px;
  padding: 4px;}
  
/* gallery */

#main-content {}

#main-content li{
	position: relative;
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	float: left;
	display:inline;
	margin:5px;
}


img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}


    
