body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page_bg2.jpg);
	background-attachment: fixed;
	background-position: top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#logo {
	height: 100px;
	width: 735px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#flags {
	position: absolute;
	top: 10px;
	right: 10px;
}

#slogan {
	height: 178px;
	width: 735px;
	background-image: url(images/balcone_01.jpg);
	position: relative;
	background-position: top left;
}
#pageTitle {
	position: absolute;
	left: 20px;
	bottom: 8px;
	color: #FFFFFF;
	font-weight: bolder;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#content {
	width: 695px;
	height: 100%;
	padding: 20px;
	overflow: auto;
	vertical-align: top;
}



#nav {
	color: #FFFF00;
	background-color: #000000;
	height: 20px;
	width: 715px;
	text-align: center;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 15px;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	color: #FFFF00;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #FF0000;
}


#logoText {
	font-size: 36px;
	text-transform: capitalize;
	color: #ABB57F;
	position: absolute;
	left: 348px;
	top: 53px;
	letter-spacing: 3px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	visibility: hidden;
}
#logoText2 {
	font-size: 18px;
	text-transform: capitalize;
	color: #F1942A;
	position: absolute;
	left: 528px;
	top: 95px;
	letter-spacing: 3px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	visibility: hidden;
}


#container {
	position: absolute;
	left: 50%;
	width: 750px;
	top: 0px;
	background-color: #ABB57F;
	margin-left: -375px;
	border-left: 1px solid #ABB57F;
}
#main {
	width: 735px;
	margin-top: 15px;
	background-color: #FFFFFF;
}
#bottomNav {
	height: 20px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#bottomNav li {
	display: inline;
	list-style-type: none;
}
#bottomNav ul {
	margin: 0px;
	padding: 0px;
}
#bottomNav ul li a {
	color: #000000;
	text-decoration: none;
}
#bottomNav ul li a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
}
p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 2px;
}
#content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px;
}
