/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	color: #000000;
	vertical-align: middle;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
}

a img { border: none; }


#gino {
	width: 1080px;
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	margin-top: -300px;
	margin-left: -540px;
}

#gino ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#ginoul li.section-title {
	font-size: 10px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0,7px;
}

#menu {
    width: 180px;
    overflow: auto;
    height: 600px;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0,7px;
}

#content {
	
	overflow: auto;
	
	background-color: #fff;
	height: 600px;
	width: 900px;
}

.container {
    padding: 16px 5px 5px 15px;
}

#content p {
	width: 780px;
	margin-bottom: 9px;
	height: 100%;
}
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.Stile1 {
	color: #000000;
	font-family: Courier New;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

.Stile2 {
	font-size: 10px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0,7px;
}

.Stile3 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
	position: relative;
	float: left;
	margin-left: 140px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 100px;
}

.Stile4 {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
	position: relative;
}

.Stile5 {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0,5px;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
