body {
	margin: 0px;
}

img {
	border: 0px;
}

tr, td {
	font: 12px Tahoma;
	color: #151814;	
}

input, select, textarea {
	font: 12px Tahoma;
	color: #151814;	
	padding: 2px;
}

.error {
	border-left: 3px solid red;
	padding-left: 10px;
	color: red;
}

.ok {
	border-left: 3px solid green;
	padding-left: 10px;
	color: green;
}

.left_panel {
	width: 50%;
	background: URL('/skin/images/left_panel.png') no-repeat top right;
}

.right_panel {
	width: 50%;
	background: URL('/skin/images/right_panel.png') no-repeat top left;
}

.bottom {
	background: URL('/skin/images/bottom.png');
	height: 100px;
	font: 11px Tahoma;
	color: #8f7b5e;
	padding: 55px 0px 0px 100px;
}

#menu {
	position: relative;
	background: URL('/skin/images/main_menu_line.png') no-repeat;
	width: 839px;
	height: 48px;
	top: 450px;
	left: 70px;
	text-align: center;
	padding-top: 30px;
}

#menu .item {
	margin-left: 45px;
}

#menu_page {
	position: relative;
	background: URL('/skin/images/main_menu_line_page.png') no-repeat;
	width: 839px;
	height: 70px;
	top: 106px;
	left: 80px;
	text-align: center;
	padding-top: 30px;
}

#menu_page .item {
	margin-left: 45px;
}

.content_text {
	position: relative;
	background: URL('/skin/images/content.png') no-repeat;
	width: 753px;
	height: 480px;
	top: 200px;
	left: 98px;
	padding: 40px 0px 0px 40px;
	font: 12px Tahoma;
	color: #151814;
}

.title {
	font: 20px Times New Roman;
	font-variant: small-caps;
	font-weight: bold;
	color: #1f1f1f;
}

.link_copyright {
	font: 11px Tahoma;
	color: #8f7b5e;
	text-decoration: none;
}

.link_copyright:hover {
	font: 11px Tahoma;
	color: #8f7b5e;
	text-decoration: underline;
}