/*********************************
* Stylesheet for www.two12.net   *
*********************************/

body {
    background: #ffffff url(../img/bg_main.jpg) no-repeat;
    min-width: 1000px;
    min-height: 600px;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Verdana;
    font-size: 15px;
}

#designswitch {
    float: left;
    margin-left: 800px;
    margin-bottom: 10px;
    font-size: 12px;
}

#designswitch a {
    color: #222;
    text-decoration: none;
}

a {
    text-decoration: underline;
    color: #222;
}

a:hover {
    color: #6b6969;
    text-decoration: underline;
}

#wrapper {
    margin-left: 150px;
}

#content {
    float: left;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    width: 850px;
    min-height: 600px;
    border: 2px solid rgba(239, 239, 239, 0.6);
    background-color: #afb61a;
    background-color: rgba(217, 215, 18, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow:	0px 5px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:	0px 5px 15px rgba(0, 0, 0, 0.25);
    color: #222;
}

#contentLeft {
    float: left;
    width: 480px;
    padding: 10px 5px 20px 20px;
    font-size: 14px;
}

#contentLeft img {
    float: left;
    padding: 5px 10px 10px 0;
    border: none;
}

#contentRight {
    float: right;
    vertical-align: bottom;
    width: 250px;
    min-height: 590px;
    margin-top: 20px;
    padding: 20px;
    background: url(../img/line_vertical.png) left repeat-y;
}

.contentText {
    float: left;
    margin-bottom: 10px;
}

.contentText h1 {
    margin: 0 0 5px 0;
    font-size: 20px;
}

h1 {
    font-size: 22px;
    font-weight: bold;
}


.cutter {
    clear: both;
}
