body {
    font-family: "Verdana";
    color: #000000;
    background:#ffefd7;
    background-image: url('/style/fon_gradient.png');
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: scroll;
    font-size: 100%;
}

body, UL{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#main {
	margin-left: auto;
    margin-right: auto;
	width:1000px;
	height:100%;
	border:1px solid black;
}
#header, #top_menu, #body{
	width:100%;
}
#header {
	height:100px;
}
#top_menu{
	height:auto;
}
#login_form {
    display: block;
    margin-left: auto;
    margin-right: 0px
}
.horizontal_menu_button
{
    background-image: url('/style/button_back.jpg');
    background-repeat: repeat-x;
    background-position: top;
	list-style: none;
	float: left;
	margin: 0px 2px 0px 2px;
    padding: 0px 10px 0px 10px;
}
#right {
    margin-left: 750px;
    background: white;
}
#left {
    width: 750px;
    float: left;
    background: white;
}






