.cardView {
	margin: 0 auto;
	border:2px solid black;
	-moz-box-shadow: 3px 3px 3px #777777;
	-webkit-box-shadow: 3px 3px 3px #777777;
	box-shadow: 3px 3px 3px #777777;
	width:950px; 
}
.clear {
	clear:both;
}

.heads {
	background-color:#343636;
	height:176px;
	margin-top:96px;
	color:White;
}
.vertical {
	position:absolute;
	background-color:#E1DAD1;
	width:300px;
	height:596px;
	margin:auto 32px;
}
.line {
	background-color:White;
	width:50px;
	height:5px;
	margin:13px;
}
.head-name-holder {
	font-family:serif;
	font-size:40px;
	position:absolute;
	right:300px;
}
.title {
	background-color:#343636;
	text-align:center;
	color:White;
	width:500px;
	float:left;
	margin-right:32px;
}
.temp {
	background-color:tomato;
	height:500px;
}
