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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { font-weight: bold; text-decoration: none; color: #000000; }
a:active { font-weight: bold; text-decoration: line-through; color: #000000; }
a:visited { font-weight: bold; text-decoration: none; color: #000000; }
a:hover { font-weight: bold; text-decoration: line-through; color: #0000000; font-size: 120% }


a img { border: none; }

#menu {
    width: 235px;
    overflow: visible;
    top: 26px;
    bottom: 0;
   left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	background-image: url(http://www.jaanevart.com/index/pics/bg_menu.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:left center; 
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 40px;
}

#menu ul li.section-title { }	

#content {
    height: 100%;
    margin: 28px 0 10px 290px;
    position: inherit;

	background-image: url(http://www.jaanevart.com/index/pics/bg_content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:right center; 






}

.container {
    	padding: 5px 5px 20px 5px;
	overflow: auto;
}

#content p { 
		width: 485px; 
		margin-bottom: 9px; 
		position: relative;


}

p {
    margin: 15px 0 9px 0;
   		 position: relative;



}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { text-align:center; }
h6 { font-size: 9px; width: 485px;}
h7 { font-size: 11px; font-weight: none; text-decoration: none; color: #6699ff; }


#img-container	{ 

	width: 100px; 
        margin: 0 0 700px 0;
	padding: 0 0 0 0; 
}

#img-container p	
{ 
	width: 100px; 
	margin: 0 0 0 0;	
	padding: 0 0 0 0; }

#once { clear: left; }
