﻿@import 'reset.css';
@import 'defaults.css';

body { background: #c5d3d9 url(../image/body_bg.png) repeat-x; font-family: Arial, Helvetica, sans-serif; }

a:link { color: #cc2027; }
a:visited { color: #aa3135; }
a:hover { color: #ec171f; }

.padding { padding: 15px 20px; }

#container { background: url(../image/container_bg.png) repeat-y; width: 960px; margin: 0 auto; padding: 0 25px; position: relative; }

#header { height: 120px; background: url(../image/header_bg.png) no-repeat; }
#header h1 { margin: -10px 0 0 6px; background: url(../image/logo.png) no-repeat; width: 364px; text-indent: -999em; }
#header h1 a { display: block; height: 93px; }

#footer { height: 50px; color: #000; background: url(../image/footer_bg.png) repeat-x; text-align: center; position: relative; }
#footer .padding { padding-top: 28px; }
#footer a { color: #000; }
#disclaimer_link { position: absolute; bottom: 8px; right: 10px; }

#ds_left, #ds_right { position: absolute; top: 0; width: 25px; height: 420px; }
#ds_left { left: 0; background: url(../image/ds_left.png) top left no-repeat; }
#ds_right { right: 0; background: url(../image/ds_right.png) top left no-repeat; }
