/*
Design by 
http://www.lates.org
Released under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 20px;
    padding: 0;
    background: #000000;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000000;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }

p, ol, ul {
    line-height: 20px;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
}

.image {
    float: left;
    margin: 5px 15px 0 0;
    border: 4px solid #000000;
}

.byline {
    margin: 0;
    padding: 0 0 0 5px;
    background: #E7AB88;
    font-size: 10px;
}

/* Header */

#header {
    width: 592px;
    height: 99px;
    margin: 0 auto;
    background: url(images/pinkcamels_pyramids592header.jpg);
    border: 4px solid #000000;
}

#header h1 {
    float: left;
    padding: 40px 0 0 20px;
    text-transform: uppercase;
    font-size: 36px;
    color: #ACA283;
}

#header h2 {
    float: right;
    padding: 95px 5px 0 0;
    font-size: 11px;
}

#header a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    color: #ACA283;
}

/* Menu */

#menu {
    width: 600px;
    height: 30px;
    margin: 0 auto;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    width: 120px;
    height: 26px;
    padding: 4px 0 0 0;
    background: url(images/img3.gif);
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #ACA283;
}

#menu a:hover, #menu .active a {
    background: url(images/img4.gif);
    color: #FFFFFF;
    
}

/* Content */

#content {
    width: 592px;
    margin: 0 auto;
    background: #786E50 url(images/img5.gif) repeat-y;
    border: 4px solid #000000;
}

#colOne {
    float: left;
    width: 166px;
    padding: 20px;
}

#colOne h3 {
    margin: 5px 0 10px 0;
    color: #FFFFFF;
}

#colOne ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#colOne a {
    color: #FFFFFF;
}

#colTwo {
    float: right;
    width: 346px;
    padding: 20px;
}

/* Footer */

#footer {
    width: 600px;
    margin: 0 auto;
    background: #000000;
}

#footer p {
    margin: 0;
    padding: 0 0 4px 0;
    text-transform: lowercase;
    text-align: center;
    font-size: 9px;
    color: #3C3728;
}

#footer a {
    color: #786E50;
}
