* { padding: 0; margin: 0; }

body {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bgbodydark.jpg);
}
a{
	color: #FFFFFF;
	font-weight: bold;
}

a:hover{
	color: #5E0001;
}

img{border:0px}

h1{
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A90329;
	margin-bottom: 3px;
	padding-top: 5px;
}

ul{}

li{}

#wrappercont {
	background-color: #990225;
	background-image: url(images/bgbody.jpg);
	width: 100%;
	float: left;
}

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: auto;
}
#header {
	width: 1000px;
	text-align: center;
	float: left;
	background-image: url(images/logo.jpg);
	height: 125px;
}
#navigation {
	float: left;
	width: 1000px;
	text-align: right;
	padding-top: 37px;
	padding-bottom: 5px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
	padding-right: 75px;
}
#navigation li a
{
	text-decoration: none;
		padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation li a:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;

}








#leftcolumn {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#rightcolumn {
	float: right;
	width: 780px;
	display: inline;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#footer {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	clear: both;
	background-image: url(images/footerbg.jpg);
	width: 1000px;
	color: #FF9999;
	
}
#menu {
list-style: none;
}
#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu  a{
	height: 23px;
	display:block;
	text-decoration: none;
	background-color: #a90329;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC032D;
}

#menu a:hover{
	background-color: #8E0222;
}
.lang{
	float: right;
	height: 20px;
	width: 100px;
}
