body {
	background-color: #eee5de;
    font-family: arial, sans-serif, helvetica;
}

.content_holder {
	margin: 0 auto;
	position: relative;
	width: 950px;
	background-image:url('images/580_370.jpg');
	background-repeat:repeat-y;
}

#title {
    background-color:rgba(45,87,62,0.3);
    width:370px;
    height:250px;
    float:left;
    text-align:center;
    border-radius:0 0 25px 0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}
#title:hover {
    background-color:rgba(45,87,62,0.6);
}
#title img {
    width:370px;
    margin-top:100px;
    position:relative;
}
#header {
    float:left;
    width:580px;
    height:250px;
}
.container#top {
    height:250px;
}

.container {
	width:950px;
    height:305px;
}

.container img {
    width:450px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    transition:all 1s;
}

a,
a:hover,
a:link,
a:visited,
a:active {
    text-decoration:none;
    color:576F3A;
}

.left {
    width:580px;
    height:305px;
    background-color:rgba(42,66,77,0.3);
    position:absolute;
}

.left img {
    position:absolute;
    right:0%;
}

.right {
    width:370px;
    height:250px;
    background-color:rgba(162,78,58,0.4);
    position:absolute;
    right:40%;
    border-radius:0 25px 25px 0;
    color:#707070;
    -webkit-transition:all 1.5s;
    -moz-transition:all 1.5s;
    transition:all 1.5s;
    letter-spacing:3px;
}
.right h1 {
    position:absolute;
    top:15px;
    left:-50px;
    font-weight:100;
    font-size:1.3em;
}
h1 span {
    letter-spacing:-1px;
    font-size:2em;
    font-weight:800;
    padding-right:10px;
}
.right p {
    position:absolute;
    width:300px;
    top:100px;
    left:30px;
    font-size:0.7em;
}
   