body{	
	font-family: Tahoma;		
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	font-size: 12px;	
	}	
#container, .header, .header .dummy
{
	width: 1024px;
	
}
	#container
	{	
	margin-left: auto;
	margin-right: auto;	
	}
	.logo
	{
	width: 416px;
	height: 93px;
	float: left;		
	}
	#mainmenu
	{
	float:right;
	width: 500px;
	height: 93px;								
	}
	
	#mainmenu a, #mainmenu div
	{
	display: block;
	float: left;
	margin-right: 15px;
	padding-left: 25px;
	margin-top: 45px;
	font-size: 13px;
	font-weight: bold;
	background: url("star.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #1838ad;
	}	
	#mainmenu a:hover, #mainmenu div
	{
		color: #9f0000;
	}	
	#mainmenu .firstlink
	{
		padding-left: 0px;
		background: none;
	}
	.header
	{		
		height: 294px;
		background: url("header.jpg");
		background-position: center;		
	}
	.header .dummy
	{
		height: 242px;
	}
	.header .contacts
	{
	float: right;
	margin-right: 35px;
	padding-top: 7px;
	color: #9f0000;
	font-weight: bold;
	font-size: 14px;		
	}
	.maincontent{
	background: url("gradientfill.png");
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 35px;
	padding-bottom: 55px;
	overflow: auto; 
	height: 1%;	
	}
	.footer{
	background: url("footertopborder.png");
	background-repeat: repeat-x;
	background-position: top;		
	background-color: #ffd800;
	height: 82px;
	width: 100%;		
	}
	.footer .left
	{
	float:left;
	padding-top: 32px;
	margin-left: 35px;
	font-size: 12px;	
	}
	.footer .right
	{
	float: right;
	padding-top: 32px;	
	margin-right: 35px;
	font-size: 12px;
	color: #9f0000; 
	}
	.footer .right a
	{
	font-size: 12px;
	color: #9f0000;
	text-decoration: none;
	font-weight: bold;		
	}
	.footer .right a:hover
	{
	color: black;	
	}
	#photogallery{	
		margin-left: auto;
		margin-right: auto;
		width: 930px;
		padding-bottom: 55px;
		overflow: auto; 
		height: 1%;	
	}
	#photogallery .photoblock{
		width: 207px;
		height: 223px;		
		float: left;
	}
	#photogallery .dummy{
		width: 30px;
		height: 223px;		
		float: left;		
	}
	#photogallery .imageContainer{
		width: 207px;
		height: 183px;
		background: url("photoramka.png");			
	}
	#photogallery .image{
		padding: 9px 0 0 10px;	
		cursor: pointer;			
	}
	#photogallery .description{
		margin-top: 40px;		
		width: 207px;
		color: #1838ac;
		font-weight: bold;
		text-decoration: underline;
		background: none;
		cursor: pointer;		
	}

	
	
	