@CHARSET "UTF-8";




html,body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

#main
{
	margin: 0 auto;
	height: 100%;
	width:900px;
}

#header
{
	
}

#left_menu
{
	float: left;
}

#main_content
{
	width: 900px;
	
}

#content
{
	float: right;
	width:700px;
	margin-top:50px;
	margin-bottom: 40px;
	min-height: 650px;
}

#footer
{
	height: 50px;
	width: 800px;
	font-size: 8px;
	float: left;

}

#contentimg
{
	width: 500px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.header_main
{
	width: 900px;
	height: 70px;
	border-bottom: 2px solid black;
}


.myriam a
{
	
	color: #000;
	font-size: 20px;
	text-decoration: none;
	position: absolute;
}


.photo a
{
    text-decoration: none;
	color: #000;
	margin-left: 200px;
	font-size: 20px;
	float: left;
}

.contacts a
{
	float: right;
	color: #000;
	text-decoration:none;
	font-size: 20px;
}

.img_text
{
	margin-left: 60px;
}

.text_element
{
	margin-right: 10px;
}

#video
{
	z-index: 1;
}

.links_text a
{
	text-decoration: none;
	color: #000;
}

.table
{
	border-bottom: 1px solid black;
}
 
.table a
{
	text-decoration: none;
	color: #000;
	
}

.video_form
{
	border: 1px solid #AFADAD;
	margin-top: 50px;
	padding: 10px;
}

.video
{
	margin-top: 100px;
	margin-left: 50px;
	padding: 45px 45px 45px 73px;
	height: 480px;
	background-image: url('/files/design/old_tv.jpg');
	background-repeat: no-repeat;
}

/* ------------ Left menu ---------- */

div#left-menu
{
	margin-top:50px;
}

div#left-menu a
{
	color: white;
	text-decoration:none;
	padding:1px 0 0 15px;
	font-size:10px;
	font-weight: bold;
	
	display: block;
	
}

div#left-menu a:hover
{
	color: #AFADAD;
    background-image: url('/files/design/menu.gif');
}

div#left-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#left-menu ul.submenu
{
	display: none;
	position: absolute;
	top: 0px;
	left: 195px;
}

div#left-menu ul.submenu li
{
	margin-top: 0;
	margin-bottom: 3px;
	z-index: 100;
}

div#left-menu li
{
	background-image: url('/files/design/menu_el.gif');
	width: 200px;
	height: 14px;
	margin-top: 3px;
	position: relative;
}

div#left-menu li.menu-item-hover
{
	background-image: url('/files/design/menu.gif');
	width:200px;
	height:14px;
}

/* ------------ End Left menu ---------- */




.title
{
	font-size: 24px;
	font-weight: bold;
}

.table_bottom
{
	border-bottom: 1px solid black;
}

.table_bottom a
{
	text-decoration: none;
	color: black;
}

.links
{
	margin-bottom: 10px;
	margin-top: 30px;
}

.links a
{
	text-decoration: none;
	color: black;
}

.links img
{
	border: 0;
}

.submit
{
	background-image: url('/files/design/menu_el.jpg');
	width: 170px;
	height: 20px;
	border: 0;
	margin-top:15px;
	color: white;
}	

.contact_text
{
	width: 450px;
	float: left;
	margin-top:150px;
	margin-left: -200px;
}

.contact_img
{
	margin-top:80px;
	margin-right: 40px;
	float: right;
}

.add_image
{
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

.add_image a
{
	text-decoration: none;
	color: black;
	
}

.img_container
{
	width: 700px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.img_container #left
{
	width: 351px;
	height: 450px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/files/design/one_pixel.gif') no-repeat top left;
	
}

.img_container #right
{
	width: 351px;
	height: 450px;
	position: absolute;
	cursor: pointer;
	left: 350px;
	top: 0;
	background: url('/files/design/one_pixel.gif') no-repeat top left;
}

.input_text
{
	width: 200px;
}

/* ------------ Admin menu ---------- */

#admin_menu li a
{
	text-decoration:none;
	color: black;
	
}

#admin_menu li 
{
	list-style: none;
	float: left;
	margin-left: 10px;
	
}

#admin_menu ul
{
	
	float: left;
	
	
}

