@charset "utf-8";
/* KR Translations styles */

body {
margin:0;
padding:0;
background: #cbde8f url(images/wallpaper.jpg) repeat-x top left;
font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #90947b;
}

div#container {
width: 740px;
background-color: #ffffff;
margin-left:auto;
margin-right: auto;
padding: 10px 30px;
}

div#logo {
width: 270px;
height: 145px;
float:left;
background: url(images/logo.jpg) no-repeat top left; 
margin-bottom: 25px;
}

#logo h1 {
margin: 0;
background: #a7d320;
color: #ffffff;
font-weight: normal;
font-size: 36px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 25px 10px;
visibility: hidden;
}

div#highlights {
width: 445px;
float: right;
text-align: right;
color: #f4fbd7;
background: url(images/mud-bg.jpg) no-repeat bottom right;
}

#highlights h2 {
font-size: 24px;
font-weight: normal;
margin: 45px 10px 20px 20px;
}

#highlights h3 {
font-size: 18px;
font-weight: normal;
margin: 0 20px 27px 0;
}

div#content {
clear:both;
}

div#quote {
width: 246px;
padding: 8px 12px;
background: #dce4b1 url(images/quote-badge.gif) bottom left no-repeat;
float:left;
}

#quote h3 {
padding:0;
margin: 0 0 23px 0;
font-weight: normal;
font-size: 30px;
text-align: center;
}

div#maintext {
width: 405px;
padding: 8px 20px;
float:right;
background-color: #f4fbd7;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 25px;
}

#maintext h2 {
padding:0;
margin: 0 0 23px 0;
font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 30px;
color: #9ec721;
}

div#footer {
clear: both;
background: #6c705a;
color: #f4fbd7;
text-align: center;
padding: 8px 20px;
}

#footer a{
color: #9ec721;
text-decoration: none;
}

#footer a:hover {
color: #f4fbd7;
text-decoration: underline;
}

ul#flags li {
line-height: 1.9;
padding-left: 10px;
}

li#eng {
list-style-image: url(images/flags/gb.gif);
}

li#sp {
list-style-image: url(images/flags/es.gif);
}

li#ger {
list-style-image: url(images/flags/de.gif);
}

li#dut {
list-style-image: url(images/flags/nl.gif);
}

li#fr {
list-style-image: url(images/flags/fr.gif);
}

li#it {
list-style-image: url(images/flags/it.gif);
}

.centerText { text-align:center; }