@charset "UTF-8";
/* CSS Document */

/* positioning */


body {
text-align:center;
background-color:#e6e6e6;
}

#wrapper {
width:900px;
height:639px;
margin:auto;
overflow:hidden;
text-align:left;
margin-top: 20px;
background-image:url(images/bg_image.jpg);

}

#leftcol {
float:left;
width: 15%;
margin-top: 105px;


}

#maincontent {
float:left;
width: 60%;
padding-top: 5px;
padding-left:35px;
margin-left:10px;
}

#footer{
clear:both;
margin-bottom:10px;
height:10px;
}

#footer p{
text-align:center;
font-size:10px;
}

#footer a{
font-weight:bold;
font-size:10px;
color:#999999;
}

#flags{
position:relative;
top: -610px;
left: 380px;
}

#flags a{
padding-left: 5px;
text-decoration:none;
color:#e6e6e6;
}

#flags a image{
border:none;
}


/* general styles */

ul {text-align:right;
text-decoration:none;
list-style:none;
border-right: solid #515139 1px;
padding-right: 20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 45px;
color: #515139;
}

li.inside a{
color: #996666;
}

li#inside2 {
color: #996666;
line-height:15px;
}

li#inside2 a{
color: #996666;
line-height:15px;
}




p {color: #999999;
font-family:Helvetica, Geneva, Arial, sans-serif;
font-size:12px;
text-indent:16px;
}

#home { color:#996666;
text-align:center;
}

h1 {line-height:72px;
width: 456px;
background-image:url(images/logo.png);
text-indent: -9999px;
}

h2 {font-family: Geneva, Arial, Helvetica, sans-serif;
color: #993333;
font-style:normal;
font-size:16px;
}
a { font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #515139;
text-decoration:none;
}

a:hover{
color: #993333;
text-decoration:underline;

}

#maincontent a {
font-size:12px;
color: #993333;
}








