/*********************************************************************************
	Vannoni CSS Framework 3.0 ***********************************************
*********************************************************************************/
.site-align-structure {
	margin-left:auto;
	margin-right:auto;
}

.site-width-structure {
	width:980px;
}

.site-content-structure {
	width:100%;
}

.site-header-structure {
	height:150px;
	background-image:url(../images/header_background.png);
	background-repeat:repeat-x;
	background-position:top;
}

.site-shadow-structure {
	width:980px;
	height:10px;
	background-image:url(../images/header_shadow.png);
	background-repeat:no-repeat;
	background-position:top;
}

.site-logo-structure{
	float:left;
	width:360px;
	height:108px;
	margin-bottom:2px;
}

.site-navigator-structure{
	width:900px;
	height:40px;
	padding:0px 0px 0px 0px;
}

.site-footer-nav-structure{
	width:120px;
	height:25px;
	background-image:url(../images/page_background.png);
	background-repeat:repeat;
	background-position:top;
	padding:5px 30px 0px 30px;
	color:#ffffff;
}

.site-page-structure {
	background-image:url(../images/page_background.png);
	background-repeat:repeat;
	background-position:top;
	margin:100px 0px 90px 0px;
}

.site-footer-structure{
	height:28px;
	background-image:url(../images/footer_background.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:12px
}

.site-footer-optimizer-structure{
	position:fixed;
	bottom:0px;
}

.site-subnav-optimizer-structure{
	position:fixed;
	bottom:40px;
}

.site-fastlink-structure {
	width:349px;
	border-right:solid 1px #cccccc;
	margin-right:50px;
	padding-right:50px;
	
}





