
html,
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #231F23;
    margin-top: 20px;
}

#header-wrapper {
    background-color: #FFFFFF;
    width: 100%;
}

#d_copy_button {
    border-style: none;
}

#header {
    width: 750px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

#logo {
    float: left;
    height: 157px;
    overflow: hidden;
    width: 157px;
}

#menu {
    text-align: right;
    clear: both;
    float: left;
    width: 750px;
    margin-bottom: 20px;
}

div.menu-item {
    margin-left: 56px;
    float: left;
}

#content-wrapper {
    clear: both;
    background-color: #F5F5F6;
    border-bottom: 1px solid #DADCDD;
    border-top: 1px solid #DADCDD;
    width: 100%;
}

#content {
    text-align: left;
    width: 668px;
    margin: 0 auto;
    padding: 20px 0 20px 58px;
    
}

#width-control {
    width: 668px;
    overflow: hidden;
}

#strofe1, #strofe2, #strofe3, #strofe4, #strofe5, #strofe6 {
    display: none;
}

#strofe1-btn, #strofe2-btn, #strofe3-btn, #strofe4-btn, #strofe5-btn, #strofe6-btn {
    cursor: pointer;
}

#footer {
    clear: both;
    text-align: center;
    width: 750px;
    height: 130px;
    margin: 0 auto;
    margin-top: 40px;
}

#clear_footer {
    clear: both;
    width: 900px;
    height: 0px;
    overflow: hidden;
}

#clear {
    clear: both;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

td {
    vertical-align: top;
}

img {
    border-style: none;
}

img.no-border {
    border-style: none;
}

a	{
	color: #231F23;
	text-decoration:none;
}

a:hover	{
	color: #231F23;
	text-decoration:underline;
}

div.clear {
    clear: both;
}

