/*Урок подготовлен web-студией roothelp.ru*/

/*Титры*/

.rh_title
{
color: gold;
font-size: 24px;
}

.rh_webstudia
{
color: white;
font-size: 14px;
}

.roothelp_img
{
border: none;
}

/*Основные стили*/


*, html, body
{
	margin:0 auto;
	padding:0;
}

.width
{
width: 1000px;
}

.center
{
margin:0 auto;
text-align: center;
}

.onetable
{
background: #6eaaff;
height: 100px;
width: 100%;
}

.text
{
padding: 10px;
width: 900px;
}

p
{
margin: 30px;
font-size: 18px;
}

/* Фотогалерея. Правильная обрезка фотографий. */

.photos_td
{
padding: 30px;
}

.photos_div_one .photos_div_two a {
display: block;
width: 140px;
height: 90px;
overflow: hidden;
}

.photos_id {
max-width: 140px;
}









