html, body				{ height: 100%; }

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top-left;
	background-color: #fcf4d2;
  	margin: 0px; 
}

#container {
	background: transperant;
	position: relative;
	width: 808px;
	margin: 0 auto;
	height: 100%;
	height: auto !important;
}

#contentcontainer{
    background-color: #FFF;
    background-image: url('../images/content_bg.jpg');
  	background-repeat: repeat-y;
  	background-position: top left;	
    position: relative;
	width: 808px;
	height: 100%;
	height: auto !important;
}

#header {
  position: relative;
  width: 808px;
  height: 318px;
  padding: 0;
  margin: 0;
}



#text {
	height: 100%;
	float: left;
	width: 520px;
	padding: 5px;
	/*padding-left: 0;
	padding-right: 40px;*/
	font-family: Tahoma, arial, helvetica;
	font-size: 9pt;
	line-height: 18pt;
	color:#332d1f;
	min-height: 400px;
	margin-bottom: 30px;
	height: auto !important;
}

#text h1 {
	font-family: Tahoma, arial, helvetica;
	font-size: 20pt;
	line-height: 18pt;
	color:#fddc56;
}

#text a {
	font-family: Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#fddc56;
	text-decoration: none;
}

#text a:hover {
	font-family: Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#fddc56;
	text-decoration: underline;
}


#innertext {
position: relative;

	font-family: Tahoma, arial, helvetica;
	font-size: 11pt;
	line-height: 18pt;
	color:#332d1f;


padding: 0px;
float: left;
z-index: 0;
width: 808px;
height: 100%;
height: auto !important;
}




#pictures {
 position: relative;
width: 146px;
padding: 20px;

float: left;
	height: 100%;
height: auto !important;
 
}


#pictures img{
margin-bottom: 20px; 

}

#footnote {

}

#footer {
position:relative;
width: 808px;

}

