html, body 
{
background: #333;
background-image: url('_img/letter.jpg');
background-repeat: repeat;
}

#about a, #gallery a, .title_header a
{
border-bottom: 0px;
}


/* FOOOOOOOOOOOOOOOOONNNNNNNNNNNNNNNNNNNTSSSSSSSSS */

.about_red, .right a
{
color: #6D6E71;
font-family: Arial, sans-serif;
line-height: 2em;
text-transform:uppercase;
letter-spacing: 3px;
font-weight: bold;
}

/* end fonts */


/* BLOCKKKKKKKKKKSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */


#about
{
color: #000;
font-family: arial, sans-serif;
font-size: 0.6em;
text-align: right;
line-height: 1.5em;
padding: 0px 30px 0px 0px;
width: 356px;
position: relative;
float: left;
}

#about img
{
vertical-align: middle;
margin:1px 0 1px 5px;
width:24px;
height:24px;
}

#about a
{
color: #9E003A;
font-family: "arial narrow", sans-serif;
font-weight: bold;
text-transform:uppercase;
}

#about a:hover
{
color:#EF1400;
}


#blog
{
font-size: 0.75em;
width: 500px;
padding: 30px 20px 30px 20px;
margin: 0 0 0 386px;
background-color: #ECEEEE;
}

#bottom
{
width:927px;
padding: 0 0 69px 0;
}



#gallery
{
font-size: 0.6em;
line-height:1.5em;
text-align:justify;
width: 540px;
position: relative;
float:left;
clear:right;
}

#gallery_more
{
background-color: #ECEEEE;
width: 510px;
height: 15px;
padding: 10px 15px;
font-weight:bold;
letter-spacing:-1px;
text-transform: uppercase;
text-align: center;
-webkit-box-shadow: 1px 1px 2px #d1d1d1;
-moz-box-shadow: 1px 1px 2px #d1d1d1;
box-shadow: 1px 1px 2px #d1d1d1;
}

#gallery_more:hover
{
background-color: #D1D7D7;
}

#bg
{
background-color: #FFF;
background-image: url('_img/bg.jpg');
background-repeat: no-repeat;
background-position: top left;
padding-top:341px;
width: 100%
}
#middle
{

width: 927px;
height:522px;

}




/* end block */

.thumb, .thumbnone
{
background-color: #fff;
width: 110px; 
height: 110px; 
border: 10px #ECEEEE solid;
-webkit-box-shadow: 1px 1px 2px #d1d1d1;
-moz-box-shadow: 1px 1px 2px #d1d1d1;
box-shadow: 1px 1px 2px #d1d1d1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.thumb:hover
{
border: 10px #6EDAAE solid;
}


.right
{
text-align: right;
}