@charset "utf-8";
/* CSS Document */

body
	{
	margin: 0px;
	padding: 0px;
	background-color: #423c30; background-image: url(../images/main_background.jpg); background-repeat: no-repeat; background-position: top;
	}

/*anchor style */
	a 
		{
		color: #fff;
		text-decoration: underline;
		}
		
	a:link 
		{
		color: #ccc;
		text-decoration: underline;
		}
		
	a:hover 
		{
		color: #fff;
		text-decoration: underline;
		}
	
.maindiv
	{
	border: 2px solid;
	width: 1024px;
	height: 768px;
	margin: 0 auto; margin-top: -2px;
	}
	
.footer
	{
	border: 2px solid; border-top: 0px; border-color: #000;
	width: 1024px;
	height: 15px;
	margin: 0 auto;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-align: right;
	}
		
		

.title_logo
	{
	position: relative; top: 0px; left: 170px;
	}	
.title_video
	{
	border: 1px solid;
	width: 560px;
	height: 345px;
	position: relative; top: 25px; right: 215px;
	display: inline-block;
	float: right;
	}
	
/*main menu*/
	.mainmenu_text
		{
		position: relative; top: -5px;
		width: 938px;
		font-family: Monotype Corsiva, Arial, Helvetica;
		font-size: 18px;
		text-align: center;
		letter-spacing: 2px;
		color: #ccc;
		}
	
	.mainmenu_language
		{
		position: relative;
		float: right;
		}
			
	.mainmenu_flags
		{
		border: 0px;
		vertical-align: middle;
		}

	.mainmenu_left
		{
		background-image: url(../images/design/menu_left.png); background-repeat: no-repeat;
		height: 52px;
		width: 33px;
		margin-top: 10px; margin-left: 10px;
		display: inline-block; vertical-align: middle;
		}
	
	.mainmenu_center
		{
		background-image: url(../images/design/menu_center.png); background-repeat: repeat-x;
		width: 938px;
		height: 52px;
		margin-top: 10px;
		display: inline-block; vertical-align: middle;
		}
	
	.mainmenu_right
		{
		background-image: url(../images/design/menu_right.png); background-repeat: no-repeat;
		height: 52px;
		width: 33px;
		margin-top: 10px;
		display: inline-block; vertical-align: middle;
		}
		
/*main text area*/
	.maintext_iframe
		{
		border: 0px;
		background: none;
		width: 495px;
		height: 630px;
		}

	.maintext_top
		{
		background-image: url(../images/design/maintext_top.png); background-repeat: no-repeat;
		position: relative; top: 10px; right: 10px;
		display: inline-block;
		float: right;
		width: 534px;
		height: 28px;
		}
		
	.maintext_center
		{
		background-image: url(../images/design/maintext_center.png); background-repeat: repeat-y;
		position: relative; top: 10px; right: 10px;
		display: inline-block;
		float: right;
		width: 534px;
		height: 630px;
		}

	.maintext_bottom
		{
		background-image: url(../images/design/maintext_bottom.png); background-repeat: no-repeat;
		position: relative; top: 10px; right: 10px;
		display: inline-block;
		float: right;
		width: 534px;
		height: 28px;
		}
		
	.maintext_textdiv
		{
		width: 520px;
		height: 620px;
		overflow: auto;
		}
	.maintext_text
		{
		position: relative; left: 20px;
		width: 470px;
		font-family: Monotype Corsiva, Arial, Helvetica;
		color: #fff;
		font-size: 17px;
		text-align: justify;
		line-height: 150%;
		padding: 0px;
		padding-right: 10px;
		margin: 0px;
		}
	.common_text
		{
		font-family: Monotype Corsiva, Arial, Helvetica; color: #fff; font-size: 17px;
		text-align: justify;
		}
		
	.maintext_edittextarea
		{
		padding: 0px;
		margin: 0px;
		}
		
	.maintext_editnote
		{
		position: relative; left: 20px;
		color: #FFCC00;
		font-weight: bold;
		}
	.maintext_editbutton
		{
		position: absolute; right: 10px;
		font-weight: bold;
		}
		
	.maintext_addtable
		{
		border: 0px; 
		position: relative; left: 20px; 
		width: 470px; 
		font-family: Monotype Corsiva, Arial, Helvetica;
		color: #ccc; 
		font-size: 17px; 
		padding-right: 10px;
		}
		
	.maintext_addinput
		{
		margin: 2px; margin-left: -1px;
		border: 1px solid #000;
		width: 250px;
		}
		
/*left content*/
	.left_content
		{
		position: relative; top: 10px; left: 15px;
		height: 680px;
		width: 450px;
		}
	
	.vadim_logo
		{
		position: relative;
		top: -10px;
		left: -15px; 
		}
	
	.picture_frame
		{
		position: relative; 
		top: -55px;
		left: 30px;
		}
		
	.player_div
		{
		position: relative; top: -75px; left: 70px;
		height: 75px;
		width: 300px;
		}
