html {
height: 100%;
}
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #959595;
font: 12px Arial, Helvetica, sans-serif;
color: #666;
}
#wrapper {
width: 800px;
min-height: 100%;
margin: 0px auto;
background-color: #fff;
}
#wrapperInner {
padding-bottom: 80px; /*80px bottom padding minus footer height = 0px bottom padding*/
}
#footer {
position: relative;
width: 800px;
height: 40px;
margin: -80px auto 0;
padding: 20px 0;
text-align: center;
}
#signature {
font-size: 11px;
color: #a6a6a6;
padding-top: 5px;
}
#header {
position: relative;
height: 120px;
}
#logo {
position: absolute;
left: 45px;
top: 18px;
}
#langnav {
position: absolute;
right: 50px;
top: 67px;
}
#langnav a:link, #langnav a:visited {
color: #333;
text-decoration: none;
}
#langnav a:hover, #langnav a:active {
color: #e83111;
text-decoration: none;
}
#langnav a.current:link, #langnav a.current:visited {
color: #a6a6a6;
}
#titleimage {
width: 800px;
height: 382px;
background: url(headerimg1.jpg);
}
#motto {
padding: 15px 50px 10px 505px;
background-color: #000;
}
#content {
margin: 35px 50px 20px;
line-height: 150%;
background: url(dotted_vert.png) repeat-y 415px top;
}
#leftcol {
width: 395px;
padding-right: 39px;
float: left;
}
#rightcol {
width: 265px;
float: left;
}

h1 {
margin: 1.5em 0 0.8em;
padding-left: 20px;
font-weight: normal;
font-size: 1.5em;
color: #000;
}
#leftcol h1 {
background: url(bull_red.png) no-repeat left bottom;
}
#rightcol h1 {
background: url(bull_yellow.png) no-repeat left bottom;
}

p {
margin: 0 0 10px 20px;
}

img {
border: none;
}
.clearfix {
display: block;
height: 0;
clear: both;
}
.border1 {
display: block;
border: 1px solid #d2cec3;
}
a:link {
color: #e83111;
text-decoration: none;
}
a:visited {
color: #666;
}
a:hover, a:active {
color: #000;
}
a.perm:link, a.perm:visited {
color: #e83111;
text-decoration: none;
}
a.perm:hover, a.perm:active {
color: #000;
}
.first {
margin-top: 0;
}
#more_link, #close_link {
margin: 0 0 10px 20px;
}
#more_content {
margin: 0 0 10px 0;
}
.hide {
display: none;
}
