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

body {
    margin: 50px 50px;
    padding: 0px;
    font: normal small sans-serif;
    color: #000000;
    body bgcolor: #c6dde7;
    background: url(../../images/eee.jpg);

}

Table, th, td {
    border: 1px solid black;
    border-collapse:collapse;
    padding:5px;
    border-color:#660000;
    /*border-left-style: url (images/bdr.bmp)repeat-x;
    border-right-style: url (images/bdr.bmp)repear-x;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #660000;
}

a {
    text-decoration: #FFFFFF;
    color: #0000CC;
}

a:hover {
    text-decoration: underline;
}

/* Header */

#header {
    width: 860px;
    height: 177px;
    margin: 0 auto;

}

/* Logo */

#logo {
    float: left;
    padding: 10px 2px 0 0;
}

#logo * {
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    color: #878C66;
}

#logo h1 {
    letter-spacing: -2px;
    font-size: 2.8em;
}

#logo h2 {
    margin-top: -5px;
    padding-left: 2px;
    font-size: 1em;
}

/* Menu */

#menu {
    float: right;
    width: 858px;
    height: 38px;
}

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

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: right;
    height: 22px;
    margin-right: 1px;
    padding: 8px 10px 10px 20px;
    background: #EFF0EB url(images/img2.gif) repeat-x;
    border: 1px solid #C9CCB9;
    border-bottom: none;
    text-decoration: none;
    color: #660000;
}

#menu .active a, #menu a:hover {
    height: 23px;
}

/* Content */

#content {
    width: 860px;
    margin: 0 auto;
    height: 1680px;
}

/* Column One */

#colOne {
    float: right;
    width: 635px;
    background: #EFF0EB repeat-x;
    height: 1460px;
}

#colOne .post {
    clear: both;
    margin-bottom: 3em;
}

#colOne .title {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C9CCB9;
    font-size: 1.6em;
}

#colOne .posted, #colOne .meta {
    margin: 0;
    text-align: right;
    font-size: xx-small;
}

#colOne .posted {
    margin-top: 5px;
}

#colOne .meta {
    border-top: 5px solid #C9CCB9;
}

#colOne .meta p {
    margin: 0;
}

/* Column Two */

#colTwo {
    float: left;
    width: 220px;
    background: #EFF0EB repeat-x;
    height: 1460px;
}

#colTwo #textfield1 {
    width: 170px;
}

#colTwo #submit1 {
    display: none;
}

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

#colTwo li h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#colTwo li h2 span {
    margin: 0;
    padding: 5px 10px;
    background: #F0F0EB url(images/img3.gif) repeat-x;
    border: 1px solid #C9CCB9;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 10px;
}

#colTwo li ul, #colTwo li form {
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #C9CCB9;
}

/* Footer */

#footer {
    width: 860px;
    margin: 0 auto;
    padding: 1 em;
    border-top: 10px solid #C9CCB9;
}

#footer p {
    font-size: x-small;
    text-align: center;
}

#header #menu ul li #colOne2 .post div {
    font-size: x-large;
}