body, html {
    margin: 0;
    padding: 0;
    background: #a7a09a;
    color: #000;
}

body {
    min-width: 850px;
}

#wrapper {
    background: red;
    margin: 0 auto;
    width: 850px;
    min-height: 700px;
	/* IE hack needed, since IE does not know how to handle min-height*/
    height: auto !important;
    height: 700px;
    /* IE hack ended*/
}

.textAlignLeft {text-align: left;}
.textAlignRight {text-align: right;}
.noPaddingLeft {padding-left: 0;}

#header {
    height: 100px;
}

#seal {
    height: 100px;
    padding-right: 5px;
    float: left;
}

#header h1, #header h2, #header h3, #header h4 {
    padding: 5px;
    margin: 0;
}

#main {
    padding: 5px;
    margin: 0px;
    min-height: 400px;
    float: right;
    width: 685px !important;
    width /**/: 690px;
    overflow: hidden;
}

#main h2, #main h3, #main p {
    padding: 0 10px;
}

#leftMenu {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 145px !important;
    width /**/: 150px;
}

#leftMenu ul {
    width: 140px !important;
    width /**/: 139px;
    margin: 0px;
    padding: 0px;
}

#leftMenu h3, #leftMenu p {
    padding: 0 10px 0 0;
}

#leftMenu h3, #leftMenu p {
    padding: 0 10px 0 0;
}

#footer {
    padding-top: 5px;
    width: 100%;
    height: 50px;
    clear: both;
}

#footer p {
    padding: 5px;
    margin: 0;
}

#poweredby {
    padding: 30px 10px 10px 30px;
}

#loadingAnimationWrapper { 
    height: 0;
    margin: 0 auto;
    max-width: 1262px;
    min-width: 690px;
    display: none;
    position: relative;
    text-align: left;
}

#loadingAnimation {
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
    position: absolute;
    top: 430px;
    width: 100%;
    z-index: 5;
}

.subBuyerTable {line-height: 0.6;}
.paddingRight5px {padding-right: 5px;}

table#notice th.sortable a {
	background-image: url(../img/arrow_down.png);
}