body {
  background-color:#2B271E;
  background-attachment:fixed;
  background-image:url('/images/background.jpg');
  background-repeat: repeat-x;
  background-position:top left;
  font-family:Arial, Helvetica, sans-serif, Verdana;
  vertical-align:top;
		margin:0px;
}
td {
  vertical-align:top;
}
h1, h2, h3 {
  margin:0px;
}
img
{
  border:0px;
}

/* Background & Images */
#container {
/*  width:540px;
		background:#333333;
		border-left:#666666 6px solid;
		border-right:#666666 6px solid;
		margin:auto;*/
}

#header {
  height:166px;
  width:468px;
  background:url(images/header.jpg) no-repeat;
  margin:auto;
		margin-bottom:12px;
		margin-top:12px;
}

#menu, #text_box {
  width:464px;
  background:#333333;
		display:block;
		border-left:#000000 2px solid;
		border-right:#000000 2px solid;
		border-top:#000000 2px solid;
		border-bottom:#000000 2px solid;
		margin:auto;
		margin-bottom:12px;
}
#menu .menu_text {
  padding:6px 0px 6px 0px;
}
#text_box .normal_text {
  padding:12px;
}
#error_box {
  width:740px;
		background:#333333;
		display:block;
		border:#000000 2px solid;
  margin:auto;
		margin-top:32px;
}

.fountain {
  height:427px;
		width:320px;
		background:url(images/fountain.png) no-repeat;
}

.days_and_nights {
  height:164px;
		width:218px;
		background:url(images/thumb_days_and_nights.jpg) no-repeat;
}


/* Text Styles*/
a
{
  color:#CC9900;
  text-decoration:underline;
  font-size:9pt;
}
a:hover
{
  color:#FFFF33;
  text-decoration:underline;
}

.menu_text {
  font-size:9pt;
		text-align:center;
  color:#dcdcef;
}

.normal_text {
  font-size:9pt;
  text-align:justify;
  color:#dcdcef;
}

.list_text {
  font-size:8pt;
		text-align:justify;
  color:#dcdcef;
}

.big_list_text {
  font-size:10pt;
		text-align:left;
  color:#dcdcef;
		font-weight:bold;
}

.header_text
{
  background-color:#666666;
  color:#dcdcef;
  font-size:18pt;
  font-weight:bold;
  text-align:center;
  font-variant:small-caps;
}

.subheader_text
{
  font-size:13.5pt;
  font-weight:bold;
  text-align:center;
  color:#dcdcef;
  font-variant:small-caps;
}

.error_text {
  color:#dcdcef;
  font-size:9pt;
  text-align:left;
}
.big_error_text {
  color:#dcdcef;
  font-size:32pt; 
  text-align:center;
}
