* {
    margin: 0;
    padding: 0;
}
#main {
    width: 970px;
    min-height: 100%;
    margin: auto;
    background: url("../images/main.jpg") repeat-y #fff;
    border: solid #A6180D;
    border-width: 0 2px;
    position: relative;
}
#header {
    width: 100%;
    height: 186px;
    background: url("../images/header.jpg") no-repeat;
}
#center {
    padding-bottom: 30px;
    overflow: auto;
}
#footer {
    position: absolute;
    width: 100%;
    height: 20px;
    padding-top: 10px;
    bottom: 0;
    background: url("../images/footer.jpg") no-repeat;
    text-align: center;
    font-family: Verdana;
    font-size: 0.75em;
    color: #ddd;
}
#footer a {
	color: #ddd;
	text-decoration: underline;
}
#sidebar {
    float: left;
    width: 248px;
    background: url("../images/sidebar.jpg") no-repeat;
}
#content {
    float: right;
    width: 662px;
    padding: 30px 20px 30px 40px;
    min-height: 141px;
    background: url("../images/corner.jpg") no-repeat;
}
#content li {
	margin-bottom: 0.6em;
}
#menu {
    margin: 178px 0 0 24px;
    list-style-type: none;
}
#menu a {
    display: block;
    width: 155px;
    height: 24px;
    background-color: #eee;
    border: 1px solid #d8d8d8;
    border-bottom-width: 0px;
    padding: 5px 0 0 45px;
    font-family: Verdana;
    color: #000061;
    text-decoration: none;
}
#menu a:hover{
    background-color: #d8d8d8;
}
#menu a.current {
    background-image: url("../images/bullet.gif");
    background-repeat: no-repeat;
}
#menu a.last {
    border-bottom: 1px solid #d8d8d8;
}
hr {
	border: 1px dashed #A6180D;
}