/* Start Menu CSS */
.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #97B562;
    background: #3A4E17;
    font: 12px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #111111;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	border: 1px solid #3A4E17;
}
.ddmx .item2 {
    background: #71884A;
	border: 1px solid #3A4E17;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #97B562;
	border: 1px solid #3A4E17;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #3A4E17;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

/* End Menu CSS */

/* Div positional layout css */

body{
    margin: 0;
    padding: 0; 
    background: #71884A url(http://piscatorflies.com/images/piscatorbg.gif) repeat;
    color: #333333;
}

#container{
    width: 1000px;
    margin: 10px auto;
    background-color: #97B562;
    color: #333333;
    border: 1px solid #3A4E17;
    line-height: 130%;
}

#top{
    height: 100px;
    padding: 0;
    background-color: #97B562;
    border-bottom: 1px solid #3A4E17;
}

#top h1, #top img{
    padding: 0;
    margin: 0;
}

#leftnav{
    float: left;
    width: 100px;
    margin: 0;
    padding: 1em;
    color: #333333;
    background-color: #97B562;
    text-align: left;
}

#rightnav{
    float: right;
    width: 140px;
    margin: 0;
    padding: 1em;
    color: #333333;
    background-color: #97B562; 
}

#content{
    background-color: #BACE97;
    margin-left: 130px;
    border-left: 1px solid #3A4E17;
    margin-right: 165px;
    border-right: 1px solid #3A4E17;
    padding: 1em;
}

#content2{
    background-color: #BACE97;
    margin-left: 210px;
    border-left: 1px solid #3A4E17;
    margin-right: 0;
    border-right: 1px solid #3A4E17;
    padding: 1em;
    max-width: 45em;
}



#footer {
    clear: both;
    margin: 0;
    padding: 0.5em;
    color: #333333;
    background-color: #97B562;
    border-top: 1px solid #3A4E17;
    font-size: 10px;
    text-align: center;
}
/* END Div positional layout css */
	
.row1{
	background-color: #97B562;
	border: 1px solid #71884A;
}
.row2{
	background-color: #BACE97;
	border: 1px, 0, 1px, 0 solid #71884A;
}
.flytying1{
	background-color: #97B562;
	border: 1px, 0, 1px, 0 solid #71884A;
}
.flytying2{
	background-color: #BACE97;
	border: 1px, 0, 1px, 0 solid #71884A;
}