body { 
  margin: 0;
  background-color: #222; 
  color: #eee;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size: 0.72em;
}

img, div { 
	behavior: url(/javascripts/iepngfix.htc);
}


a {
	color: #e5e5e5;
}

a:hover {
	color: #fff;
}

a:focus { 
	outline:none; 
} 

.page-start{
	background: url(/images/aloftalight.jpg) center 25px no-repeat;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 530px;
}

img {
	border:0;
}	

h3 {
	margin-top: 0;
}	

.hr {
	height: 1px;
	width: 100%;
	background: #444;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 1px;
}	

.container {
 	width: 707px;
	margin-left: auto;
	margin-right: auto;
}

.head {
	height: 50px;
	padding: 5px;
	padding-top: 40px;
}	
.content, .head, .content {
	width: 100%;
}

.content {
	height: auto !important; /* for modern browsers */
	height: 400px; /* for IE5.x and IE6 */
	min-height: 400px; /* for modern browsers */	
}

.content .column {	
	width: 335px;
	float: left;
	padding-left: 5px;
}	

.content .column img{
	margin: 2px;
	border: 1px solid #000;
}	

.content .column a{
	text-decoration: none;
	background: url(/images/greydot.png) bottom left repeat-x;
}	

.thumbnails-index {
	height: 400px;
	border: 1px solid red;
}

	

.thumb {
	width: 170px;
	height: 90px;
	background: url(/images/shadow.png) top left no-repeat;
	margin: 3px;
	float: left;
	color: #444;
}

.thumb img {
	border: 1px solid #111;
	padding: 1px;
	margin: 3px;
}	

.thumb a:hover img {
	border: 1px solid #cc0;
}	

#lang-switch {
	width: 100%;
	line-height: 20px;	
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	background-color: #000;
}

#lang-switch a {
	color: #999;
	text-decoration: none;
}

#lang-switch div {
	margin-right: 10px;
}

#lang-switch a:hover {
	color: #dd0;
}

#nav-styles {
    padding-top: 2px;
	float: left;
	margin-left:7px;
}

#nav-contacts {
    padding-top: 0px;
	float: right;
	margin-right: 5px;	
}

#nav-styles a img, #nav-contacts a img {
	opacity: 0.7;
}

#nav-styles a:hover img, #nav-contacts a:hover img {
	opacity: 0.999;
}



.clr {
	clear: both;
}	
