/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #162741;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	overflow: auto;
}

#main_content {

	width: 100%;
	text-align: left;
	background-color: #162741;
	overflow: hidden;
	margin: auto;
}

h1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	
}

h1 a:link {

	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	
}

h1 a:visited {

	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	
}

h1 a:hover {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	
}

h2 {
	color: #858E9C;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	color: #858E9C;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

#banner {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

#banner #sigla {
	position: absolute;
	width: 348px;
	height: 184px;
	background-image: url(img/sigla.png);
	background-repeat: no-repeat;
	margin-top: -45px;
	margin-left: 50px;
	margin-right: auto;
}

#line {
	position: absolute;
	margin-top: 199px;
	width: 100%;
	height: 5px;
	background-image: url(img/line.png);
	background-repeat: repeat-x;
	z-index: 2;
}

.section1 {
	background-color: #162741;
	text-align: left;
	padding-left: 100px;
	margin: auto;
	width: 100%;
	/* background-image: url(img/glow.jpg);
	background-repeat: no-repeat;
	background-position: 450px 0px; */
}

.content {
	width: 600px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #858E9C;
}

.content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.content a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#navbar {
	position: relative;
	/*margin-left: 100px;*/
	overflow: hidden;
	height: 60px;
}

.link {
	margin-top: -20px;
	margin-left: 1px;
	margin-right: auto;
	height: 60px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

#where {
	font-size: 10px;
	letter-spacing: 1px;
}

#where a:link, a:visited {
	color:#B9BEC6;
	text-decoration: none;
}
#where a:hover {
	color:#B9BEC6;
	text-decoration: underline;
}

#where font {
	color: #737D8D;
	font-size: 10px;
	letter-spacing: 1px;
}


.section2 {
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
	margin: auto;
	padding-bottom: 20px;
	background-color: #22324B;
	/* background-image: url(img/glow2.jpg);
	background-repeat: no-repeat;
	background-position: 350px bottom;*/
	
}

.project_box {
	height: 130px;
	width: 160px;
	float: left;
	margin: auto;
}

.image_holder{
	width: 130px;
	height: 78px;
	background-color: #455267;
	margin-bottom: 3px;
	border: none;
}

.project_box img {
	width: 120px;
	height: 68px;
	padding: 5px 5px 5px 5px;
	border: none;
}

.project_box a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9199A5;
	text-decoration: none;
	border: none;
}

.project_box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9199A5;
	text-decoration: none;
	border: none;
}

.project_box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	border: none;
}

.recomandari {
	width: 600px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #858E9C;
	letter-spacing: 1px;
}

.recomandari a:link {
	font-family: "Times New Roman", Times, serif;
	color:#B9BEC6;
	text-decoration: none;
}
.recomandari a:visited {
	font-family: "Times New Roman", Times, serif;
	color:#B9BEC6;
	text-decoration: none;
}
.recomandari a:hover {
	color:#B9BEC6;
	text-decoration: underline;
}

.recomandari font {
	color: #737D8D;
	font-size: 10px;
	letter-spacing: 1px;
}

#bottom {
	background-color: #162741;
	width: 100%;
	height: 56px;
	font-size: 11px;
	color: #9199A5;
	text-align: center;
	vertical-align: middle;
}

#bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}