﻿
body {

            	background: #f3f2f3;
	 LEFTMARGIN=2cm;
	RIGHTMARGIN=10cm            
	color: #000000;
            	font-family: Georgia, "Forte", Times, serif;
            	font-size: 14pt;
h1{font-family: Times;font-size: 26pt;font-weight: bold;color: #000000} 
h3 {font: italic;20pt times; color: #660000;margin-top: 0px}
P {font: 14pt times; text-indent: 1cm; margin-left: .75in; margin-right: .75in; clear:right;text-align: justify;}
A {font: 12pt times; color:#синяя}
li{list-style-type: none;margin-top:40px;
 margin-bottom:40px;}

}

#page{background:#FFEFD5}
 
#container {

            background:#FFEFD5;

            margin: 30px auto;

            width: 950px;

            height: 1000px;

}

 
#header {

            background: #838283;

            height: 200px;

            width: 950px;

}

 

#navigation {

            background: #a2a2a2;

            width: 950px;

            height: 20px;

}

 

#menu {
            
            float: left;
            width: 250px;
            height: 600px;

/*Уберем маркеры и отступы*/           
 ul {
margin: 0px;
padding: 0px 0px;
list-style: none;
width: 200px;
}

/*задаем значение для позиционирования*/
ul li {

            position: relative;

       }
/*чтобы пункты подменю появлялись рядом с родительским элементом*/
li ul {

            position: absolute;

            left: 199px;

            top: 0;

            display: none;

            }

/*Зададим стиль нашим ссылкам.*/
ul li a {
display: block;
text-decoration: none;
color: # 990000;
background: #fff;
padding: 10px;
border: 1px solid #000;
border-bottom: 1px solid #ccc;
 }

/*заставим работать наше подменю*/
li:hover ul { display: block; }
}


#content {

            background:#d2d0d2;
background-repeat: no-repeat;
            float: left;

             width: 700px;

            height: 600px;
          

}

 

#clear {

            clear:both;

}

 

#footer {

            background-image: url(imag/pol.GIF);

            height: 60px;

            width: 950px;

}