body {
	background-color: #633212;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	text-align: center;
}
/* div{ border: 1px solid #000000; } */
/* a */
a {
	text-decoration:	underline;
	color: #333333; 
}

a:hover {
	text-decoration:	none;
}

img {
	border: none;
}

td{	font-family: "Tahoma", serif;  
	line-height: 120%; 
	font-size: 11px;
	color: #333333; 
	text-align: left;
}

#container {	
	position: relative; 
	top: 30px;
	left: 0;
	width: 750px;
	width: 750px;
	font-family: "Tahoma", serif;  
	line-height: 140%; 
	font-size: 11px;
	color: #333333; 
	text-align: left;
}

#content-bg{
	position: absolute; 
	top: 120px;
	left: 228px;
	width: 304px;
	height: 299px;
	background-image: url(../images/bg/content_bg.jpg);
	background-repeat: no-repeat;
}

#content-bg-full{
	position: absolute; 
	top: 120px;
	left: 228px;
	width: 304px;
	height: 299px;
	background-image: url(../images/bg/content_bg_full.jpg);
	background-repeat: no-repeat;
}

#content-lang{
	position: absolute; 
	top: 430px;
	left: 228px;
	width: 304px;
	text-align: center;
}

#content-lang a{
	color: #633212;
	text-decoration: none;
}
#content-lang a:hover{
	color: #633212;
	text-decoration: underline;
}

#header {
	width: 750px;
	height: 50px; 
	float: left;
}

#header-logo {
	position: relative; 
	top: 18px;
	left: 14px;
	width: 700px;
}

#content-top{
	width: 750px;
	height: 8px;
	background-image: url(../images/bg/top.gif);
	background-repeat: no-repeat;
	font: 0px;
	float: left;
}

#content-bottom{
	width: 750px;
	height: 8px;
	background-image: url(../images/bg/bottom.gif);
	background-repeat: no-repeat;
	font: 0px;
	float: left;
}

#content {
	width: 750px;
	text-align: justify;
	background-image: url(../images/bg/content_bg.gif);
	float: left;
	/*background-color: #D9D9D9;
    background-color: #bed0eb;
    border: 1px solid #ffffff;*/
}


#content-left {
	width: 250px;
	height: 505px;
	float: left;
}

.content-left-content{
	position: relative;
	top: 0px;
	left: 0px;
}

#menu-pic-bg{
	position: absolute;
	top: 6px;
	left: 14px;
	width: 182px;
	height: 505px;
	background: #ffffff;
}

#menu-pic{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 180px;
	height: 503px;
	z-index: 10;
}

#menu-pic-overlay{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 180px;
	height: 503px;
	/*background-color: #633212; opacity: .4; filter: alpha(opacity=40); */
	z-index: 20;
}

#nav-container{
	position: absolute;
	top: 18px;
	left: 116px;
	width: 100px;
	height: 350px;
	z-index: 30;
}

.nav-spacer{
	width: 110px;
	height: 10px;
}

.nav-menu-item{
	width: 110px;
	height: 25px;
}

.nav-menu-item-selected{
	width: 110px;
	height: 25px;
}

.nav-menu-item-txt{
	position: relative;
	top: 4px;
}

#content-contact{
	position: absolute;
	top: 412px;
	left: 28px;
	font-weight: bold;
	color: #ffffff;
	font-family: "Verdana", serif; 
	font-size: 11px;
	z-index: 30;
}

#content-contact a{
	color: #ffffff;
}

#content-middle {
	width: 230px;
	float: left;
}

#content-temp-1 {
	width: 480px;
	float: left;
}

#content-middle-right {
	width: 20px;
	float: left;
}

#content-right {
	width: 230px;
	float: left;
}

#content-bottom-spacer {
	width: 750px;
	height: 30px;
	float: left;
}

.content-middle-content{
	position: relative;
	top: 25px;
}

#footer {
	width: 750px;
	height: 20px;
	color: #ababab;
}
#footer a {
	font-weight: normal;
	color: #ababab;
}


.float_left{
	float: left;
}




/*h1, h2, h3, h4, h5*/
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #633212;
}


h1 {
	font-size: 16px;
	display: inline;
}

h2 {
	font-size: 16px;
	display: inline;
}

h3 {
	font-size: 19px;
	display: inline;
}

h4 {
	font-size: 19px;
	display: inline;	
}