Скачиваний:
2
Добавлен:
16.02.2016
Размер:
2 Кб
Скачать
body {
	width: 960px;
	margin: 0 auto;
	border: 5px double #000;
	padding: 20px 20px 20px 20px;
}


p {
font-family:Verdana, sans-serif; 	/*тип шрифта*/
font-size:14px;		/*размер шрифта*/
text-indent:30px; 		/*красная строка*/
text-align: justify;
}
h2 {
font-family:Verdana, sans-serif; 	/*тип шрифта*/
font-size:16px;
font-weight: bold;		/*размер шрифта*/
text-indent:30px; 		/*красная строка*/
text-align: justify;
}
.header, .wrapper, .footer {	
	background-color:#ddd;
	padding-top: 10px;
	border: 3px solid #000;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;  
}
a.logo {
	display: block;
	width: 195px;
	height: 70px;
	background: url(../img/logo.png) no-repeat;
	margin-left: 10px;
}

h1 {
	text-align: center;
	font-size: 50px;
	font-family: Arial, sans-serif;
	font-weight: normal;

}

p.middle {
	text-align: center;
}

.main-menu {
}
ul li {
	font-size: 18px;
	font-family: Arial, sans-serif;
	margin-bottom: 5px;
}
ul li a {
	color: #000;
	text-decoration: none;
}
ul li a:hover {
	color: #E2356C;
	text-decoration: underline;
}
ul li a:active {
	color: #00E21E;
}
.wrapper,.footer  {	
	margin-top: 20px;
}
.wrapper ul li {
	font-family:Verdana, sans-serif; 	/*тип шрифта*/
	font-size:14px;		/*размер шрифта*/
	text-align: justify;
}
.img1 {
	display: block;
	margin: 0 auto;
}

.footer a {
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #37388D; 
}
.footer {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.footer a:hover, .footer a:active {
	color: #000;
}
.footer p {
	text-align: center;
	text-indent: 0;
}
.hcard {
	float: right;
}
.leftimg {
	float:left; /* Выравнивание по левому краю */
    margin: 7px 17px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 17px; /* Отступы вокруг картинки */
 }