/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 12px/16px Georgia, serif;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	 text-decoration: none; 
	 color:#000;
}
	
a:active { 
	text-decoration: none;
	color: #000;
}

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

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

a.1{text-decoration:none
	background-color: none;}

a img { margin: 100px, 0, 0, 100px }

#menu {
    width: 180px;
    top: 0px;
    bottom: 0;
	left: 50px;
    height: 100%;
	background-color: #F0F0F0;
	font: 11px/18px Georgia, serif;
	text-indent: 0px;
	float: center;
	position: fixed;
	overflow: auto;
	opacity: 1;
}

#menu ul {
	list-style: none;
	text-transform: lowercase;
	margin: 0 0 0 0;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

#menu ul li.section-title { 
	text-transform: lowercase;
	border-bottom: 2px solid #000;
	font-weight: bold;
	bottom: 10px;
	margin-bottom: 8px;
	padding-top: 15px;
	}

#menu ul li {
	margin: 0 0 0 0;
	}
#colbox
{
	position: relative;
	position: fixed;
	width: 400px;
	z-index: 50;
}
#col1{
	width: 150px;
	position: absolute;
	top: 0px;
}
#col2{
	margin-left: 150px;
	width: 250px;
	position: absolute;
	top: 0px;
}

#content {
    height: 100%;
	text-indent: 0px;
	position: static;
	z-index: 0;
	margin-right: 0;
	margin-top: 82px;
	margin-left: 300px;
}

.container {
	border-bottom-color: #000;
	padding: 5px 5px 25px 0;
}

#content p { width: 400px; margin-bottom: 0px; margin-top: 0px; text-indent:0 }

#header{ 
	position: fixed;
	height: 51px;
	width: 100%;
	left: 200px;
	border-bottom: 10px solid #000;
	z-index: 40;
	background: #fff;
	top: 0px;
}

#logo {
	position: fixed;
	height: 51px;
	width: 200px;
	background: url(http://www.yekaterina.net/files/kate_02.gif) no-repeat;
	left:200px;
	top: 15px;
	z-index: 40;
	
}

p1 {	
    margin: 0 0 5px 0;
	width: 400px;
}

h1 {
	text-align: left;
	font: small-caps 15px Georgia, serif;
	padding-right: 50px;
	color: #777;
	}
h2 {
	color: #585858;
	display: inline;
	font: small-caps 26px/30px verdana, sans-serif;
}
h3 {
	color: #838383;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent:0;
}
h4 {
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 20px;
	width: 450px;
	text-align: left;
	text-indent:0
}
h5{
	display: inline;
	color: #000;
	font: 11px/20px Verdana, sans-serif;
	text-indent:-5px;
	font-weight: bold;
	
	padding-bottom: 2px;
	text-transform: capitalize;
}

h6{
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
	width: 170px;
	text-align: left;
	text-indent:0;
	padding-top: 5px;
}

h7{
	font: 11px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 5px;
	width: 170px;
	text-align: left;
	text-indent:0;

}

#img-container	{ margin-top: 60px;
margin-left:150px; padding: 0;

}
#img-container p	{ width: 40px; margin: 0; padding: 0 0 20px 0;
	text-indent: 4px;
	line-height: 16px;
}

#once { clear: left; }

.nav{
	margin-left: 0px;
	position: fixed;
	top: 170px;
	list-style-position: right;
	z-index: 51;
	text-align: left;
	color: #000;
	opacity: 0.55;
	height: 20px;
	width: 20px;
	vertical-align: inherit;
	background-color: #fff;
	display: block;
}



.blink {text-decoration: blink;}


	