html {
height : 100%;
}

body {
margin : 0;
padding : 0;
height : 100%;
background-color : #ffffff;
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
text-align:left;
color : #000000;
}

img {
border : 0;
}

form {
display : inline;
}

a:link, a:visited {
color : #000;
text-decoration : none;
border-bottom : 1px dotted #000;
}

a:active, a:hover {
color : #666;
text-decoration : none;
border-bottom : 1px solid #666;
}

a.ft:link, a.ft:visited {
border : 0;
color : #fff;
text-decoration : none;
}

a.ft:active, a.ft:hover {
border : 0;
color : #fff;
text-decoration : underline;
}

a.no {
border : 0;
text-decoration : none;
}

p {
margin-top : 0;
}

h1 {
font-size : 1.2em;
font-weight : bold;
margin-top : 0;
margin-bottom : 10px;
}

h2 {
font-size : 1.2em;
font-weight : bold;
margin : 0;
}

ul {
font-weight : normal;
margin : 0 0 10px 0;
padding : 0;
}

li {
font-weight : normal;
margin-left : 14px;
padding : 0;
}

#main { 
position: relative; 
z-index: 1; 
margin-left: auto; 
margin-right: auto; 
top: 0px; 
width: 1000px;}

#container {
width : 1000px;
margin : 0;
background-color : #f0daca;
}

#header {
height : 126px;
width : 1000px;
margin : 0;
background-color : #ffffff;
}

#menu {
height : 31px;
width : 1000px;
margin : 0;
background-color : #000000;
}

#leftcolumn {
margin : 0;
padding : 31px 0 0 125px;
float : left;
}

#rightcolumn {
margin : 0;
padding : 31px 136px 30px 456px;
text-align:left;
}

#linkspile {
height : 31px;
background-color : #000000;
margin : 0;
padding : 14px 0 0 456px;
text-align : left;
vertical-align : middle;
color : #fff;
}

#footer {
background-color : #ffffff;
margin : 0;
padding : 0 0 0 456px;
}

.clr {
clear : both;
}