/*---------Body Begin---------*/

body {
	background-image: url(bg_body.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

h1 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 36px;
  color: #ffffff;
}

p {
	font-size: 14px;
	color: white;
}

a {
	color:#DDFF33;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*---------Page Content---------*/

#content_wrapper {  
  width: 800px;
  margin: 0 auto;
}

#content {  
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 0px;
  margin-top : 0px;
  text-align: left;
}

.title {
  background-image: url(logo.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top : 40px;
  padding-bottom : 30px;
}

#strip {
	position: relative;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
}

#strip_content {
	position: relative;
}

#strip_content p {
	color: black;
	margin-left: 10px;
}


/*---------Header Menu Begin---------*/

#header {  
  width: 100%;
  height: 80px;
  background: #FFFFFF url(bg_header.jpg) no-repeat top center;  
}

#menu {
  width: 800px;
  margin: 0 auto;
  padding-top: 53px;  
  text-align: left;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  width: 80px;
  float: left;
  padding-left: 5px;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  width: 80px;
  display: block;
  text-decoration: none;
	font-variant:small-caps;
  padding-bottom: 10px;
  color: #777777;
}

#menu ul li.language {
  float: right;
}

#menu ul li.menu a:hover {
  color:#FFFFFF;
  background: url(menu_tab.gif) no-repeat bottom center;
}

#menu ul li.menu a.active {
  color:#000000;
  background: url(menu_tab.gif) no-repeat bottom center;
}






#slideContainer {
	height: 20px;
	background-color:#444444;
}

#slideHandle {
    background: url(slider/scrollbar.gif) no-repeat top left;
	width: 200px;
	height: 20px;
	cursor: pointer;
}