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

.section-title {
	width: 100px;
	margin-left: 5px;
	height: 10px;
	clip: rect(auto,auto,auto,5px);
	font-size: 1em;
	text-transform: uppercase;
	color: #000000;
}

option.section-title {
	color: #000000;
	width: 100px;
	font-size: 1em;
	text-transform: uppercase;
}

.uni-index {
	width: 100px;
	height: 20px;
	margin-left: 5px;
}

body {
	background: #fff;
	color: #555555;
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
}

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

a:link {
	text-decoration: underline;
	color: gray;
}

a:active { 
	text-decoration: underline;
	color: gray;
}

a:visited { 
	text-decoration: underline; 
	color: olive; 
}

a:hover { 
	text-decoration: underline;
	color: olive;
}

#menu2 {
	width: 230px;
	position: fixed;
	height: 50px;
	background-color: silver;
	overflow: hidden;
	margin-top: 0px;
}

a img { border: none; }

img{
	border: 1px dashed olive;
}

#menu {
	overflow: hidden;
	position: fixed;
	height: 50px;
	background-color: silver;
	margin-left: 230px;
	margin-top: 0px;
	width: 100%;
}

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

#menu ul li.section-title { }

#content {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 50px;
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-left: 5px;
}
.container2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-style: italic; margin: 16px 0 32px 0;}
h2 { font-size: 24px; font-style: italic; margin: 12px 0 24px 0;}
h3 { font-size: 16px; font-style: italic; margin: 8px 0 16px 0;}
h4 { font-size: 12px; font-style: italic; margin: 6px 0 12px 0;}

.english{
	margin: 100px 0 0 0;
	font-style: italic;
	color: olive;
}

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

#once { clear: left; }
