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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	text-decoration:none;

}


body.section-1 {
	margin-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
}
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration: none;
color: black;
 }

a:active { 
	text-decoration: none;
	background-color: #f00;
	color: #fff;
	font-size: 10px;
}
a:visited { 
	text-decoration: none; 
	color: black;
}

a:hover { 
	background-color: #f00;
	margin-left: 5px;
	text-decoration: none; 
	color: #fff;
	font-size: 10px;

}

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
	border-left: 4px solid #deff58;
	background: #fff url(ek2.gif) no-repeat 8px 20px;
}

#menu ul {
	list-style: none;
	font-size: 10px;
}

#menu ul li.section-title {
	font-size: 10px; 
	padding-top: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

#abouttext {
    width: 100px;
    margin: 0 0 0 215px;
    top: 0;
}


.container {
    padding: 5px 10px 25px 10px;
  
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin-top: 30px;
    padding: 0px;
}
p:a {
	font-size: 12px;
	color: black;
}
.thumb:hover {
	text-decoration: none;
}

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; }