html, body {
	height: 100%;
	padding:0;
	margin:0;
	background-color:#c89165;
	text-align:center;
	background-image:url(images/belsomaintop.jpg);
	background-position: top center;
	background-repeat:repeat-x;

}

#container { /* this is the div you want to fill the window */
	min-height: 100%;

	background-color:#fce9c8;

	margin-left:20px;
	margin-right:20px;

}


#Form {
	height: 100%;

	text-align:center;
	width:100%;
}


#left { 
 /*position:absolute;*/
 width:20px;
 height:494px;
 /*background-color:#000033; */
 float:left;
 
 background-image:url(images/leftspace.jpg);
background-position: left top;
background-repeat:no-repeat;
 }
 


#menutd{
	background-image:url(images/belso-menubg.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	height:161px;
	width: 205px;
	min-width:205px;
}

td.egymenusor {
	height:17px;
	color:#f9eedb;
	font-family: Arial; 
    	font-weight: bold; 
	font-size: 12px;
	text-align:left;
}


td.egymenusor a{
	color:#f9eedb;
	font-family: Arial; 
    	font-weight: bold; 
	font-size: 12px;
	text-decoration:none;
	

}

td.egymenusor a:hover{
	color:#fbca94;
	font-family: Arial; 
    	font-weight: bold; 
	font-size: 12px;
	/*text-decoration:underline;*/
	
}

td.contenttext {
	/*min-width:930px;*/
	
	height:19px;
	color:#31120d;
	font-family: Arial; 
    font-weight: bold; 
	font-size: 12px;
	text-align:left;
	line-height: 22px;
	padding: 0 10px 10px 10px;
	background-color:#fce9c8;
}


td.contenttext a{
	color:#31120d;
	font-family: Arial; 
    	font-weight: bold; 
	font-size: 12px;
	text-decoration:none;
	

}

td.contenttext a:hover{
	color:#31120d;
	font-family: Arial; 
    	font-weight: bold; 
	font-size: 12px;
	text-decoration:underline;
	
}

td.contenttext img {
	background-color: #fce9c8;
	padding: 4px;
	border: 1px #4f3613 solid;
	margin: 5px;
}




td.Gallery_HeaderCapLeft img, td.Gallery_FileTL img, td.Gallery_FileTR img, td.Gallery_HeaderCapRight img, td.Gallery_FooterCapRight img {
	background-color: #fce9c8;
	padding: 0px;
	border: 0px;
	margin: 0px;
}





#celGalleryMenu img {
	border: 0;
	padding: 0;
	margin: 0;

}
td.Gallery_HeaderImage img{
	border: 0;
	padding: 0;
	margin: 0;
}

td.GalleryMenu_IconButton img{
	border: 0;
	padding: 0;
	margin: 0;
}


.pagetitle{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-bottom:1px solid #4f3613;
	color:#4f3613;
	font-family:Arial;
	font-size:16px;
	/*font-style:italic;*/
	font-weight:bold;
	letter-spacing:1pt;
	margin:1em 0;
	text-align: right;
}


.Normal, .NormalDisabled {
	font-family:Tahoma,Arial,Helvetica;
	font-size:12px;
	font-weight:normal;
}



.SubHead {
	color:#4F3613;
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-weight:bold;
}


a.CommandButton:link  {
	color:#4F3613;
	text-decoration:underline;
}
a.CommandButton:hover  {
	color:#4F3613;
	text-decoration:underline;
}
