@charset "utf-8";
/* CSS Document 2014/03/05 */

body{
}

#main_placeholder{
		width: 800px;
		margin: 0px auto;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 5px;
		padding-right: 5px;
		background-color: #fbfbfb;
}

#logo_placeholder{
	text-align: center;
	max-height: 150px;
}

#card_placeholder{
/*
	background-color: #bfbfbf;
	background-clip: border-box;
	*/
	min-height: 250px;
	background-image: url("buscard/bg_fullbody.png");
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	padding-bottom: 0px;
	padding-top: 0px;
}

	#ccard_header{
		height: 33px;
		background-image: url("buscard/bg_header.png");
		background-repeat: no-repeat;
	}
	#ccard_body{
		min-height: 100px;
		/*background-image: url("buscard/bg_body.png");
		background-repeat: no-repeat;*/
		vertical-align: top;
	}


		h1{
			/*color: #000e4b;*/
			color: #d6d8e3;
			text-align: center;
			/*max-height: 20px;*/
		}


		#card_content{
			min-height: 90px;
			color: #fbfbfb;
			padding: 5px;
		}

		#card_contact{
			color: #fbfbfb;
			padding: 5px;
		}
		
		#ccontact_web{
			
		}
		
		#ccontact_email{
		
		}

	#ccard_footer{
		height: 32px;
		background-image: url("buscard/bg_footer.png");
		background-repeat: no-repeat;
	}
	
a{
	color: #c2cbf6;
}