body {
margin: 0px;
font-family: 'Jura', sans-serif;
color: #000;
}
#wrapper {
display: block;
margin: 8px auto 0px auto;
width: 960px;
height: 100%;
position: relative;
border: 0px dashed red;
}
#header {
display: block;
width: 960px;
height: 102px;
background: url('logo.png') no-repeat 12px 20px;
}
#menu {
display: block;
width: 948px;
padding: 14px 0px 0px 12px;
height: 27px;
color: #000;
font-weight: bold;
}
#container {
display: block;
margin: 9px 12px 0px 0px;
padding: 24px 12px 0px 12px;
width: 936px;
position: relative;
min-height: 360px;
height: 100%;
background: white;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.75);
}
#container h1 {
font-size: 15pt;
font-weight: bold;
display: block;
width: 100%;
border-bottom: 1px solid #C2C2C2;
}

#container ul {
margin-bottom: 0px;
}

#container h2 {
font-size: 10pt;
font-weight: bold;
display: block;
width: 100%;
border-bottom: 1px solid #C2C2C2;
margin-top: 0px;
}

#container a {
color: #000;
text-decoration: none;
}

#container a:hover {
color: #000;
text-decoration: underline;
}