/* Global */
* {padding:0; margin:0;}
img {border:none}
html {padding:0; margin:0;}
body {height:100%;background:#fff url('../images/bg-body.gif') repeat-x; background-position: bottom;}
body {
	color:#fff;
	text-align:center;
	margin:0;
	font:normal 12px Trebuchet MS;
}
a, a:visited {
text-decoration:underline; color:#fff}
a:hover {
text-decoration:none; color:#fff}

p {margin:0 0 1px 0; color:#fff;}
h1 {font-size:14px}
h2 {font-size:13px}
/* Structure */
#wrapper {
	width:990px;
	min-height:100%;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left
	}
#content {
  background: url(../images/2.gif) no-repeat;
  background-position: bottom center;
  margin-bottom: -1px;
}
* html #content {
   background: url(../images/2.gif) no-repeat;
  background-position: left bottom;
  margin-bottom: -1px;
height:100%}


#header {
  height:121px
}
#left-column{
  float: left;
  width: 127px;
  padding: 0;
  margin: 0;
}
#center-column{
  float: right;
  width: 863px;
  padding: 0;
  margin: 0;
}

#articles{
  float: left;
  width: 740px;
  padding: 0;
  margin: 0;
  background: #17a8be url(../images/bg-body-center.gif) bottom no-repeat;
  height: 100%;
}

#right-column{
  float: right;
  width: 123px;
  padding: 0;
  margin: 0;
}
#languages {
  height: 150px;
  background: url(../images/right-up.gif) 0 0 no-repeat;
  padding: 15px 0 0 10px;
}

#sidebar_logo {
margin: 15px auto 5px;
text-align: center;
}

#sidebar_logo img {
border: none;
}

#footer {
height:116px;
width:100%;
margin:0;
clear:both;
position: relative;
}
#foot {
margin: 0px auto 0px;
width: 700px;
}
#foot_left {
color: red;
float: left;
margin: 0px;
}
#foot_left p {
color: red;
}

#foot_left p a, #foot_left p a:hover {
color: red;
text-decoration: none;
}

#foot_right {
float: right;
width: 90px;
margin: 0px;
}
#foot_right p {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #959595;
position: relative;
top: 1px;
}
#foot_right a, #foot_right a:active, #foot_right a:link, #foot_right a:visited, #foot_right a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #959595;
text-decoration: none;
}

/* Menu */
#menu {
	width:740px;
	height:40px;
	background:url('../images/menu-bg.gif') no-repeat;
    text-transform: uppercase;
    text-align: center;
}
#menu ul {padding:12px 0 3px 0px; margin:0;	height:40px;}
* html #menu ul {height:20px}
#menu li {display:inline; list-style:none; margin:0 10px 0 0;; font:bold 12px Trebuchet MS;}
#menu ul li a:link, #menu ul li a:visited {padding-left: 20px; color:#fff; background:transparent; text-decoration: none;}
#menu ul li a:hover {padding-left: 20px; color:#fff; background:url(../images/menu-active.gif) left top;background-repeat: no-repeat; text-decoration:none}
#menu ul li a#active {padding-left: 20px; color:#fff; background:url(../images/menu-active.gif) left top;background-repeat: no-repeat;text-decoration:none}

/*Content*/
#title {
    background: url(../images/bg-center.gif) top center no-repeat;
    height: 50px;
}

#l-menu {
 float: left;
  width: 180px;
  padding: 0;
  margin: 0;
  min-height: 350px
}
#r-text {
  float: right;
  width: 550px;
  padding: 0;
  margin: 0;min-height: 350px
}
#r-text img {
border: 10px solid #fff;
}

/* Forms */
#reservation_top{
	width:161px;
	height:7px;
	padding:0px;
	margin:0px;
	background:url(../images/up-form.gif) top left no-repeat;
}
* html #reservation_top {margin:0 0 -9px 0px; }
#reservation_mid{
    color: #3399cc;
	width:161px;
	padding:0 0 0 15px;
	margin:0px;
	background:url(../images/middle-form.gif) repeat-y top left;
    text-align: left;
}
#reservation_bot{
	width:161px;
	height:8px;
	padding:0px;
	margin:0px;
	background:url(../images/down-form.gif) top left no-repeat;
}
/* News */
#news_top{
	width:161px;
	height:27px;
	padding:0px;
	margin:10px 0px 0px 0px;
	background:url(../images/top-news.gif) top left no-repeat;

}
#news_top p{
	font: bold 14px Trebuchet MS ;
	color:#ff6102; 
padding: 8px 0 0 40px 
}
#news_mid{
    color: #3399cc;
	width:161px;
	padding:7px 0px 0 15px;
	margin:0px;
	background:url(../images/middle-news.gif) repeat-y top left;
    text-align: justify;
}
#news_bot{
	width:161px;
	height:30px;
	padding:0px;
	margin:0px;
	background:url(../images/down-news.gif) top left no-repeat;
}
#news_mid a, #news_mid a:visited {text-decoration:none; color:#3399cc; font-size:13px;}
#news_mid a:hover {text-decoration:underline; color:#3399cc; font-size:13px;}
.clearer{
	height:0px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	width: 100%;
}
select {
  font-size: 10px;
  color:#f69b29;
  border: 1px solid #3399cc;
  margin-bottom: 5px;
}
.buttons {
  font-size: 10px;
  color:#fff;
  background-color: #3399cc;
  border: 1px solid #3399cc;
}