/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1
{   
    font-family: Century;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h2
{
    font-family:Century;
	font-size: 1.1em;
	color: #6F5129;
	padding-bottom: 0.8em;
}
h4
{
	color: #9F5129;
}

h5
{
    margin-bottom:5px;
    font-size:13px;
    font-weight: bold; 
    }   
p
{
    font-family: Century;
    color: #6F5129;
	margin-bottom: 0.8em;
	line-height: 1.0em;
}    
p.center
{
    text-align: center;}   
    
body
{
	top:0;
	background: #D5BBA0;
	color: #6F5129;
}

a
{
	color: #6F5129;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
.border 
{
   padding: 1px;
   border: 1px solid #660000;
}

a img
{
  border: solid 3px #9F5129;
  padding: 3px 3px 3px 3px;   
    }
a:hover img
{
  border: solid 3px Beige;
  padding: 3px 3px 3px 3px;   
    }    
/* Outer */

#outer
{
	width: 798px;
	margin: 0 auto;
	height:auto;
}

/* Header */

#header
{
	padding: 0px;
	text-align: left;
	height: 25px;
}

#header h1
{
	font-size: 2em;
	padding: 0 0 0 0;
}

#header h2
{
	font-size: 1em;
	color: #747474;
}

#header h1 a
{
	color: #FF9966;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: transparent url('images/a1.jpg') top left no-repeat;
	height: 123px;
	width: 798px; 
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 30px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #000;
	font-family: Century;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}
#logo
{
    position: relative;
    z-index: 3;
    top: 85px;
    width: 235px;
	height: 35px;
	float:left;
	left: 270px; 
	
    }
#languages
{
    position: relative;
    z-index: 4;
    float:right;
	right: 120px; 
	top: 70px;
    }
.noborder
{ 
  border: 0px;
}

/* Content */

#xbg1
{
	position: absolute;
	z-index: 1;
	background: #D5BBA0 url ('images/a2.jpg') top left no-repeat;
	width: 798px;
	height: 98px;
}

#content
{
	background: transparent url(images/a3.jpg) top left repeat-y;
}

#content h3
{
	font-size: 1.1em;
}




/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: 0;
	width: 100%;
	width: 100%;
	left: -4px; 
	top: -5px;
}

#primaryContent
{
	margin: 2em 5.0em 0em 17.1em;
	padding: 0em 0em 0em 1.2em;
	 
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: left; 
	width: 200;
	height: 300px;
	margin-top: 1em;
	left: 76px;
	top: 18px;
}

/* Footer */

#footer
{
	width: 798px;
	height: 169px;
	padding-top: 20px;
	background: #D5BBA0 url('images/a4.jpg') top left no-repeat;
	text-align: center;
	bottom:50px;
}

#footerinfo
{
	position: relative;
	width: 798px;
	height: 68px;
	top: 0px;
	text-align: center;

}

#copy
{
    position:relative;
    width: 798px;
	height: 20px;
	top: 35px;
	text-align: center;
    }
.clear
{
	clear: both;
}
form input,textarea
{
	 background-color: #FFEECC;
}
#subsol
{
    position: relative;
    width:100%;
    height:auto;
    background:#6F5129 url(images/bg-sub.gif) top repeat-x;
    margin-top:0px;
    margin-bottom:5px;
    }
#sol
{   width:737px;
    margin:20px auto 20px auto;
    height:auto;
    border-left:dotted 2px #9F5129;
    border-right:dotted 2px #9F5129;
    color:Beige;
    text-align:center;
}
a img.sol
{
  border: solid 5px #3D3122;
  padding: 5px 5px 5px 5px;   
    }
a:hover img.sol
{
  border: solid 5px #000;  
    }
img.gal
{  margin: 10px 10px 10px 10px;
   text-align:center;
  border: solid 3px #9F5129;
  padding: 3px 3px 3px 3px;   
    }    
a img.gal
{
  border: solid 3px #9F5129;
  padding: 3px 3px 3px 3px;   
    }
a:hover img.gal
{
  border: solid 3px Beige;
  padding: 3px 3px 3px 3px;   
    }  