body { margin: 0; padding: 0; background: #504a44 url(../images/body-bg.gif) repeat-y center; }

body, table { font: 11px/1.4 Arial, Helvetica, sans-serif; color: white; }

h2 { font-size: 13px; font-weight: bold ; margin: 0 0 10px 0; }

p { line-height: 1.4; }

a { color: white; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

.cl { clear: left }
.cr { clear: right; }

#container { width: 922px; margin: 0 auto; }

#header { height: 392px; background-repeat: no-repeat; background-position: center center; }

#nav { border-top: 1px solid white; background-color: #4c6054; padding-left: 42px; }
  #nav a { display: block; float: left; }
  #nav img { display: block; }
  
#main { background-color: #301804; padding: 40px 0 20px 48px; margin: 0 auto; }
  
#sidebar { width: 360px; float: right; border-left: 1px solid #9e7546; }
  #sidebar img,
  #sidebar a { display: block }
  
#content { margin-right: 400px; }

#contact-form table th { text-align: left; }

#logo { float: right; display: block; width: 80px; height: 73px; margin-right: 25px; }
	#logo img { border: 0; }
