@charset "utf-8";
/* CSS Document */


/*------BASIC STYLING------*/

* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #A3BBCD;
	}
body a:link,a:visited,a:active {
	color:#517DD0;
	text-decoration:none;
	}
body a:hover {
	text-decoration:underline;
	}
.bold {
	font-weight: bold;
	color: #517797;
}


#wrapper {
	position:relative;
	width:780px;
	margin:0 auto;
	text-align:justify;
	background-color:#fff;
	border:1px solid #5C7CA3;
	}
#content ul {
	padding-left: 28px;
}

#clear {
	clear:both;
	height: 5px;
	}
/*------position container elements------*/
#header {
	position:relative;
	height:84px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#header h1 {
	margin-left: -9000px;
}
#content {
	padding:0px 15px;
}
#top-paragraph p {
padding-bottom:12px;
}
#second-paragraph p {
	padding-bottom:12px;
}
#bottom-paragraph p {
	padding-bottom:8px;
}
#nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C7CA3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C7CA3;
}
#footer {
	margin-top:15px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	line-height: 17px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C7CA3;
}
#copyright {
	font-size: 11px;
	font-weight: normal;
	color: #425A6F;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 12px;
}

#footer a:link,#footer a:visited,#fotter a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
h1 {
	font-size:22px;
	font-weight:bold;
	color:#517797;
	padding-top:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 23px;
}
.border {
	border: 1px solid #718CAE;
}

h1 a:link,h1 a:visited,h1 a:hover,h1 a:active {
	color:#517797;
	text-decoration:none;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#517797;
	text-decoration:none;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 11px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #517797;
}

h2 a:link,h2 a:visited,h2 a:active {
	color:#517797;
	text-decoration:none;
}
h2 a:hover {
	color:#517797;
	text-decoration:underline;
}
h3 {
	font-size:15px;
	font-weight:bold;
	color:#517797;
	padding-top:19px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 40px;
}

h4 {
	font-size:16px;
	font-weight:bold;
	color:#517797;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
	padding-top: 10px;
}

h6 {
	font-size:18px;
	font-weight:bold;
	color:#517797;
	padding-bottom: 10px;
}

.flt-left {
	float:left;
	padding-right:10px;
	padding-bottom:8px;
}
.flt-right {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}
#bluebox {
	width:248px;
	float:left;
	margin-bottom:10px;
	background-image: url(../images/blue-box-middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 8px;
	margin-left: 30px;
	}
#bottom-page {
	margin-top: 2px;
	clear: both;
}
#picture-right {
	float: left;
	width: 325px;
	margin-top: 8px;
	margin-left: 65px;
}

	#bluebox h3 {
	padding-top:10px;
	padding-left:12px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding-bottom: 10px;
	background-image: url(../images/blue-box-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#bluebox ul {
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	padding-left:40px;
	padding-bottom:12px;
}
#bluebox p.last {
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:9px;
	background-image: url(../images/blue-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 8px;
	}
#bluebox p {
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
#bluebox a:link,.last a:visited,.last a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#bluebox a:hover {
	text-decoration:none;
}
.last a:link,.last a:visited,.last a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.last a:hover {
	text-decoration: underline;
}
.small-text-pic {
	font-weight: normal;
	color: #000000;
	font-style: normal;
	font-size: 9px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 8px;
}
.italics {
	font-style: italic;
}
#italic-block {
	font-style: italic;
	width: 745px;
}
#restaurant {
	float: left;
	width: 160px;
}
#restaurant p {
	line-height: 18px;
}
#restaurant-address p {
	line-height: 18px;
}


#restaurant-address {
	float: left;
	width: 575px;
}
#book {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #86A2B8;
	border-bottom-color: #86A2B8;
	padding-top: 12px;
	padding-bottom: 12px;
}
#book-cover {
	float: left;
	width: 90px;
}

#book-cover img {
	border: 1px solid #3D657C;
}
#about-book {
	float: left;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #517797;
	padding-bottom: 8px;
}
#left-map {
	float: left;
	width: 370px;
}
#map {
	float: right;
	width: 369px;
}
#links {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#links p {
	line-height: 18px;
}
#link-info {
	float: left;
	width: 530px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#link-info p {
	line-height: 18px;
}
#links-sicily {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#link-info-sicily {
	float: left;
	width: 530px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#clear-sicily {
	clear:both;
	height: 5px;
}
#links-books {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#link-info-books {
	float: left;
	width: 530px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#clear-books {
	clear:both;
	height: 5px;
}
#links-italy {
	float: left;
	width: 200px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#link-info-italy {
	float: left;
	width: 530px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#clear-italy {
	clear:both;
	height: 5px;
}
.small-text {
	font-size: 11px;
}
.small-text-bold {
	font-size: 11px;
	font-weight: bold;
}
#bottom-seo {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
}
#bottom-seo  a:link {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#bottom-seo a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#bottom-seo a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#bottom-seo a:active {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

