@import url("init.css");

body { background-color: #e5dcc8; margin: 0; padding: 0; font-family: Helvetica; font-size: 12px; color: #6a382d; }

#wrapper { width: 960px; margin: 20px auto 0 auto;  }
#container { background: #fff url(/gfx/bg.jpg) repeat-x -395px bottom; padding: 20px 0 0 0; }

#sidebar { width: 210px; float: left; }
#sidebar .std { padding: 0 27px; text-align: center; }

#content { width: 750px; margin: 0 0 0 210px; }
#content .std { padding: 0 140px 0 0; }

#content ul { }
#content li { line-height: 150%; }
#content ul ul { list-style: disc; margin: 10px 0 10px 25px; }

#legal { padding: 110px 120px 0 20px; }

#menu { text-align: right; padding: 12px 30px 13px 0; }
#menu a { text-transform: uppercase; color: #6a382d; }
#menu a.current { font-weight: bold; }
#menu span { padding: 0 10px; }

#slogen { background-color: #d39a1e; padding: 6px 30px; font-style: italic; text-align: right; color: #fff; font-weight: bold; letter-spacing: 3px; }

#menuimages { overflow: auto; }
#menuimages li { float: left; margin: 0 5px 0 0; line-height: 0; }
#menuimages li.last { margin: 0; padding: 0;  }

#footer { background-color: #d39a1e; height: 25px; clear: both; }

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

p { line-height: 150%; margin: 10px 0; }

h1 { color: #d49b1e; font-size: 13px; margin: 25px 0 15px 0; letter-spacing: 5px; text-transform: uppercase; }
h3 { color: #d49b1e; font-size: 13px; margin: 15px 0; text-transform: uppercase; }

.clear { clear: both; }
.space { height: 156px; }

dl { margin: 10px 0; }
dt { font-weight: bold; }
dd, dt { line-height: 150%; }
dd { margin-left: 10px; }

table td { padding: 0px; }
table a { border: 1px solid #d39a1e; padding: 2px; margin: 3px; display: block; }

