﻿* { margin: 0px; padding: 0px; }
html, body { width: 100%; height: 100%; }
body { background: #000 url(/images/body_bg.jpg) repeat top left; }
form { width: 100%; padding: 10px 0px; }

.clear { clear: both; }

#container { width: 750px; margin: 0px auto; padding: 10px; background-color: #000; }
.col-1, .col-2 { float: left; }
.col-1 { margin-right: 40px; }
.col-2 {  }

.page { width: 353px; max-width: 353px; background: url(/images/page_bg.jpg) repeat-y top; }
.page .header { background: url(/images/page_top.jpg) no-repeat top left; min-height: 109px; padding: 30px 12px 0px 12px; }
.page .mid { min-height: 45px; padding: 0px 12px; }
.page .footer { background: url(/images/page_bottom.jpg) no-repeat bottom left; height: 6px; }

.title { font-family: "Times New Roman", Sans-Serif; font-size: 14px; color: #212222; margin-bottom: 5px; font-variant: small-caps; }
.title span { font-size: 22px; color: #c52802; }

p { padding-bottom: 10px; }
b { color: #978B64; font-variant: small-caps; }
i { color: #BE451E; }

a { color: #BE451E; text-decoration: underline; }
a:hover	{ text-decoration: none; }