
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}
	
* html #container {	
	height: 100%;
	}

body {
	background: #000000 url(/_design/images/bg.png) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 9pt;
}

table {border:0;border-collapse:collapse;border-spacing:0;}

.clear {
	clear: both;
	}
	
.empty {
	height: 73px;
	}
		
#container {
	width: 934px;
	background: #FFFFFF;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	}
	
#container_bg {
	position: absolute;
	right: 0;
	bottom: 72px;
	width: 189px;
	height: 271px;
	background: url(/_design/images/bg_part.png) no-repeat;
	z-index: 0;
	}
	
/*****************************/
	
#header {
	width: 934px;
	height: 231px;
	position: relative;
	background: #FFFFFF url(/_design/images/bg_container_top.png) no-repeat top;
	margin-bottom: 33px;
	}

#slogan {position:absolute;top:190px;left:35px;color:#000;font-size:12px;z-index:10;font-weight:bold;}
#logos {position:absolute;top:224px;left:47px;z-index:8;}

img#logo {
	position: absolute;
	top: 43px;
	left: 35px;
	}
/*
p#description {
	position: absolute;
	left: 35px;
	top: 201px;
	width: 182px;
	font-size: 10pt;
	}
*/
#flash {
	width: 700px;
	height: 172px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
	
#languages {
	position: absolute;
	left: 250px;
	top: 25px;
	}
	
#languages img {
	float: left;
	padding: 3px;
	margin-left: 5px;
	}
	
#languages img.active {
	border: solid 1px #ae1f1f;
	}
	
#mini_menu {
	position: absolute;
	left: 515px;
	top: 29px;
	}
	
#mini_menu ul {
	list-style: none;
	}
	
#mini_menu ul li {
	display: block;
	height: 15px;
	float: left;
	color: #b1b1b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-right: 15px;
	padding-left: 17px;
	}
	
#mini_menu ul li a {
	color: #ae9f76;
	text-decoration: underline;
	}
	
#mini_menu ul li a:hover {
	text-decoration: none;
	}
	
#mini_menu ul li#home {
	background: url(/_design/images/home.gif) no-repeat;
	background-position: 0 2px;
	}
	
#mini_menu ul li#home_active {
	background: url(/_design/images/home_active.gif) no-repeat;
	background-position: 0 2px;
	}
	
#mini_menu ul li#email {
	background: url(/_design/images/mail.gif) no-repeat;
	background-position: 0 4px;
	}
	
#mini_menu ul li#email_active {
	background: url(/_design/images/mail_active.gif) no-repeat;
	background-position: 0 4px;
	}
	
#mini_menu ul li#map {
	background: url(/_design/images/map.gif) no-repeat;
	background-position: 0 2px;
	}
	
#mini_menu ul li#map_active {
	background: url(/_design/images/map_active.gif) no-repeat;
	background-position: 0 2px;
	}
	
	
form#search {
	width: 205px;
	position: absolute;
	top: 23px;
	right: 27px;
	}
	
form#search input#field {
	width: 148px;
	height: 16px;
	padding-top: 2px;
	padding-left: 20px;
	background: #f6f6f6 url(/_design/images/find.gif) no-repeat;
	background-position: 5px 5px;
	border: #c6c6c6 solid 1px;
	color: #bebfb2;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}
	
form#search input#button {
	float: left;
	width: 32px;
	height: 20px;
	padding-bottom: 2px;
	background: #d2d9c5;
	border: none;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
	margin-left: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
/***********************************/

#left {
	width: 202px;
	float: left;
	background: url(/_design/images/bg_menu.gif) left top no-repeat;
	min-height: 306px;
	padding-left: 37px;
	}
	
#left ul#left_menu {
	list-style: none;
	font-size: 13pt;
	line-height: 28px;
	margin-top: 10px;
	color: #ac393a;
	}
	
#left ul#left_menu li.active {
	padding-left: 25px;
	background: url(/_design/images/marker.gif) no-repeat;
	background-position: 10px 50%;
	}
	
#left ul#left_menu li a {
	color: #29200c;
	text-decoration: underline;
	padding-left: 25px;
	}
	
#left ul#left_menu li a:hover {
	text-decoration: none;
	}
	
.gallery_block {
	width: 158px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 25px;
	border: solid 1px #d8d8d8;
	background: #f6f6f6;
	padding-left: 10px;
	padding-top: 13px;
	padding-bottom: 2px;
	color: #8c763c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
.gallery_block span#title {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	}
	
.gallery_block span#title a {
	color: #8c763c;
	text-decoration: underline;
	}
	
.gallery_block span#title a:hover {
	text-decoration: none;
	}
	
.gallery_block img {
	width: 149px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.gallery_block a {
	color: #7d7f62;
	text-decoration: underline;
	}
	
.gallery_block a:hover {
	text-decoration: none;
	}
	
/***********************************/
	
#right {
	width: 206px;
	float: left;
	padding-left: 40px;
	}
	
.right_title {
	width: 181px;
	height: 33px;
	margin-bottom: 4px;
	position:relative;
	z-index:10;
	}
	
.masters_block {
	width: 179px;
	height: 171px;
	border: solid 1px #d1bf93;
	background: #f7f4eb;
	margin-bottom: 15px;
	text-align: center;
	padding-top:7px;
	}
