* {
	padding: 0Px;
	margin: 0Px;
}

html, body {
	height: 100%;
	width: 100%;
}


#left {
	/*padding-top: 70Px;*/
	margin-left: 50Px;
	margin-right: 80Px;
	width: 125Px;
	height: 100%;
	float: left;
	font-family: Times New Roman;
	font-size: 15Px;
	/* background: green;*/ 
}

#right {
	height: 100%;
	width: auto;
	overflow: auto;
	font-family:Times New Roman;
	font-size: 15px;
}

#right_inner {
	margin-top: 130Px;
}

.menu {
	list-style-image: url(../images/menu/list.png);
}

.menu_slash {
	margin-top: 12Px;
}

.menu_par {
	background: black;
	color: white;
	width: auto;
	margin-top: 7Px;
	margin-bottom: 7Px;
	padding-left: 3Px;
}

.menu_child {
	background: white;
	color: black;
	padding-left: 10px;
	
}

a.menu:link, a.menu:visited {
	text-decoration: none;
	color: black;
}

a.menu_white:link, a.menu_white:visited {
	text-decoration: none;
	color: white;
}

a.menu:hover, a.menu:active, a.menu_white:hover, a.menu_white:active {
	text-decorcation: none;
	color: #2FB2F8;
}

div.entry {
	height: 300Px;
	width: auto;
	float: left;
	margin-left: 15Px;
}

div.entry_image {
	height: auto;
}

img.entry_image {
	border: none;
}

a.entry_descr:link, a.entry_descr:visited {
	text-decoration: none;
	color: white;
}

a.entry_descr:hover, a.entry_visited:active {
	text-decoration: none;
	color: #2FB2F8;
}

div#entry_descr {
	font-family: Times New Roman;
	font-size: 15Px;
	position: fixed;
	top: 460Px;
	left: 270Px;
	float: left;
	height: auto;
	width: 350Px;
}

div#entry_descr_head {
	background: black;
	color: white;
	margin-bottom: 5Px;
}

div#entry_descr_body {
	background: white;
	color: black;
	height: 123Px;
	overflow: auto;
}

input, submit {
	background: white;
}

.focus {
	color: #2FB2F8;
	border: 1Px solid #2FB2F8;
}

.blur {
	color: black;
	border: 1Px solid black;
}

.news-wrapper {
	color: white;
	margin-bottom: 15px;
}

.news-head {
	font-size: 16px;
	background: black; 
	height:19px; 
	margin-bottom: 6px; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px;
	padding-bottom: 3px;
}

.news-body {
	font-size: 15px; 
	background: #808080; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 7px; 
	padding-bottom: 7px;
} 