body {
	background-image: url(../images/BG_main.jpg);
	background-repeat: repeat-x;
	background-color: #b5caea;
	font-size: 0.75em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	line-height: 18px;
	padding:0;
	margin:0;
}

a {
	color: #5a86e0;
	text-decoration: none;
}

a:hover {
	color: #ccd5e2;
}

h6 {
	font-size: 2em;
	color: #2153b6;
	width: 600px;
	height: 33px;
	background-color: #f8f9fd;
	border-bottom: 1px dashed #2153b6;
	margin: 0 0 30px 0;
	padding: 12px 0 0 12px;
 }

h5 {
	font-size: 1.17em;
	color: #2153b6;
	width: 600px;
	height: 33px;
	padding: 15px 0 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px dashed #2153b6;
}

h3 {
	font-size: 1em;
	color: #5e8ae3;
}

p {
	padding: 10px 0 10px 0;
	margin:0;
}

img {
	border: none;
}


/* ----------Container-------------- */

#Container {
	background-image: url(../images/BG_content.gif);
	width: 820px;
	margin: 0 auto;
	padding: 0;
}

/* ----------Header-------------- */

#Header {
	background-image: url(../images/BG_header.gif);
	height: 144px;
	width: 820px;
}

#Logo {
	width: 465px;
	height: 80px;
	float: left;
	padding-top: 30px;
	padding-left: 45px;
}

#Logo h1 {
	margin-top:0;
}
	
#HeaderText {
	width: 285px;
	height: 70px;
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	text-align: right;
}

#MainNavi {
	background-image: url(../images/BG_navi.gif);
	height: 45px;
	text-align: center;
	padding-top: 55px;
}

#MainNavi ul{
	padding: 0;
	margin:0;
}

#MainNavi ul li{
	list-style: none;
	display: inline;
}

#MainNavi ul li a{
	color: #fff;
	margin-right: 15px;
	margin-left: 15px;
}

#MainNavi ul li a:hover{
	color: #c4d5ee;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#MainNavi ul li a.current{
	color: #c4d5ee;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

/* -----------------Content--------------------- */

#Content {
	background-image: url(../images/BG_content_top.gif);
	background-repeat: no-repeat;
	width: 600px;
	min-height: 450px;
	padding: 45px 110px 45px 110px;
}

#Content img{
	float: left;
	padding-right: 45px;
}

#ContentFlash{
	float: left;
	padding-right: 45px;
	padding-bottom: 25px;
}

#Content ul li{
	list-style-image: url(../images/arrow.gif);
}

#ContentBox {
	background-color: #f8f9fd;
	height: 180px;
	width: 565px;
	padding-top: 40px;
	padding-left: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px dashed #2153b6;
	border-bottom: 1px dashed #2153b6;
}

#ContentBox img{
	float: left;
	border: 1px solid #2153b6;
	padding: 0;
	margin: 0 30px 0 30px;
}

#ContentBox p{
	float: left;
	padding: 15px 48px 0 42px;
	color: #2153b6;
	text-transform: uppercase;
}

.active {
	color: #2153b6;
	font-weight: bold;
}

.italian {
	font-style: italic;
}

/* -----------Footer--------------------------- */

#Footer {
	background-image: url(../images/BG_footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	color: #2153b6;
	text-align: right;
	padding-top: 12px;
	padding-right: 40px;
	clear:both;
}

