@import url("header.css");
@import url("content.css");
@import url("footer.css");


* {
	margin: 0;
	padding: 0;
}

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

html{
	background: url(../images/bg.jpg) repeat #69c;
}
body{
/*	background: url(../images/bg.jpg) repeat #69c; */
	background: url(../images/bghead.jpg) 50% 0 no-repeat;
	font-family: "Verdana";
	font-size: 14px;
	color: #036;
	line-height: normal;
	
}

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; /* убирает в мозиле пунктиры вокруг ссылок */ }
a:focus { outline: none; -moz-outline: 0; } 

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px;  }

body a{
	text-decoration: none;
	color: #09f; border-bottom: 1px solid #09f; line-height: 19px;
}
body a:hover{
	text-decoration: none; border: none;
}

body p{
	padding-bottom: 20px;
}

body ul{
	padding: 0;
	margin: 0 0 10px 20px;
}
body ol{
	padding: 0;
	margin: 0 0 10px 25px;
}
*html body ol{
	padding: 0;
	margin: 0 0 10px 28px;
}
*:first-child+html body ol{
	margin: 0 0 10px 28px; 
}
body dl{
	margin: 0 0 10px 10px;
}
*html body dl{
	margin: 0 0 10px 7px;
}
/* хак IE7 */
*:first-child+html body dl{
	margin: 0 0 10px 4px;
}

/* хак для mozzila */
html:root body dl{
	margin: 0 0 10px 20px;
}


body h1, h2, h3, h4{
	padding: 0; margin: 0; padding-bottom: 20px; font-weight: normal;
}
body h1{ font-size: 30px; }
body h2{ font-size: 18px; }
body h3{ font-size: 16px; font-weight: bold; color: #09f; }


