/*  Division & Class CSS Sheet */


/*  DIVISIONS  */

#container {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 1;
}

#page_top {
	background: url(../images/bg_top.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 100px;
	overflow: visible;
	border: 0;
	border-right: 1px #88412d solid;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}

#page_middle {
	background: url(../images/bg_mid.jpg) no-repeat;
	position: absolute;
	color: #ffc69e;
	top: 100px;
	left: 0;
	width: 1024px;
	height: 300px;
	overflow: visible;
	border: 0;
	border-right: 1px #88412d solid;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}

#nav_links {
	background: none;
	position: absolute;
	top: 0;
	left: 38px;
	width: 200px;
	height: 299px;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 10;
}

#welcome_lnk, #history_lnk, #photos_lnk, #blog_lnk, #contact_lnk {
	background: none;
	position: absolute;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 20;
}

#welcome_lnk {top: 37px; width: 182px; height: 18px;}

#history_lnk {top: 77px; width: 197px; height: 18px;}

#photos_lnk {top: 117px; width: 170px; height: 18px;}

#italy, #usa {
	background: none; 
	position: absolute; 
	left: 37px;
	border: 0; 
	padding: 0; 
	margin: 0; 
	z-index: 21; 
	display: block;
}

#italy {top: 28px; width: 46px; height: 12px;}
#usa {top: 50px; width: 39px; height: 12px;}
	
#blog_lnk {top: 201px; width: 159px; height: 22px;}

#contact_lnk {top: 241px; width: 94px; height: 18px;}

#pic_links {
	background: none;
	position: absolute;
	left: 600px;
	top: 25px;
	width: 152px;
	height: 280px;
	line-height: 1.29em;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 25;
}

#welcome_txt {
	background: none;
	position: absolute;
	color: #ffc69e;
	left: 250px;
	top: 10px;
	width: 330px;
	height: 279px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	visibility: hidden;
	z-index: 31;
}

#history_txt {
	background: none;
	position: absolute;
	left: 250px;
	top: 10px;
	width: 330px;
	height: 279px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	visibility: hidden;
	z-index: 32;
}

#blog_txt {
	background: none;
	position: absolute;
	color: #ffc69e;
	left: 250px;
	top: 10px;
	width: 330px;
	height: 279px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	visibility: hidden;
	z-index: 32;
}

#contact_result {
	background: none;
	position: absolute;
	font-family: "Arial", Arial, "Verdana", Verdana, sans-serif;
	font-size: 0.75em;
	color: #ffc69e;
	left: 270px;
	top: 10px;
	width: 320px;
	height: 279px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	visibility: visible;
	z-index: 30;
}

#contact {
	background: none;
	position: absolute;
	font-family: "Arial", Arial, "Verdana", Verdana, sans-serif;
	color: #ffc69e;
	font-size: 0.8em;
	left: 270px;
	top: 10px;
	width: 320px;
	height: 279px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	visibility: hidden;
	z-index: 30;
}

#page_bottom {
	background: url(../images/bg_btm.jpg) no-repeat;
	position: absolute;
	color: #88412d;
	top: 400px;
	left: 0;
	width: 1024px;
	height: 300px;
	border: 0;
	border-right: 1px #88412d solid;
	border-bottom: 1px #88412d solid;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}

#copy_design {
	position: absolute;
	font-size: 0.5em;
	background: none;
	color: #88412d;
	font-style: italic;
	top: 550px;
	left: 40px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 10;
}

/*  DIVS for PIX PAGES  */

#pix_container {
	position: absolute;
	background: url(../images/photos_pg/bg_columnslice.jpg) repeat-y;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 1;
}

#bg_photo_it {
	position: absolute;
	background: url(../images/bg_photos_it.jpg) no-repeat;
	top: 95px;
	left: 192px;
	width: 832px;
	height: 500px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}

#bg_photo_usa {
	position: absolute;
	background: url(../images/bg_photos_usa.jpg) no-repeat;
	top: 95px;
	left: 192px;
	width: 832px;
	height: 500px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 2;
}

#page_ttl {
	position: absolute;
	background: none;
	top: 27px;
	left: 60px;
	width: 243px;
	height: 20px;
	font-size: 0.8em;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 10;
	display: block;
}

#links_it {
	position: absolute;
	background: none;
	top: 81px;
	left: 66px;
	width: 125px;
	height: 500px;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	z-index: 20;
	display: block;
}

#links_usa {
	position: absolute;
	background: none;
	top: 81px;
	left: 46px;
	width: 145px;
	height: 500px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: right;
	z-index: 20;
	display: block;
}
	
#pic_place {
	position: absolute;
	background: none;
	top: 81px;
	left: 370px;
	width: 502px;
	height: 377px;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 40;
	display: block;
}
	

#rome, #assisi, #florence, #bologna, #siena, #naples, #pompeii, #vesuvius, #sorrento, #roccaraso, #casa, #gransasso, #ponchapalooza, #milan {
	position: absolute;
	background: none;
	top: 81px;
	left: 200px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 30;
	display: block;
	visibility: hidden;
}

#vb203, #vb209, #vb_friends, #vf101, #vb_misc, #az1081, #az_friends, #granny, #tx_friends, #tx_misc {
	position: absolute;
	background: none;
	top: 81px;
	left: 200px;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 30;
	display: block;
	visibility: hidden;
}


/*  CLASSES  */

.aim_clr {color: #2a5f84;}
	
.clr_54 {color: #f86100;}

.aim_tab {
	width: 350px;
	border: 0;
	padding: 0;
	margin: 0;
}

.nobulls {
	list-style-type: none;
}

.bold {
	font-weight: bolder;
}

.italic {
	font-style: italic;
}

.uline {
	text-decoration: underline;
}

.boldit {
	font-weight: bolder;
	font-style: italic;
}

.boldund {
	font-weight: bolder;
	text-decoration: underline;
}

.itline {
	font-style: italic;
	text-decoration: underline;
}

.font_24 {
	font-size: 2.0em;
}

.font_21 {
	font-size: 1.7em;
}

.font_18 {
	font-size: 1.4em;
}

.font_15 {
	font-size: 1.2em;
}

.font_14 {
	font-size: 1.1em;
}