html, body, div, p, table, td, tr, th, ul, ol, li, h1, h2, h3, h4, form, img 
{margin: 0; padding: 0; border: 0;}

body 
{
background: #5e002f; 
font-family: Veranda , Arial, sans-serif; 
color: white; 
text-align: center; 
font-size: 100%
}

table 
{
text-align: center; font-size: 90%;
}

#logo1 td
{
text-align: right
}

#container 
{
width:100%; 
margin-top: 20px;
border: solid 0px red
}

#header, #menu, #content h3, #logo td
{
text-align: center
}

#header
{
font-size: 150%; 
font-weight: bold; 
color: #fff; 
padding: 30px;
border: solid 0px blue 
} 
#headgal
{
position: static; center; top:120px
}

#fla 
{
width: 35%; /* ширина колонки */ 
float: right;/* стыковка с обтеканием справа */ 
padding: 10px 0px 10px; /*отступы для IE */
margin: 0px 10px 0px; /* поля для O */
border: solid 0px green
} 

#menu 
{font-size: 80%; 
padding: 5px 10px; 
white-space: nowrap;
font-weight:bold;
color: red;/* цвет разделителей в меню */
border: solid 0px #c00 
} 

a 
{
color: #ff0000; text-decoration:none
}

a:hover 
{
color: #ffffff /* при наведении курсора на ссылку цвет меняется */
} 

a.zag
{
color: #0000ff ; text-decoration:none
}

a:hover.zag
{
color: red /* при наведении курсора на ссылку ее цвет меняется */
} 

#content 
{
margin-right:35%;
font-size: 90%; 
text-indent:20px; 
text-align: justify;
color: #fff; 
padding: 0px 20px;
border: solid 0px #ffffff
}

#content_zag
{
margin:5%;
color:  #000000; 
font-size: 90%; 
text-indent:20px; 
text-align: justify;
padding: 10px 10px;
background: #ffffff; 
}

#content_tab
{
margin:5%;
color: #0000ff; 
font-size: 90%; 
text-indent:20px; 
text-align: justify;
padding: 10px 10px;
background: #ffffff; 
}
p 
{
margin-top: 0px; 
margin-bottom: 2px
}

#content h3 
{
color: #fff; 
font-family: "Times New Roman", 
Times, serif; 
margin-top: 40px
}

.clearing 
{
height: 0; clear: both
}

#footer 
{
font-size: 70%; 
text-align: right;
color: #c0c0c0;
padding: 10px;
border: solid 0px black;  
}


.smallgraytext /* текст ссылок в подвале */
{
font: 0.9em Tahoma, sans-serif;

font-weight:bold;
color:#999999;
text-align:right; 
padding: 10px;
}
.smallgraytext a /* ссылки в подвале */
{
font: 0.9em Tahoma, sans-serif;
font-weight:bold;
color:#999999;
text-decoration:none
}