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

body {
	font-size: 12px;
	line-height: 17px;
	font-family: georgia, times;
	color: #171717;
	word-spacing:0.25em
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }
 
a:link { text-decoration: none; color: #a3a3a3; background-color:#232323 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #a2a2a2; background-color:#575757 }
a:hover { text-decoration: none; color: #ebebeb }

a img { border: none;}

#menu {
    width: 180px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #ebebeb;
	padding: 18px 0px 0px 24px;
	
}

#menu ul {
	list-style: none;
	margin: 20px 20px 0px 0;
	
	

}

#menu ul li.section-title { margin-top: 5px;
}

#content {
    height: 100%;
    margin: 0 0 0 250px;
	padding: 15px 0px 25px 0px;

	
}

.container {
    padding: 15px 0px 25px 0px;


	

}

#content p {	width: 640px; 
				margin-bottom: 9px; 
				margin-top: 14px }

p {
    margin: 0 0 9px 0;
  	word-spacing:0.25em;
  	
		
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


div.adress
{
	font-size: 12px;
	line-height: 17px;
	color: #343434;
	background: #ebebeb;
	padding: 25px 0px 0px 0px;
	
}


div.small{
	font-size: 9px;
	line-height: 12px;
	color: #757575;
	background: #ebebeb;
	padding: 10px 0px 0px 0px;
}


div.header
{
	font-size: 19px;
	line-height: 25px;	
	color: #505050;
	word-spacing:-0.03em;
	margin-bottom: 28px; 
	}
