/* CSS Document */

html {

	height:100%;

}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	height:100%;
	line-height:15px;


}


.main_box  {
	position:absolute;
	width:680px;
	height:100%;
	left:0%;
	top:0%;
	margin-left:40px;
	margin-top:0px;
	/*padding-bottom:15px;*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	z-index:2;
	
}


.white_mask {

	position:absolute;
	height:120px;
	width:100px;
	z-index:4;
	margin-left:0px;
	margin-top:10px;
	background-color: #ffffff;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	

}


.logo  {

	position:absolute;
	width:200px;
	height:100px;
	margin-left:6px;
	margin-top:20px;
	background-repeat:no-repeat;
	/*background-image:url(images/header_white.gif);*/
	z-index:5;
	

}


.home  {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:6px;
	margin-top:90px;
	z-index:5;

}


.about  {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:40px;
	margin-top:108px;
	z-index:5;

}


.books {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:95px;
	margin-top:115px;
	z-index:5;


}


.early_work  {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:140px;
	margin-top:100px;
	z-index:5;

}

.myshka {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:204px;
	margin-top:80px;
	z-index:5;


}


.contact {

	position:absolute;
	width:70px;
	height:30px;
	margin-left:198px;
	margin-top:46px;
	z-index:5;


}


.text_content  {
	position:relative;
	width:650px;
	margin-left:15px;
	margin-top:175px;
	padding-bottom:10px;
	padding-top:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
	z-index:6;
	
}


.footer {
	
	position:relative;
	background-color:#666666;
	width:600px;
	height:20px;


}



.picbox {
	border: 1px solid #666666;

}

h1 {

	font-size:13px;
	color:#333333;
	margin-bottom:2px;
	margin-top:0px;

}

h2 {

	font-size:11px;
	color:#333333;
	margin-bottom:2px;
	margin-top:0px;
  
  }
  
    a:link {
  color: #7E9EE7;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-width: 1px;
  font-style: nounderline;
  text-decoration: none;
  font-weight: bold;
  
  }

a:visited {
  color: #7E9EE7;
  text-decoration: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-width: 1px;  
  font-weight: bold;
}

a:hover {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}



