* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.left {
    text-align: left;
}

.centered {
    text-align: center;
}

.right {
    text-align: right;
}

body {
    text-align: center;
    background: #fffccc url('/img/bg.png') repeat-x center top;
}

h1, h2, strong, .strong, .strong-children * {
    font-weight: bold;
}

h1 {
    font-size: 18px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

ul {
    list-style: none;
}

.wrapper {
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#head {
    height: 170px;
    background: url('/img/box-top.png') no-repeat center top;
    overflow: visible;
    text-align: center
}

#logo {
    width: 780px;
    height: 200px;
    margin: 0 auto;
}

#body {
    background: url('/img/box-mid.png') repeat-y center top;
}

#sidebar {
    float: left;
    margin-left: 70px;
    width: 260px;
}

#main {
    float: left;
    margin-left: 20px;
    width: 480px;
}

#main dfn {
    font-style: normal;
    border-bottom: 1px dashed black;
}

#sidebar div, #main div {
    border: 2px solid #ccc;
    margin-top: 10px;
}

#sidebar p, #main p {
    margin: 15px 10px;
    color: #004080;
}

#sidebar ul {
    margin: 5px 0;
}

#sidebar li a {
    display: block;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    text-decoration: underline;
    color: #004080;
    font-weight: bold;
}

#sidebar li a:hover, #sidebar li a:active {
    background: #def;
}

#sidebar h1 {
    background: #004080;
}

#main h1 {
    background: #0080ff;
}

#foot {
    height: 80px;
    background: url('/img/box-bot.png') no-repeat center top;
    overflow: hidden
}

#foot p {
    float: left;
    width: 340px;
    margin: 35px 0 0 75px;
}

#foot * {
    color: black;
    text-decoration: none;
}

.anchor {
    display: block;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.pics img {
    width: 200px;
    height: 150px;
    margin: 10px;
}

.flyer img {
    width: 400px;
}

.ads img {
	width: 100px;
	height: 100px;
}
