/*

************************************************************************************
* COPYRIGHTS DBS Digital Business Solutions s.r.l.
According to the law, it is forbidden to disclose, reproduce or however
use this document and any data herein contained for any use without
previous written authorization by DBS Digital Business Solutions s.r.l.
************************************************************************************
#Configuration Control Record
============================
Project_Name:	ALCLI "Giorgio e Silvia" - Web Site
Project_Code:	ALC
Unit_Name:		CSS
Unit_Code:		styles_layout
File_Name:		styles_layout.css
============================
#ABSTRACT
========
Base set of stylesheet rules needed to form site layout tags
#History (identifier;date;author;change)
=======
0;19-jun-2007 22.16.00;lE;Creazione
************************************************************************************

*/

#site_content {
	position: relative;
	width:100%;
	margin: 0;
	padding:0px;
	height: 100%;
}

#site_content_background {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 768px;
	float: left;
}

#header {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 768px;
	height: 280px;
	z-index: 1000;
}

#main_body {
	float: left;
	padding-bottom: 50px;
	width: 768px;
}

#body_left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#body_centre {
	float: left;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 358px;
}

#body_right {
	float: left;
	margin: 0px;
	padding-left: 24px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
}

#body_left_and_centre {
	float: left;
	margin: 0px;
	padding: 0;
	width: 568px;
}

#body_centre_and_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 568px;
}

#body_height {
	height: 280px;
}

#xml_info {
	float: right;
	padding-left: 0px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 30px;
}

#footer {
	float: left;
	background-color:#FFFFFF;
	background-image: url(http://www.alcli.it/images/background_footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
	width: 753px;
	height: 35px;
}

#footer_info {
	color: Gray;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 35px;
}

#footer_info a:link {
	color: #C4C4C4;
}
#footer_info a:visited {
	color: #C4C4C4;
}
#footer_info a:hover {
	color: #C4C4C4;
}
#footer_info a:active {
	color: #C4C4C4;
}
