body {
  background:
	#fff
	url(../images/bg.jpg);
  margin:0; 
  padding:0;
  font-family: 'Trebuchet MS', verdana, arial, sans-serif;
  color:#fff;
  font-size:12px;
}

a:link, a:visited {
  text-decoration:none;
  color:#efd62d;
  font-size:12px;
  font-weight:bold;
}

a:hover, a:active {
  text-decoration:none;
  color:#fff;
}

h3 {
  color:#efd62d;
  font-size:18px;
  font-weight:normal;
  margin-bottom:20px;
  margin-top:0px;
  letter-spacing:-1px;
}

hr {
  height:1px;
  background-color:#b2735a;
  color:#b2735a;
  border:0;
  margin:0;
}

table {
  font-size:12px;
}

form {
  margin:0;
  padding:0;
}


.shadow_left {
	width:4px;
	background:
		transparent
		url(../images/shadow_left.png)
		repeat-y;
}

.shadow_right{
	width:4px;
	background:
		transparent
		url(../images/shadow_right.png)
		repeat-y;
}

.shadow_bottom {
	width:799px;
	height:9px;
	background:
		transparent
		url(../images/shadow_bottom.png)
		no-repeat;
}

.main {
	background:
		#fff
		url(../images/header.jpg)
		no-repeat;
}

#languages {
	margin:15px 0 0 660px;
}

#languages a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu {
	margin-top:137px;
	line-height:32px;
	color:#571f0c;
	margin-left:20px;
}

#menu a:link, #menu a:visited {
  color:#efd62d;
  text-decoration:none;
  font-weight:normal;
  height:32px;
  line-height:32px;
  font-size:13px;
}

#menu a:hover, #menu a:active {
  color:#fff;
  text-decoration:none;
  line-height:32px;
  font-weight:normal;
}

#content {
	padding:40px;
	font-size:12px;
	background:
		#2c1000
		url(../images/content_bg.png)
		repeat-x;
}

#content2 {
	height:14px;
	background:#2c1000;
}

#footer {
	width:791px;
	height:32px;
	line-height:32px;
	background:
		transparent
		url(../images/footer.jpg)
		repeat-x;
	text-align:center;
	color:#fff;
}

.red {
	color:#d52e26;
}