/* Стиль фона */

BODY {background-image: url('fon2.jpg'); 
background-repeat: repeat-y;
background-position: center top;
background-attachment: fixed; 
margin: 0; padding: 0;
background-color: #ad701a
}

/* Стиль шапки */

#head

{
background-image: url('head1.png'); 
background-position: top center; 
background-repeat: no-repeat;
height: 293px;
margin-top: 5px; 
margin-right: 68px;
}

/* Стиль меню */


#menu 

{
margin-top: -50px;
margin-left: -40px
}



/* Стили ссылок */

A { 
font-family: 'Garamond', 'Times New Roman';
font-size: 15px;
font-weight: bold
}


a:link {color:#5f461f; text-decoration:none}
a:visited {color:#5f461f; text-decoration:none}
a:active {color:#82602b; text-decoration:none}
a:hover {color:#82602b; text-decoration:none}

/* Стиль абзаца */

P, dd, li {
margin-left: 15px;
margin-right: 15px;  
text-align: justify;
font-family: 'Garamond', 'Times New Roman';
font-size: 15px;
}

#p1

{ 
text-align: center;
font-family: 'Garamond', 'Times New Roman';
font-size: 15px;
}

#p2

{ 
text-align: center;
font-family: 'Garamond', 'Times New Roman';
font-size: 12px;
}

#p3 {
margin-left: 15px;
margin-right: 15px;  
text-align: justify;
font-family: 'Garamond', 'Times New Roman';
font-size: 15px;
}

hr

{
width:800px;
color:#cdbf75;
}

/* Стиль заголовка */

h1 { 
text-align: center;
text-weight:bold;
font-family: 'Garamond', 'Times New Roman';
font-size: 18px;
color:#414f78
}

h2 {
margin-left: 15px;
margin-right: 15px;
text-weight:bold;
font-family: 'Garamond', 'Times New Roman';
font-size: 18px;
}

h3 {
text-align: center;
text-weight:bold;
font-family: 'Garamond', 'Times New Roman';
font-size: 16px;
}


/* Стиль оформления картинок */

#pic

{
border: 4px double #414f78
}

