/* Layout */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
	
#container {
	display: block;
	padding: 40px 40px 40px 80px;
}

#header {
	display: none;
}

#logo {
	display: none;
}

#header_title {
	display: none;
}

#navigation_container {
	display: none;
}

#navigation {
	display: none;
}

#content_grad_bg {
	display: block;
}

#content_image {
	display: block;
}

#footer {
	display: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

ul.arrow {
	list-style-type: none;
	line-height: 16px;
	margin: 0px 0px 11px 28px;
	padding: 0px;
}

ul.arrow li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

ul.bullet {
	list-style-type: none;
	line-height: 16px;
	margin: 0px 0px 11px 11px;
	padding: 0px;
}

ul.bullet li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

ul {
	line-height: 19px;
	padding: 0px;
	margin: 0px;
}

img.leftimage {
	float: left;
	padding: 0px 12px 0px 20px;
}

img.rightimage {
	float: right;
	padding: 0px 0px 10px 10px;
}

img.rightimage_saccetti {
	float: right;
	padding: 20px 0px 10px 10px;
}

img.rightimage_sacc {
	float: right;
	padding: 12px 0px 10px 10px;
}

#sidebox {
	display: block;
}

#sidetext {
	display: block;
}

#rightbox {
	display: block;
}

#righttext {
	margin: 0px;
	padding: 0px 15px 0px 0px;
} 