/* start of page layout styles*/
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#000000;
	text-align:center;
	min-width:990px;
	min-height:600px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-298px;/* half vertical height*/
	width:100%;
}
#hoz {
	margin:0;
	padding:0;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
	background:#000000;
	/*overflow:auto; allow content to scroll inside element */
	text-align:left;
	clear:both;
}

/* end of page layout styles*/
img {
	border:none;

}
.modelnameB {
	font-family:"Century Gothic", Arial;
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;

}
.measurements {
	font-family:"Century Gothic", Arial;
	font-size:12px;
	font-weight:normal;
	color:#595959;
	text-decoration:none;
	text-transform:lowercase;

}
.measurements_pad {
	padding:0 15px 0 0;

}

/*Elite Model Look*/
.emltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.holdingtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.under_con {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.attach {
	height: 20px;
	width: 150px;
}
.becomeboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252322;
	width: 150px;
	background-color: #FFFFFF;
}
.dateboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252322;
	width: 46px;
	background-color: #FFFFFF;
}