/* ______ LAYOUT ______ */
body {
	background-image: url('images/bg.png');
	text-align: center;
	font-family: 'Arial', 'Verdana';
}

a:focus {
	outline:none;
}

#site {
	width: 964px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
}

#header {
	height: 87px;
	width: 964px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}

#rounded_rect_top {
	height: 22px;
	width: 964px;
	background-image: url('images/rounded_rect_top.png');
	background-repeat: no-repeat;
}

#rounded_rect_center {
	width: 964px;
	min-height: 300px;
	background-image: url('images/rounded_rect_center.png');
	background-repeat: repeat-y;
	overflow:hidden;
	border: 0px solid black;
}

#rounded_rect_bottom {
	height: 22px;
	width: 964px;
	background-image: url('images/rounded_rect_bottom.png');
	background-repeat: no-repeat;
}

/* ______ MENU LEFT ______ */
#menu_left {
	border:0px solid black;
	position: relative;
	float: left;
	margin-left: 0px;
	width: 58px;
	height: 350px;
	margin-top: 30px;
}

#menu_left img {
	border: 0px solid gray;
}

.menu_item_active {
	background-image: url('images/menu_bg.png');
	background-repeat: no-repeat;
}

/* ______ CONTENT ______ */
#content {
	margin-left: 70px;
	width: 880px;
	border: 0px solid black;
}

#content_big_start {
	margin-left: 60px;
	width: 901px;
	height: 638px;
	background-image: url('images/main.png');
	background-repeat: no-repeat;
}

.normal_text {
	font-family: 'Arial', 'Verdana';
	font-size: 12px;
	line-height: 16px;
	color: black;
}

.normal_text img {
    border: 0px solid black;
}

a {
	color: black;
	text-decoration: underline;
}

h1 {
	font-family: 'Arial', 'Verdana';
	font-size: 15px;
	margin-top: 0px;
}

