html {
    height:100%;
    min-height: 100.1%;
}

body {
    height: 100%;
    margin-top: 0px;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
}

.bigger {
    font-size: 12px;
}

.subtext {
    font-size: 10px;
}

.prop {
    height:650px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

div#container {
    width: 801px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

div#toplogo {
    width: 800px;
    height: 110px;
    border: 1px solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    margin-bottom: 0px;
}

div#menu {
    width: 800px;
    height: 25px;
    border: 1px solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
}

table#menutable {
    width: 100%;
}

td#menulasttd {
    width: 100%;
    background-repeat: repeat-x;
    text-align: right;
    padding-right: 5px;
}

div#contentwrapper { 
    padding-left: 2px;
    padding-right: 2px;
    width: 796px;    
    border: 1px solid;
    border-top-width: 0px; 
}

div#content {
    text-align: justify;
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 785px;    
    float: left;  
}

div#prop {
    height: 650px;
    float: right;
    width: 1px;
    background-color: red;
}

div#footer {
    text-align: center;
    width: 800px;
    border: 1px solid;
    border-top-width: 0px;
}

img {
    border: 0px;
}

table, td, tr, th {
    vertical-align: top;
}

hr {
height: 1px;
}

select {
    font-size: 10px;
    position: relative;
    top: 2px;
    left: -4px;
}

div.news {
    width: 340px;
    padding: 5px;
    border: 1px solid;
    margin-bottom: 5px;
}

.center {
    width: 100%;
    text-align: center;
}

.w20pc {
    width: 20%;
}

.w100pc {
    width: 100%;
}

.alignright {
    text-align: right;
}

.border {
    border: 1px solid;
    padding: 2px;
}

a, a:visited {
   color: #FFFFFF;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

div.picframe {
    width: 105px;
    height: 105px;
    margin: 2px;
    float: left;
    text-align: center;
}

