html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    background-color: white;
}

#header {
    background-image: url("/images/header.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    width: 1000px;
	height: 232px;
	position:relative;
}

#content {
	width: 1000px;
	position:relative;
	background-image: url("/images/footer.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-position: left bottom;
}


#container {
    /*position:relative;*/	
}


#left_block {
	position:absolute;
	left: 0px;
    width: 200px;
}

#center_block {
	position:relative;
	left: 250px;
	width: 740px;
	margin-left: 10px;
}

#title {
	position:absolute;
	left: 185px;
	/*top: 25px;*/
	top: 50px;
}

#news {
	position:absolute;
	left: 229px;
	top: 65px;
}

#news_left {
	float:left;
}

#news_rigth {
	float:left;
	position:absolute;
	left: 232px;
}

#contacts {
	position:absolute;
	left: 185px;
	top: 120px;
}

#contacts_info {
	float:left;
	width: 240px;
}

#contacts_address {
	float:left;
	position:absolute;
	left: 200px;
	width: 300px;
}

#dyplom {
	margin-right: 20px;
	border: 1px solid #779977;
}

img.book_prw {
	margin: 10px 5px 5px 5px;
	border: 1px solid #779977;
}

#thumb {
	border: 1px solid #779977;
}

#menu {
	position:absolute;
	left: 12px;
	top: 208px;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
}

#menu_item {
	display:block;
	float:left;
	margin-left: 20px;
	margin-right: 20px;
}

#digest_img {
	border: 1px solid #779977;
}

#left_img {
 margin-bottom: 10px;
 border: 1px solid #779977;
}


a.menu:link {
	color: #4f774f;
	text-decoration: none;
}

a.menu:visited {
	color: #4f774f	;
	 text-decoration: none;
}

a.menu:hover {
	color: #4f774f;
	text-decoration: underline;
}

a.menu:active {
	color: #4f774f;
	text-decoration: underline;
}

a:link {
	color: #4f4f77;
	text-decoration: none;
}

a:visited {
	color: #4f4f77	;
	 text-decoration: none;
}

a:hover {
	color: #4f4f77;
	text-decoration: underline;
}

a:active {
	color: #4f4f77;
	text-decoration: underline;
}

p,td {
	font-family: Tahoma, Sans, Arial, Verdana;
	font-size: 12px;
	color: #4f774f;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul,ol {
	font-family: Tahoma, Sans, Arial, Verdana;
	font-size: 12px;
	color: #4f774f;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 12px;
}

li {
 padding-top: 5px;
 padding-bottom: 5px;
}


h1 {
	color: #20b34c;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #4f774f;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	color: #4f774f;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	color: #4f774f;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h5 {
	color: #4f774f;
	font-family: Tahoma, Sans, Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

table.table {
 border-collapse: collapse;
 border-top: 1px solid #005500;
}
td.head {
 background: #EEFFF0;
 border: 1px solid #005500;
}
td.cell {
 border: 1px solid #005500;
}

td.past {
 border: 1px solid #005500;
 color: #4f774f;
}
td.next {
 border: 1px solid #005500;
 color: red;
}

.reference {
 font-size: 10px;
}

.red {
 color: #FF0000;
}


