/* CSS Document */

#header{
	width:958px;
	height:95px;
	margin:0px;
	background:#fff;
	border-left:#dedede solid 1px;
	border-right:#dedede solid 1px;
}

.briciole{
	font-size:11px;
	margin:0px; 
	height:16px; 
	padding:4px 0px 0px 5px;
	border:#000 solid 0px;
}

.error-message{
	color:#669900;
	padding:3px 0px 0px 0px;
}

#container{
	margin:0px auto;
	padding:0px;
	width:960px;
	min-height:550px;
	border: solid #FF00FF 0px;
}

#content{
	width:960px;
	height:auto;
	margin:0px 0px;
	padding:0px;
	border: solid #00FF00 0px;
	clear:both;
	background: none;	
}

#footer{
	width:918px;
	height:81px;
	margin:0px 0px 0px 0px;
	padding:20px 20px 0px 20px;
	background:#FFF;
	border-left:#dedede solid 1px;
	border-right:#dedede solid 1px;
	border-bottom:#dedede solid 0px;
}

#header_bottom{
	width:960px;
	height:4px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background:url(_graphic/rounded_corner/roundedBottom_headerContainer.jpg) top center no-repeat;
	font-size:1px;
}


#footer_top{
	width:960px;
	height:4px;
	margin:20px 0px 0px 0px;
	padding:0px;
	background:url(_graphic/rounded_corner/roundedTop_portfolioList.jpg) top center no-repeat;
}

#footer_bottom{
	width:960px;
	height:4px;
	margin:0px 0px 20px 0px;
	padding:0px;
	background:url(_graphic/rounded_corner/roundedBottom_headerContainer.jpg) top center no-repeat;
}
/* 
min-height: 400px;
	height: auto !important;
	height:400px;	
CSS Document */