body {

font-family: Georgia;
font-size: 14px;
background: #fff;
margin: 0;
padding: 0;

}

h2 {

font-size: 18px;
font-weight: bold;
color: #93211f;
text-align: center;

}

a {

color: #93211f;

}

#header {

position: relative;
width: 900px;
height: 100px;
margin: auto;
background-image: url('../images/header.jpg');

}

#nav {

width: 100%;
height: 40px;
margin: auto;
background: #93211f;
border-top: 2px solid #ccc;

}

#navwrap {

position: relative;
width: 860px;
margin: auto;
text-align: center;

}

#navwrap li {

list-style-type: none;
display: inline-block;
color: #ffffff;
font-size: 14px;
font-weight: 400;
text-align: center;

}

#navwrap li a {

position: relative;
color: #fff;
text-decoration: none;
display: block;
padding-top: 12px;
padding-bottom: 12px;
width: 140px;

}

#navwrap li a:hover {

position: relative;
color: #fff;
background: #6b1917;
text-decoration: none;
display: block;
padding-top: 12px;
padding-bottom: 12px;

}

#splash {

position: relative;
width: 900px;
height: 340px;
margin: auto;
background: url('../images/splash.jpg');
text-align: center;
margin-bottom: 20px;

}

#cu3er-container {

position: relative;
width:860px; 
height: 300px;
outline:0;
margin: auto;
margin-top: 20px;

}

#content {

position: relative;
width: 860px;
margin: auto;


}

#content_left {

position: relative;
float: left;
width: 520px;

}

#content_right {

position: relative;
float: right;
width: 320px;
border-left: 1px solid #ccc;
text-align: center;

}

#content_press {

position: relative;
float: left;
width: 860px;

}

.article {

width: 200px;
margin-right: 11px;
display: inline-block;
text-align: center;

}

.article img {

border: 2px solid #93211f;

}

#footertop {

position: relative;
width: 100%;
height: 50px;
background: url('../images/grassfooter.jpg');

}

#footer {

position: relative;
width: 100%;
height: 150px;
margin: auto;
background: #93211f;
border-top: 2px solid #6b1917;

}

#footerinner {

position: relative;
width: 860px;
height: 150px;
margin: auto;
background: url('../images/footer.jpg');

}