/*© iMagic.com.ua, 2009 | info@iMagic.com.ua */

@charset "windows-1251";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

html, body, #container {height: 100%;}
body > #container {height: auto; min-height: 100%;}

body {
background-color: #FFFFFF;
font-weight: normal;
text-align: left;
color: #666666;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

#container {
width: 940px;
margin: 0 auto;
position: relative;
}

#header {
	width: 940px;
	height: 175px;
	margin: 0px auto;
		}
 

#content {
width: 620px;
margin: 0 auto;
padding: 0 0 130px 0;
text-align: left;
		}

#footer {
	height: 90px;
	width: 940px;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: -90px auto 0;
	}

a { color: #FF6666; }
a:visited { color: #FF6666; }
a:hover { text-decoration: none; color: #FF6666; }

h1 {
color: #FF6666;
font-family: "Courier New", Courier, monospace;
font-size: 24px;
margin: 20px auto;
font-weight: bold;
}

h1 a {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 14px;
vertical-align: text-top;
color:#999999;
font-weight: normal;
}

h1 a:visited {color:#999999;}


h2 {
color: #FF6666;
font-family: "Courier New", Courier, monospace;
font-size: 20px;
margin: 20px auto;
font-weight: bold;
}


h3 {
color: #FF6666;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
margin: 10px auto;
font-weight: bold;
}

h6 {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
font-weight: normal;
}

h6 i{
	line-height: 10px;
	font-size: 14px;
	vertical-align: text-top;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 5px 20px;
}

p { margin: 10px 0 0 0; }

.right { text-align: right; margin: 10px 20px 10px 0; }

.left { text-align: left; margin: 10px 20px 10px 0; }

.centr { text-align: center; margin: 10px 0; }

