html {
	width: 100%;
	height: 100%;

    margin: 0;
    padding: 0;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	text-align: left;
}

table {
    font-size: 10pt;
}

img {
	border: 0px;
}

#page-wrapper { 
    border: 0px;

    background: url("../images/layout/content_bg.jpg") 274px 0 repeat-y;
    /*#background-position: 272px 0;*/
}

#page {
    padding-left: 50px;

    text-align: left;

    border: 0px solid red;

    background: url("../images/layout/background.jpg") top left no-repeat;
    background-position: 14px 0;
}

#header { 
    position: absolute;
    top: 80px;
    left: 314px;

    border: 0px solid green;
}

#header a { 
    display: block;

    width: 180px;
    height: 80px;
}

#header span { 
    display: none;
}

#menu { 
    border: 0px solid red;

    float: left;

    margin-right: 24px; /* 65 */
    margin-top: 87px;

    width: 200px;
}

#content { 
    border: 0px solid red;

    float: left;

    margin-top: 210px;

    width: 329px;
}

#content .minheight { 
    float: left;

    height: 390px;
}

#content .content { 
    padding: 0 0 0 46px;
}

#content-bottom { 
    clear: both;

    font-size: 0;

    height: 7px;
    width: 360px;

    margin-left: 224px;

    background: url("../images/layout/content_bg_bottom.jpg") no-repeat;

    border: 0px solid red;
}

#sidemenu { 
    width: 302px;
    height: 539px;

    background: url("../images/layout/sidemenu.jpg") no-repeat;

    float: left;

    margin-top: 38px;

}

#signature {
    padding: 20px 0;

    width: 900px;

    text-align: right;

    clear: both;

    border: 0px solid red;
}


