/*Anders Ferrington Style Sheet*/
/*Begin Global Styles*/

body {
    font-family: Georgia, Times, serif;
    font-size: 80%;
    background-color: #ddaa2f;
    background-image: url(../images/bgcolumn.gif);
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
}

p a {
    color: #8a4100;
}

hr {
    border: 1px solid #bb9c5a;
}

p {
    line-height: 1.5em;
    color: #41544c;
}

h1 {
    font-size: 1.4em;
    font-weight: normal;
    font-style: italic;
     margin-top: -7px;
    color: #6a5434;
}

h2 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    margin-top: -12px;
    color: #41544c;
}

h3 {
    font-size: 1.1em;
    color: #6a5434;
}

h4 {
    font-size: 1em;
    font-style: italic;
    color: #8a4100;
    margin-bottom: -5px;
}

ul {
    margin: 0;
    padding: 0;
    color: #41544c;
}

ul li {
    margin: 0;
    list-style-type: none;
    padding-top: 10px;

}


#logo {
    width: 950px;
    height: 106px;
    margin: 0;
    background-image: url(../images/header.jpg); 
}

#mainwrapper {
    width: 950px;
    height: 694px;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
}

#contentheader {
   
   margin: 0;
   padding: 0;  
    width: 720px;
    height: 186px;
}

#maincontent {
    width: 720px;
    background-color: #f3e5c1;
    border: 3px solid #bb9c5a;
    margin: 0px 0px 0px 178px;
}
/*Begin Navigation Styles*/

/*This is the Preloader for the navigation images. This prevents image blink*/
.loader {
    position: absolute;
    width: 50px;
	background: url(../images/contactroll.gif);
	background: url(../images/servicesroll.gif);
	background: url(../images/homeroll.gif);
	background: url(../images/aboutroll.gif);
	margin-left: -10000px;
}


#navlinks {
    width: 75px;
    position: absolute;
    margin: 0;
    padding: 0; 
    left: 75px;
    top: 200px;
    
    
}

#navlinks ul {
    height: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navlinks span {
    visibility: hidden;
}

#navlinks ul li{
    padding: 7px 0px 0px 0px;
}

#homelink a {
    display:block;
    text-decoration: none;
    background:url(../images/home.gif);
}

#homelink a:hover{
    background: url(../images/homeroll.gif);
}

#aboutlink a {
    display: block;
    text-decoration: none;
    background:url(../images/about.gif);
}

#aboutlink a:hover {
    background: url(../images/aboutroll.gif);
}

#serviceslink a {
    display:block;
    text-decoration: none;
    background:url(../images/services.gif);
}

#serviceslink a:hover{
    background: url(../images/servicesroll.gif);
}

#contactlink a {
    display:block;
    text-decoration: none;
    background:url(../images/contact.gif);
}

#contactlink a:hover{
    background: url(../images/contactroll.gif);
}
/** End navigation styles **/

#content {
    margin: 0px 0px 0px 0px;


}

#textcolumn {
    width: 380px;
    padding: 20px;
    float: left;
   
}

#extrascolumn {
    width: 250px;
    padding: 20px;
    float: right;
    
}

#picframe {
   width:250px;
   height: 243px;
   background-image: url(../images/frame.gif);
}

#news {
   width: 232px;
   background-color: #e8ca74;
   margin-top: 20px;
   padding: 10px;
}

#footer {
    width: 950px; 
    margin: 0;

}

#footer p {
    font-size: .8em;
    text-align: center;
    margin-left: 120px;
}

#testee {
    clear: both;
}

#popup {
    margin-left: 75px;
    margin-right: 25px;
}