body {
	background:none repeat scroll 0 0 #CBDAEC;
	color: #445669;
	font-family: "Myriad Pro", arial;
	font-size: 20px;
}

h1 {
	color:black;
	font-size:35px;
	font-weight:bold;
}

h1, h2, h3, h4 {
}

div.container_12 {
	background-color:#2E2E2E;
	background: URL(../img/header_monti.png) no-repeat;
}

.maintitle {
	color:black;
	font-size:34px;
	margin-top:0;
	text-shadow:0 1px 0 white;
}

.highlight {
	color:#D9D4C6;
}

a {
	color:blue;
	text-decoration: none;
}

.header {
	height: 500px;
}


/*------ menu ------*/
.header {
	height:200px;
}

.header h1 {
	border:0 solid red;
	color:#CBDAEC;
	font-family:trebuchet MS;
	font-size:120px;
	font-variant:small-caps;
	height:123px;
	margin-top:65px;
	overflow:hidden;
	text-align:right;
	text-shadow:-1px -1px 0 black;
}

/*------ menu ------*/

ul.links {
	background:none repeat scroll 0 0 white;
	border-color:gray;
	border-style:solid;
	border-width:1px 1px 0;
	margin:0;
	padding:0;
}

.links li {
	border-bottom:1px solid gray;
	list-style:none outside none;
	margin:0;
	padding:0;
}

.links a {
	display:block;
	padding:15px;
	background-repeat: no-repeat;
	background-position: 20px;
}

.links a:hover{
	background-color: lightblue;
	color:white;
}
