body {
    background-color: #948079;
    background-image: url('body_bg.png');
    text-align: center;
}

#wrapper {
    text-align: left;
    margin: 0 auto;
    width: 800px;
    background-image: url('wrapper_bg.png');
    padding: 0 5px 0 4px;
}

#logo {
    width: 800px;
    height: 90px;
    overflow: hidden;
    line-height: 1000px;
    background-image: url('logo.png');
    display: block;
    margin: 0;
}

#layoutimage {
    width: 800px;
    height: 120px;
}

#content {
    background: #fff;
    margin: 25px 50px;
    position: relative;
    overflow: hidden;
}

    #sidebar {
        float: right;
        width: 200px;
    }
    
        #sidebar div {
            margin-bottom: 25px;
        }

    #textcontent {
        width: 450px;
        font-family: verdana;
        font-size: 11px;
        line-height: 16px;
        margin-right: 50px;
        background: #fff;
    }

#menu {
    background: #fff;
    background-image: url('menu_bg.png');
    background-repeat: repeat-x;
    overflow: hidden;
    height: 50px;
}

    #menu ul {
        margin: 0 0px;
        padding: 0;
    }

    #menu li {
        display: inline;
        padding: 0;
        margin: 0;
    }

    #menu a {
        color: #cd0014;
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
		padding: 0;
        width: 141px;
		display: block;
		float: left;
		text-align: center;
		margin-left: 16px;
    }

  