﻿@import 'reset.css';
@import 'defaults.css';

body { background: #362a1e; }

#container { background: #333 url(../image/container.png) repeat-y; width: 960px; margin: 0 auto; padding: 0 25px; position: relative; }

#header { background: #e52025 url(../image/header.jpg) no-repeat top right; }
#header h1 { background: #e52025 url(../image/logo.jpg) no-repeat; width: 320px; text-indent: -999em; }
#header h1 a { display: block; height: 120px; }

#main { border-top: 12px solid #bc9267; min-height: 350px; }

#main_image { background: #1b1c1b; }

#main_content_section h2.title { color: #fff; text-transform: uppercase; margin: 0 0 1em; }

#right_col .padding { padding: 1em 2em; }

#footer { color: #695a50; background: #362a1e url(../image/footer.png) no-repeat; width: 930px; margin: 0 auto; padding: 2em 40px 1.5em; }
#footer a { color: #695a50; }

#ds_left, #ds_right { position: absolute; top: 0; width: 25px; height: 477px; }
#ds_left { left: 0; background: url(../image/ds_left.jpg) top left no-repeat; }
#ds_right { right: 0; background: url(../image/ds_right.jpg) top left no-repeat; }