html, body { width: 100%; height: 100%; margin: 0; padding: 0; }

body { background: url('../img/bg.bmp') repeat-x top #cacaca; }

img { margin: 0; padding: 0; }

#wrapper { width: 741px; background: transparent; height: 100%; margin: 0 auto; }
#top { height: 217px;  background: none; }
#top2 { height: 217px; background: url('../img/header.png') no-repeat bottom; }
#lang { 
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: #FFF;
	clear: both;
}
#lang img { border: 0; }

#menu { width: 100%; height: 49px; background: url('../img/menu_back.gif') repeat-x;}
#menu ul { margin: 0; padding: 0; list-style-type: none; height: 49px;}   
#menu ul li { 
	float: left; 
	height: 49px;
	padding-left: 10px;
	padding-right: 10px;
	width: 103.25px;
	background: url('../img/menu_spacer.gif') no-repeat top left;
	text-align: center;
	line-height: 45px; 
}
#menu ul li.selected { background: url('../img/menu_selected.gif') repeat-x top left; }
#menu ul li a { font-family: arial, helvetica; font-size: 12px; }



#content {
        padding: 40px 20px 0px 20px; 
        background: #FFF;
	font-family: arial, helvetica;
	font-size: 12px; 
	color: #5e5e5e;
	line-height: 20px;
}

#newslist {
        font-size: 10px;
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 10px;
        background-color: #cacaca;
        }
#newslist li {
        list-style: none;
        line-height: 10px;
        margin-bottom: 10px;
        }
#newslist ul {
        padding-left: 0;
        margin-left: 0;
        }

#newslist a {
        font-weight: normal;
        }
h1 { margin: 0; margin-bottom: 25px; font-size: 15px; text-align: center; }
h2 { margin-top: 25px; margin-bottom: 5px; font-size: 15px; text-align: left; font-weight: medium; }
a:link, a:visited, a:active { color: #4b4b4b; font-weight: bold; text-decoration: none; }



	input.invul { font-size: 11px; color: #4b4b4b; text-align: left; width: 240px; }
	textarea { font-size: 11px; color: #4b4b4b; font-family: arial, helvetica; width: 240px; height: 120px;  }
	dd { margin-left: 200px; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 10px; }
	dt { float: left; text-align: right; padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 10px; width: 180px; }