@charset "windows-1251";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin:6px;
}
a:link{color:#333333; text-decoration: none;}
a:hover{color:#FF0000; text-decoration: underline;}
a:active{color:#FD0CD1; text-decoration: underline;}

a:visited{color:#333333; text-decoration: none;}

img {border:0;}

table{
	text-align: left;
}
table td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
}
#main {
	width: 100%;
	margin: 0px;
}
#head {
	z-index: 10;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	background-image: url(../img/headerbg.png);
	background-repeat: repeat-x;
	background-position: 302px top;
	height: 160px;
	color: #666666;
}
#hlogo {
	float: left;
	height: 160px;
	width: 302px;
	position: relative;
	background-image: url(../img/headerlogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#htop {
	position: relative;
	left: -100px;
	height: 20px;
	color: #AAAAAA;
}
#hbottom {
	text-align: center;
	height: 20px;
	left: -200px;
	position: relative;
	top:120px;
}
#hbottom ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#hbottom ul li{
	display: inline;
	margin:0;
	padding:0;
}

#hbottom a:link{color:#888888; text-decoration: none; font-weight: bold;}
#hbottom a:hover{color:#FF0000; text-decoration: underline; font-weight: bold;}
#hbottom a:active{color:#FD0CD1; text-decoration: underline; font-weight: bold;}
#hbottom a:visited{color:#888888; text-decoration: none; font-weight: bold;}

#container {
	z-index: 5;
}

#l_menu {
	top: 15px;
	width: 200px;
	position: relative;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#l_menu h2 {
	padding-top: 25px;
	padding-bottom: 15px;
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
    margin-left: 22px;
}
#l_menu ul {
    margin-left: 22px;
    }
#l_menu li {
	list-style-position: outside;
    list-style-image: url(../img/bullet.png);
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 22px;
}
#l_menu a:link{color:#888888; text-decoration: none; font-weight: bold;}
#l_menu a:hover{color:#FF0000; text-decoration: underline; font-weight: bold;}
#l_menu a:active{color:#FD0CD1; text-decoration: underline; font-weight: bold;}
#l_menu a:visited{color:#888888; text-decoration: none; font-weight: bold;}
#text {
	position: relative;
	background-position: -4px top;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	width: 700px;
	background-image: url(../img/textcorner.png);
	background-repeat: no-repeat;
	text-align: justify;
	text-indent: 10px;
}
#text  #paper {
	background-repeat: no-repeat;
	height: 300px;
	margin-left: 170px;
	width: 400px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	background-image: url(../img/paper.png);
}
#text #coord {
	width: 300px;
	padding-top: 36px;
	padding-left: 35px;
}

#text  h1  {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#text h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
#text h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
#text li {
	list-style-position: outside;
    list-style-image: url(../img/bullet.png);
    margin-top: 4px;
    margin-bottom: 4px;
    }

#footer {
	position: relative;
	z-index: 10;
	width: 900px;
	height: 60px;
	margin-top: 42px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-image: url(../img/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#clear {
	clear: both;
}
