/********************************************
   AUTHOR:  			Ugo Battagin 
   WEBSITE:   			http://www.triplaw.it/
	TEMPLATE NAME:		WeddingsItaly
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
   THANKS TO         Erwin Aligam -  www.styleshout.com - for great CSS TEMPLATE ispiration	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */


body {
	background: url(../images/bg.gif) top left repeat;
	}

#wrapper {
	width: 900px;
	margin: 10px auto;
	}

#header {
	width: 900px;
	height: 190px;
	background: url(../images/logo_base.gif) no-repeat bottom;
	}
	
#mainsurf {
	width: 900px;
	height: 30px;
	}
	
#surf_spacer {
	height: 10px;
	background: url(../images/bg_spacer.gif);
	}
	
#contentholder {
	width: 900px;
	background: url(../images/content-bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	}

#leftsidebar {
	float: left;
	width: 180px;
	border: none;
	text-align: right;
	}
	
.in_leftsidebar {
	width: 160px;
	margin-left: 20px;
	padding-left: 0px;
	text-align: left;
	}

#centercontent {
	width: ;
	
	}
	
.insidecenter {
	margin-left: 200px;
	margin-right: 200px; 
	}

#rightsidebar {
	float: right;
	width: 180px;
	text-align: left;
	border: none;
	z-index: auto;
	}
	
.in_rightsidebar {
	width: 160px;
	}
	
#ad_space_spacer {
	height: 90px;
	background: url(../images/bottom_spacer.gif) no-repeat top;
	clear: both;
	padding-left: 70px;
	}
#ad_space_lakes {
	clear: both;
	height: 5px; 
	background: url(../images/bottom_spacer.gif) top left no-repeat;
	}	
#contentbottom {
	text-align: center;
	width: 900px;
	height: 90px;
	background: url(../images/content-bg.gif) repeat-y;
	}
	
#footer {
	height: 70px;
	background: url(../images/bg-bottom.gif) bottom left no-repeat;
	}
	
#finale {
	width: 900px;
	height: 60px;
	background: url(../images/finale-bg.gif) bottom left no-repeat;
	}
	
#info
{
	position: absolute;
	top: 3400px;
	width: 70%;
	left: 15%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #999;
}
#info h1
{
	font-size: 1.2em;
	margin: 0px;
	color: #999;
}

#info p
{
	text-align: justify;
	color: #999;
	font-size: 1em;
}
#info a
{
	color: #999;
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
}

#info strong
{
color: #c0c0c0;
font-weight: normal;
}

