/*
 * Main foreground color: #e50689
 */

body {
    background: #333;
    padding: 20px;
    color: #ddd;
    text-align: center;
}

#content {
    width: 550px;
    margin: auto;
    text-align: justify;
}

#content,
td {
    font: .75em arial;
}

table {
    /* 	width: 100%;
 */
}

table {
    /* 	margin: 0;
	padding: 0;
 */
}

ol {
    padding-bottom: 0;
    margin-bottom: 0;
}

td {
    vertical-align: top;
}

.horizontal_line {
    width: 550px;
    height: 2px;
    background: url(../layout/horizontal_line.gif) no-repeat;
    border: 0px;
    margin: 15px 0 15px 0;
    clear: both;
    padding: 0;
    overflow: hidden;
}

#header {
    height: 58px;
    margin-bottom: 20px;
}

#logo {
    position: relative;
    width: 366px;
    height: 85px;
    float: left;
    background: url(../layout/beaunus_sound_logo_03.jpg) no-repeat;
}

a {
    color: #fdb4df;
    text-decoration: none;
}

li {
    list-style-type: none;
}

li a {
    font-family: monospace;
}
