﻿@import 'reset.css';
@import 'defaults.css';

body { color: #535252; background: #01245c; }

a:link, a:visited { color: #c92725; }

#container { background: #333 url(../image/container.png) repeat-y; width: 950px; margin: 0 auto; position: relative; }

#header { background: url(../image/header.jpg) repeat-x; height: 120px; position: relative; z-index: 100; }
#header h1 { background: transparent url(../image/logo.png) no-repeat; width: 520px; text-indent: -999em; position: absolute; top: 0%; left: 0%; }
#header h1 a { display: block; height: 134px; }

#left_col { width: 240px; float: left; background: #01245c url(../image/left_col.png) repeat-x; min-height: 600px; }

#main_content_section { width: 710px; float: left; }
#main_content_section .padding { padding: 40px; line-height: 1.618em; }
#main_content_section h2 { color: #2f88c9; margin: 0 0 1em; }

#footer { color: #687fa0; background: #01245c; text-align: right; padding: 1.5em 6em 2em; }
#footer a { color: #687fa0; }

#ds_left, #ds_right { position: absolute; top: 0; width: 135px; height: 730px; }
#ds_left { left: -135px; background: url(../image/ds_left.jpg) top left no-repeat; }
#ds_right { right: -135px; background: url(../image/ds_right.jpg) top left no-repeat; }