/*	
.masters_block img {
	border: solid 1px #FFFFFF;
	}
*/	
.students_block {
	width: 179px;
	height: 171px;
	border: solid 1px #c9c9c9;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 7px;
	z-index: 50;
	position: relative;
	background: #f6f6f6;
	}
/*
.students_block img {
	border: solid 1px #FFFFFF;
	}
*/
/***********************************/
	
#center {
	width: 448px;
	float: left;
	color: #333333;
	padding-bottom:15px;
	}
	
#menu_outer {
	width: 433px;
	height: 23px;
	background: url(/_design/images/menu_bg.png) no-repeat;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #2c2c2c;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 7px;
	}
	
#menu_outer ul#menu_top {
	margin:0 0 0 -10px;padding:0;
	list-style: none;
	}
	
#menu_outer ul#menu_top li {
	padding: 0 0 0 7px;
	display: inline;
	line-height:normal;
	}
	
#menu_outer ul#menu_top li.separator {
	color: #8c763c;
	}
	
#menu_outer ul#menu_top li a {
	text-decoration: underline;
	color: #8c763c;
	}
	
#menu_outer ul#menu_top li a:hover {
	text-decoration: none;
	}
	
h1.title_red {
	display: block;
	font-weight: normal;
/*	height: 40px; */
	background: url(/_design/images/title.png) no-repeat bottom left;
	font-size: 21pt;
	color: #921718;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom:8px;
}

#center p {
	padding: 0 10px 15px;
	line-height: 20px;
/* 	font-weight: lighter; */
	}

#center a {
	color: #9e1a1b;
	text-decoration: underline;
	}

#center a:hover {
	text-decoration: none;
	}

#center h2 {
	color: #685d45;
	font-size: 15pt;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#center h3 {margin-left:10px;}


#center ol, #center ul {margin:0 0 15px 30px;padding:0;}
#center ol li, #center ul li {padding:0;margin:0;line-height:20px;}
#center ul li {list-style-type:square;}
#center ol li {list-style-type:decimal;}


/**********************************/

#footer {
	width: 934px;
	height: 53px;
	margin: -73px auto 0;
	position: relative;
	background: url(/_design/images/footer_top.png) no-repeat;
	color: #939594;
	font-size: 10pt;
	padding-top: 20px;
	}

#footer span#copy_right {
	width: 230px;
	float: left;
	margin-left: 53px;
	display: inline;
	}

#footer span#contacts {
	width: 530px;
	float: left;
	line-height: 20px;
	}

#footer span#contacts a {
	color: #7a6b32;
	text-decoration: underline;
	}

#footer span#contacts a:hover {
	text-decoration: none;
	}

#footer img {
	float: right;
	margin-right: 22px;
	}

/*************************************/
#gallery {
	width: 444px;
	position: relative;
	float: right;
	margin-top: 10px;
	}
	
.gallery_box {
	width: 140px;
	height: 198px;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	font-size: 8pt;
	line-height: 14px;
	position: relative;
	}

.gallery_box span {
	padding-top: 10px;
	}

.gallery_box span a {
	color: #7d7f62;
	text-decoration: underline;
	}

.gallery_box span a:hover {
	text-decoration: none;
	}


.picture {
	width:  138px;
	height: 138px;
	border: solid 1px #e5e5e5;
	text-align: center;
	line-height: 138px;
	vertical-align: middle;
	display: table-cell;
	}

.zoom {
	width: 12px;
	height: 13px;
	background: url(/_design/images/zoom.png) no-repeat;
	position: absolute;
	right: 3px;
	bottom: 60px;
	}

.zoom a {
	display: block;
	width: 12px;
	height: 13px;
	}

.empty_gall {
	float: left;
	width: 12px;
	height: 10px;
	}

#pages {
	color: #a51c1d;
	font-size: 8pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	}

#pages span {
	border: solid 1px #a51c1d;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	display: block;
	float: left;
	}
	
#pages a {
	color: #8c763c;
	text-decoration: underline;
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	}
	
#pages a:hover {
	text-decoration: none;
	color: #494949;
	}
	
table.program {margin:0 0 25px 10px;}
table.program td, table.program th {vertical-align:top;padding:4px;border:1px #D1BF93 solid;}

.photo_oth {
    background:url(/_design/imgs/gbg.png);
    border:1px solid #C9C9C9;
    float: left;
    position: absolute;
    margin-left:150px;
    margin-top:-20px;
    width: 280px;
}
.photo_oth .al_d, .photo_oth .ar_d, .photo_oth .al_e, .photo_oth .ar_e {
    background: none no-repeat scroll #eaeaea;
    float: left;
    height: 90px;
    position: absolute;
    width: 22px;
    z-index: 10;
}
.photo_oth .al_d, .photo_oth .al_e {
    left: 0;
}

.photo_oth .ar_e {
	background-image:url("/_design/imgs/g_arr_r.gif");
	background-position: 6px 35px;
	cursor: pointer;
}

.photo_oth .al_e {
	background-image:url("/_design/imgs/g_arr_l.gif");
	background-position: 6px 35px;
	cursor: pointer;
}

.photo_oth .ar_d, .photo_oth .ar_e {
    right: 0;
}

.photo_oth .container {
    float: left;
    left: 28px;
    overflow: hidden;
    position: relative;
    width: 224px;
}
.photo_oth .list {
    position: relative;
}
.photo_oth .list td {
    padding: 10px 3px;
}
.photo_oth .list td img {
	height:70px;
}
