/* Reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* Main */
body {
  color: black;
  background: white url(ui/background.jpg) repeat-x top left;
  margin: 0px auto;
  width: 900px;
  border-left: solid 1px black;
  border-right: solid 1px black;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 1.5)
}

.header {
  height: 140px;
  text-align: right;
  background: black;
}

.leftnav {
  width: 185px;
  float: left;
  background: black;
  padding-top: 10px;
}

.leftnav .menuitem {
  width: 174px;
  height: 46px;
  margin: 0 auto;
  background: black url(ui/button.png) no-repeat top left;
  overflow: hidden;
}

.leftnav a {
  display: block;
  padding: 12px;
  color: #ddd;
  text-decoration: none;
  text-align: center;
}

.main {
  background: black;
  margin: -3px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
}

.main .content {
  margin: 3px 1px 0px 185px;
  padding: 10px;
  background: white;
  min-height: 350px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 10px 0 0 10px;
}

.footer {
  text-align: center;
  font-size: smaller;
  color: white;
  padding: 5px;
}

h1 {
  font-size: 1.5em;
}

h3, h1 {
  color: #800000;
}

h3 {
  display: inline;
}

.sans {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whiter {
  color: white;
}

.gold {
  color: #F4C450;
}

.staff td {
  border-bottom: 1px solid black;
}

.content a:link {
  color: #800;
  text-decoration: none;
}

.content a:visited {
  color: #800;
  text-decoration: none;
}

.content a:hover {
  color: #800;
  text-decoration: underline;
}

.item {
  display: block;
}

div.contacts {
  clear: none !important;
}

div.contact {
  width: 325px;
  text-align: left;
}
