html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
	background: url(/img/bg_main.jpg) repeat-x top;
	margin: 0px;
	background-color: #010101;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    min-height: 100%;
    height: auto !important;
    position: relative;  	
}
img {
	border: 0px;
}
td {
	padding: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #f9e265;
	text-decoration: underline;
}
#main {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 53px 0px 130px 0px;
}
#footer {
	width: 760px;
	height: 111px;
	background: url(/img/bg_footer.gif) repeat-x;
	position: absolute;
	bottom: 0;
}
#s_photo {
	float: right;
	width: 240px;
	font-size: 18px;
	padding-top: 14px;
	text-align: right;
}
#yellow {
	color: #F9E265;
}

#menu_top {
	height: 90px;
}
#menu_top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}
#menu_top li {
	position: relative;
	height: 15px;
	width: 129px;
	margin: 13px 19px 0px 0px;
	padding: 6px 10px 5px 28px;
	float: left;
}
.menu_item {
	background: url(/img/btn_menu.gif) no-repeat left top;
}
#btn_menu_act {
	background: url(/img/btn_menu_act.gif) no-repeat left top;
	font-weight: bold;
	color: #f9e265;
}
#menu_sub_point {
	clear: both;
}
#menu_sub {
	background: url(/img/btn_smenu.gif) repeat-x top;
}
#menu_sub a {
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}
a#smenu_act {
    color: #f9e265;
}
#content_top {
	background-image: url(/img/content_top.gif);
	background-repeat: no-repeat;
	height: 28px;
}
#content_bottom {
	background-image: url(/img/content_bottom.gif);
	height: 35px;
}
h1 {
	margin: 24px 0px 22px 0px;
	font-size: 22px;
	font-weight: normal;
}
h2 {
    margin: 16px 0px 12px 0px;
    font-size: 18px;
    font-weight: normal;
}
#content p {
	font-size: 13px;
	line-height: 20px;
	margin: 12px 0px;
}
#content img {
	border: 4px solid #FFFFFF;
}
#content ul {
	margin: 0px;
	list-style: square;
}
#content li {
	margin: 0px 20px;
	list-style: square;
}
.clear {
	clear: both;
}
#pager {
    text-align: center;
    font-size: 17px;
    margin: 12px 0px;
}
#pager a {
    text-decoration: underline;
}
#footer td {
	padding-bottom: 28px;
}
#copy {
	width: 215px;
}
#footer a {
	color: #FFFFFF;
}
#copy a {
	font-weight: bold;
}
#bg_phone {
	background-image: url(/img/bg_phone.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 390px;
}
#rl td {
	padding-bottom: 0px;
	padding-left: 8px;
}
form {
    margin: 0px;
}
.edit {
    background-color: #404040;
    border: solid 1px #6c6c6c;
    color: #ffffff;
    font-size: 12px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif; 
}
input.edit {
    width: 392px;
}
textarea.edit {
    width: 548px;
}
