/* Custom Style Sheet for OakWilt-Help.com */
/* Created by Rho Chalmers - for AMCS - amcs-usa.com */
/* Use id= for items marked with # (pound sign) and class= for items marked with . (period) */
/* ########### This page special for long text pages ################# */

/* General Styles */
body
{height:100%;
background-image: url(greenback.gif);
background-attachment: fixed;
background-repeat: repeat;
}

body.center
{width:70%;
margin-left:15%;
margin-right:15%;
}

ul 
{list-style-image: url(oakbullet.gif);
}
    

/* Positioning Elements  - may have to modify height for certain pages */
#container 
{position:relative;
height:1%;
margin-left: 0;
margin-right: 0;
width: 100%;
text-align: left;
}

#leftcolumn
{position:absolute;
left: 1px;
width:200px;
height:1200px;
text-align:center;
padding:10px;
background:#0E370F;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
border:4px groove #2F1915;
}

#rightcolumn
{position:absolute;
left: 230px;
background:#FFFFFF;
height:1200px;
width:900px;
text-align:justify;
padding:10px 30px 10px 30px;
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
border-right:4px groove #2F1915;
border-top:4px groove #2F1915;
border-bottom:4px groove #2F1915;
}

/* Navigation Styles */
#navlist a:link
{display: block;
padding: 7px;
border: 0px;
background-image:  url(button.png);
background-repeat: no-repeat;
background-position: 75% 50%;
color: #FFF;
font-family:Times New Roman,serif;
font-size:18px;
font-weight:bold;
text-decoration: none;
text-align:center;
}
#navlist a:visited
{display: block;
padding: 7px;
border: 0px;
background-image:  url(button.png);
background-repeat: no-repeat;
background-position: 75% 50%;
color: #FFF;
font-family:Times New Roman,serif;
font-size:18px;
font-weight:bold;
text-decoration: none;
text-align:center;
}
#navlist a:hover
{display: block;
padding: 7px;
border: 0px;
background-image:  url(button.png);
background-repeat: no-repeat;
background-position: 75% 50%;
color: #FFF;
font-family:Times New Roman,serif;
font-size:18px;
font-weight:bold;
text-decoration: none;
text-align:center;
}

/* Photo and Images Styles */
#photo
{text-align:center;
padding:20px;
font-size:medium;
font-weight:bold;
font-style:italic;
}

#pullphoto 
{text-align:center;
width: 510px;
font-size:small;
font-weight:bold;
color: #FFF;
margin:10px;
padding:5px;
border:1px solid #0A780D;
background:#0A780D;
}

#pullphoto2
{text-align:center;
width: 384px;
font-size:small;
font-weight:bold;
color: #FFF;
margin:10px;
padding:5px;
border:1px solid #0A780D;
background:#0A780D;
}

#pullphoto3 
{text-align:center;
width: 360px;
font-size:small;
font-weight:bold;
color: #FFF;
margin:10px;
padding:5px;
border:1px solid #0A780D;
background:#0A780D;
}

#floatleft
{float:left;
text-align:center;
width: 104px;
font-size:small;
font-weight:bold;
color: #FFF;
margin:10px;
padding:10px 10px 7px 10px;
border:1px solid #0A780D;
background:#0A780D;
}

#floatright
{float:right;
text-align:center;
padding:5px;
}
