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

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #222222;
	background-image: url(../../../files/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	
	}

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

#content a { border-bottom: solid 1px; border-bottom-color: #ffffff;}
a:link { border-bottom: none; color: #322f74; text-decoration: none;}
li.active a { border-bottom: solid 1px; border-bottom-color: #ffffff; color: #322f74; text-decoration: none; background-color: #ffffff;}
a:visited { border-bottom: solid 1px; border-bottom-color: #ffffff; color: #322f74; text-decoration: none;}
a:hover { border-bottom: none; color: #322f74; text-decoration: none; background-color: #ffffff;}


a img { border: none; }


#logoout {
	
	margin-top: 0;
	text-align: right;
  	height: 187px;
	top: 0;
    right: 0;
	left: 725px;
    position: fixed;
}



#menu {
    width: 200px;
    overflow: auto;
    top: 35px;
    bottom: 0;
	left: 0;
    position: fixed;
    background-color: transparent;

}

#illu {
   position: fixed;
   width: 762px;
   height: 1000px;
   top: 150px;
   left: 640px;
   background-image: url(../../../files/illu.gif);
   background-repeat: no-repeat;
   z-index: -1;
}




#menu ul {
 text-align: right;
	list-style: none;
	margin: 0 0 20px 3px;
	line-height: 20px;
	letter-spacing: 1px;
	
}

#menu ul li.section-title { 
font-family: Arial, Helvetica, Geneva, sans-serif; letter-spacing: 0.2em; font-size: 10px; text-transform:uppercase; color: #555555;}

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


.container {
    padding: 68px 5px 25px 0px;
}

#content p { 
font-size: 16px;

	line-height: 24px;
	font-family: Georgia, Times, Times New Roman, serif;
	letter-spacing: 1px;
	color: #222222;
width: 480px; margin-bottom: 16px; }

p {
    margin: 0 0 10px 0;

}

h1 { font-size: 22px;  font-weight: normal; margin-bottom: 24px; color: #555555; font-family: Georgia, Times, Times New Roman, serif; letter-spacing: 1px;}
h3 { font-family: Arial, Helvetica, Geneva, sans-serif; letter-spacing: 0.1em; font-size: 10px; font-weight: normal; color: #555555; line-height: 14px;}
h2 { font-weight: normal; font-family: Arial, Helvetica, Geneva, sans-serif; letter-spacing: 0.1em; font-size: 12px; text-transform:none; color: #555555;}

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

#once { clear: left; }
