body {
	padding: 0;
	margin: 0;
	background-image: url(../design/bg.jpg);
}

img {
	border: 0;
}

a{
	color: #000000;
	font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
}

.gallery_image{
	border: 1px solid #AEAEAE;
	padding: 3px;
}

.header_block {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 184px; 
	background-image: url(../design/header.jpg);
}

.copyright {
	margin-top: 0px;
	margin-right: 10px;
}

/*
content
*/

.content {
	color: #373737;
	font-family: tahoma;
    font-size: 13px;
}

.content .form_field {
	width: 100px;
	height:16px;
	font-size:10px; 
	border: 1px solid #000000; 
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	font-family: tahoma, verdana;
}

.content .form_button {
	width: 50px;
	height:16px;
	font-size:10px; 
	border: 1px solid #000000; 
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	font-family: tahoma, verdana;
}

.content a{
	color: #000000;
	font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
}

h3 {
   font-family: tahoma;
   font-size: 14px;
   color: #000000;
   text-transform: uppercase;
   letter-spacing: 1px;	
}

/*
search form
*/

form {
    display: inline;
}

.search_form {
	display: inline;
	margin-left: 220px;
}


.search_form .search_field {
	width: 150px;
	height:12px;
	font-size:10px; 
	border: 0; 
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	font-family: tahoma, verdana;
}


/*
top_menu_block
*/

.top_menu_block {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 26px;
	background-color: #e32219;
}


.top_menu_block_content {
	padding-top: 3px;
	padding-left: 15px;
}

.top_menu_block_content a{
   font-family: tahoma;
   font-size: 11px;
   color: #ffffff;	
   font-weight: bold;
   text-decoration: none;	
}

.top_menu_block_content a:hover {
   text-decoration: underline;
}

/*
top_menu_2
*/
.top_menu_2 a {
   font-family: tahoma;
   font-size: 13px;
   color: #ffffff;	
   font-weight: bold;
   text-decoration: none;
}

.top_menu_2 a:hover {
   text-decoration: underline;
}

/*
footer
*/

.footer_block {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 92px; 
	background-image: url(../design/footer.gif);
} 

.footer_block_content {
   font-family: tahoma;
   font-size: 11px;
   color: #ffffff;
   padding-top: 17px;
   text-align: center;
}

.footer_block_content a{
   font-family: tahoma;
   font-size: 11px;
   color: #ffffff;
}

/*
news_block
*/

.news_block {
	width: 100%;
	height: auto;
	background-image: url(../design/table.jpg); 
	background-color: #87888a;
}

.news_block_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	
    font-family: tahoma;
    font-size: 11px;
    color: #ffffff;
}

.news_block_content .title{
   font-family: tahoma;
   font-size: 11px;
   color: #ffffff;
   text-transform: uppercase;
}

.date {
   font-family: tahoma;
   font-size: 10px;
   color: #313131;
   line-height: 20px;	
}

/*
portfolio
*/

.portfolio {
	width: 207px;
	height: 24px;
	background-image: url(../design/portfolio.jpg); 
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.portfolio_content {
	width: 207px;
	height: 105px;
	background-color: #e8e9e9; 	
	text-align: center;
	padding-top: 10px;
}

.portfolio_content img{
	border: 1px solid #AEAEAE;
	padding: 4px;
}


/*
photogallery
*/

.photogallery {
	width: 207px;
	height: 24px;
	background-image: url(../design/photogallery.jpg); 
	background-repeat: no-repeat;
	padding-left: 15px;	
}

.photogallery_content {
	width: 207px;
	height: 105px;
	background-color: #e8e9e9; 	
	text-align: center;
	padding-top: 10px;
}

.photogallery_content img{
	border: 1px solid #AEAEAE;
	padding: 4px;
}
