/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
        margin: 20px 0;
        padding: 0;
        background: #C29673;
        font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
        color: #B13413;
}

h2 {
        font-size: 1.6em;
}

h3 {
        margin: 0;
        font-size: 1em;
}

p, ul, ol, blockquote {
        margin-top: 0;
}

u {
        text-decoration: underline;
   }

a:link {
        border-bottom: 1px dotted #CCCCCC;
        text-decoration: underline;
        color: #875934;
}

a:hover {
        border: none;
}

img {
        border: none;
}

/* Header */

#header {
        width: 700px;
        height: 200px;
        margin: 0 auto;
        background: url(images/img1.jpg) no-repeat;
}

#header * {
        margin: 0;
        border: none;
        text-decoration: none;

        font-weight: normal;
        color: #FFFFFF;
}

#header h1 {
        float: left;
        padding: 135px 0 0 20px;
        font-size: 3em;
}

#header h2 {
        float: left;
        padding: 150px 0 0 3px;
        font-size: 1.7em;
}

/* menu */

#menu {
        background: #FFC590;
}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        display: inline;
}

#menu a {
        display: block;
        padding: 5px 5px;
        border-bottom: 1px solid #FFFFFF;
        text-decoration: underline;
        font-size: 12px;
/*        color: #3B3B3B; */
        color: #875934;
}

#menu a:hover {
        background: #875934;
        text-decoration: none;
        color: #FFFFFF;
}

#menu .active a {
        background: #875934;
        color: #FFFFFF;
}


/* Content */

#content {
        width: 700px;
        margin: 0 auto;
        /*background: url(images/img4.gif);*/
        background: #fff url(images/contentbottom.jpg) bottom no-repeat;
}

#colOne {
        float: right;
        width: 150px;
        padding: 20px 10px 0 10px;
}

#colTwo {
        float: left;
        width: 400px;
        padding: 40px 0 0 0;

}

#colThree {
        float: left;
        width: 110px;
        padding: 20px 10px 0 10px;
}
/* Footer */

#footer {
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
}

#footer * {
        color: #000;

}

/* Image Floats */

.floatright { float: right; }
.floatleft { float:left; }




