/* 
    Document   : primary
    Created on : Mar 13, 2012, 2:45:03 PM
    Author     : Owner
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0px;
    background-color: #820c00;
}
#container {
    width: 100%;
    margin-top: 0px;
}
#header {
    width: 100%;
    height: 340px;
    background-color: #820c00;
    background-image: url('../images/header.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
#nav {
    height:62px;
    width:1000px;
    margin: 0px auto;
}
#content_container{
    width: 100%;
    background-image: url('../images/bg.jpg');
    background-position: top;
    float: left;
    
}
#content {
    width:1000px;
    margin: 0px auto;
}
#content2 {
    width:1000px;
    background-color: #301f1a;
    float: left;
}
#left_col {
    width: 420px;
    min-height: 500px;
    float: left;
}
.image_box {
    width: 400px;
    /*height: 200px;*/
    background-color: #4e3933;
    margin-left: 8px;
    padding: 8px 0px 0px 8px;
}
.image_box p {
    color: #B8A49E;
    font-family: arial;
    font-size: 12px;
    padding-bottom: 8px;
}
.image_box_r {
    width: 400px;
    height: 200px;
    background-color: #ab1a0c;
    margin-left: 8px;
    padding: 8px 0px 0px 8px;
}
.image_box_y {
    width: 400px;
    height: 200px;
    background-color: #deca35;
    margin-left: 8px;
    padding: 8px 0px 0px 8px;
}
.image_box_image {
    width: 392px;
    height: 192px;
    background-color: #000;
}
#right_col {
    width: 580px;
    min-height: 800px;
    float: right;
    background-color: #b8a49e;
}
#right_col h1 {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    color: #301f1a;
    font-weight: bold;
    padding: 0px 20px 0px 10px;
}
#right_col p {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    color: #301f1a;
    padding: 0px 20px 0px 10px;
}
#right_col img.media {
    margin: 10px 20px;
    border: 1px solid #000000;
}