* { font-family: Trebuchet ms, Helvetica, Sans-Serif; }

img {
  border: 0px;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  min-height: 100%;
  border: 0;
  margin: 0;
  padding: 0;  
  background: #000000 url('gfx/bg_body.jpg');  
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 8pt;
  height: 100%;
  background: url('gfx/bg_body_top.jpg') repeat-x;
}

#container {
  height: auto;
  min-height: 10px;
  width: 825px;
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_container.png');  
}

#top {
  width: 825px;
  height: 40px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_top.png');  
}

#logo {
  width: 825px;
  height: 125px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_logo.png');  
}

#logo2 {
  width: 825px;
  height: 125px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_logo2.png');  
}

#content {
  width: 781px;
  height: auto;
  min-height: 350px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_menu.jpg') no-repeat;  
  background-position: bottom left;
}

#content2 {
  width: 781px;
  height: auto;
  min-height: 350px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_content.gif') no-repeat;
}

#footer {
  width: 825px;
  height: 110px;  
  margin: 0 auto 0 auto;
  position: relative;
  background: url('gfx/bg_bottom.png');  
}

#footer2 {
  width: 825px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 0 auto;
  font-size: 13px;
  padding-bottom: 10px;
}

#footer2 a{
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 13px;
}

#footer2 h1{
  width: 825px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 0 auto;
  font-size: 13px;
}

#right {
  float: left;
  left: 0px;
  width: 212px;
  height: auto;
  min-height: 200px;  
  margin: 0 auto 0 auto;
  position: relative;  
}

#left {
  float: left;
  left: 40px;
  width: 490px;
  height: auto;
  min-height: 200px;  
  margin: 0 auto 0 auto;
  position: relative;  
}


#menu { 
  margin: 0 auto 0 auto;
  position: relative;  
  overflow: hidden;
}

.menu_move {
  width: 213px;
  height: 32px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;  
}

.menu_move a:hover {
  top: -32px;
  position: relative;
}



.clean {
 clear: both;
}

#lang {
  top: 4px;
  left: 27px;
  width: 40px;
  height: 20px;  
  margin: 0 auto 0 auto;
  position: absolute; 
}

#pts {
  top: 44px;
  left: 37px;
  width: 489px;
  height: 36px;  
  margin: 0 auto 0 auto;
  position: absolute; 
}

.gal {
	float: left;	
	width: 150px;
	height: auto;
	min-height: 0px;
	margin: 5px;
	border: dotted 1px #2b546a;
	text-align: center;
	background: #eaffd7;
}

.gal a {
  color: #00458a; 
  text-decoration: none;
}

.gal img {
  display:block;
  padding: 0;
  margin: 5px;
}

.gal:hover {
border: dotted 1px red;	
	background: white;
}

hr {		
	color: #2b546a;
    background-color: #2b546a;
	border: 0;
    height: 1px;
}

h1 {
  padding: 0;
  margin: 0;  
  text-align: right;
  font-family: trebuchet ms;
  font-size: 16pt;
  font-style: normal; 
  font-weight: normal;
  color: #2b546a; 
  text-decoration: none;
}


input.in {
	background: #303030; 
	border: solid 1px #4a4a4a; 
	color: #c0c0c0; 
	font-family: trebuchet ms, tahoma, verdana, arial; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align: left; 
	text-decoration: none;
	left: 510px;
	}

	
p {
  font-family: trebuchet ms;
  font-size: 12pt;
  font-style: normal; 
  font-weight: normal;
  color: #000000; 
  text-align: justify;
  line-height: 145%; 
}
	
p a {
  color: #008000; 
  font-weight: bold;  
  text-decoration: none;
}

p a:hover {
  color: #008000; 
  font-weight: bold;  
  text-decoration: underline;
}

p span {
  font-weight: bold; 
}


