/* CSS Document */

html{
	height:100%;
}
body{
	height:100%;
	background-color:#FFFFFF;
	margin:0;
	paddin:0;
}
.placetable{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.placecell{
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}
a, a:visited{
	text-decoration:underline;
	color:#666666;
		
}

/*Content*/
.contenttable{
	width:850px;
	height:500px;
}
.head{

}
.main{
	/*background-image:url(img/rutbg.gif);*/
	background-image:url(img/bg.gif);
	border:1px solid #dedede;
	height:390px;
	vertical-align:middle;
}
.thumbs{

	height:55px;
	border:1px solid #dedede;
	border-top:0px;
	vertical-align:middle;
}
.bottom{
	font-size:1px;
	/*height:20px;*/
	vertical-align:top;
}
#orange{
	margin-top:5px;
	background-color:#ffa200;
	height:5px;
}
#footer table{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	color:#8F8F8F;
}

#container {
	position:relative;
	left:0px;
	top:0px;
	width:740px;
	height:55px;
	z-index:1;
	overflow: hidden;
	clip: rect(0,740,55,0);
}
#flashgalleriNav {
	position:relative;
	left:0px;
	top:3px;
	width:1060px;
	height:55px;
	z-index:2;
}
#flashgalleriContent{
	font-size:11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
.thumbs img{
	border:0;
	margin-left:5px;
}

.texttable{
	width:750px; 
	height:250px; 
	background-color:#FFFFFF; 
	border:1px solid #e4e4e4;
}

#main_text{
	font-size:11px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
#main_text p{
	padding-left:4px;
	padding-right:40px;
}

