/* GENERAL */
BODY {
	background: #660900 url("images/bg.gif") bottom repeat-x fixed;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
}
IMG {
	border: 0;
}
A {
	color: #153b0d;
}
A:HOVER {
	color: #660a00;
}

/* LAY-OUT */
#container {
	width: 960px;
	margin: 0 auto;
}
#container_float {
	width: 100%;
	float: left;
	background: #a2a2a2;
}
#container_float_inside {
	float: left;
	width: 954px;
	padding: 0px 3px;
	background: #ffffff;
}
#top {
	float: left;
	width: 100%;
}
#logo {
	float: left;
	width: 600px;
	height: 50px;
	overflow: hidden;
}
#languages {
	float: right;
	width: 200px;
	text-align: right;
}
#languages A {
	float: right;
	margin: 16px 20px 0px 0px;
}
#header {
	float: left;
	width: 100%;
	height: 130px;
	overflow: hidden;
}
#middle {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#left {
	float: left;
	width: 215px;
	border-right: 1px solid #959595;
}
#menu {
	float: right;
}
#menu UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact {
	float: right;
	margin: 50px 20px 30px 0px;
}
#content {
	float: right;
	width: 660px;
	margin-right: 60px;
}
#bottom {
	float: left;
	width: 100%;
	background: #293626;
	margin-top: 20px;
}
#bottom_inside {
	padding-right: 10px;
}

/* TEXT */
#menu UL LI A {
	float: right;
	width: 117px;
	margin: 0px 20px 5px 0px;
	line-height: 17px;
	text-decoration: none;
	color: #383737;
	text-align: right;
}
#menu UL LI A:HOVER {
	color: #420600;
	border-left: 2px solid #153b0d;
}
#contact {
	text-align: right;
}
#content {
	line-height: 23px;
}
#content H1 {
	font-size: 17px;
	line-height: normal;
	color: #660a00;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
#content H2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
#bottom {
	font-size: 11px;
	text-align: right;
	line-height: 25px;
	color: #ffffff;
}
#bottom A {
	color: #ffffff;
}
