body, html {
	margin: 0px;
	padding: 0px;

	width: 100%;
	height: 100%;

	font-family: Arial, Regular;
	text-align: center;
}

#body_header {
	clear: both;

	width: 850px;
	height: 45px;
}

#body_center {
	clear: both;

	width: 850px;
	height: 546px;

	font-size: 10px;
	color: #616364;	
}

#body_footer {
	clear: both;
	
	width: 850px;
	height: 35px;
}

#body_header_content {
	clear: both;

	width: 804px;
	height: 45px;
	
	background:  url(../img/bkg_header.gif) repeat-x left top;
}

#body_header_logo {
	float: left;

	padding-top: 2px;
	padding-left: 8px;
}

#body_header_menu {
	float: right;

	padding-top: 16px;
	font-size: 10px;
}

#body_header_menu_option_active {
	float: left;

	padding-left: 20px;
	padding-right: 8px;
}

#body_header_menu_option_active A {
	color: #e33a40;
	text-decoration: none;
}

#body_header_menu_option_inactive {
	float: left;

	padding-left: 20px;
	padding-right: 8px;
}

#body_header_menu_option_inactive A {
	color: #616364;
	text-decoration: none;
}

#body_header_menu_option_inactive A:hover {
	color: #e33a40;
	text-decoration: none;
}

#body_footer_content {
	clear: both;

	width: 804px;
	height: 35px;

	background: url(../img/bkg_footer.gif) no-repeat;
}

#body_footer_logo_area{
	clear: both;

	width: 804px;
	height: 38px;
}

#body_footer_entity_logo {
	float: right;

	margin: 5px 5px 0px 0px;
}

#body_footer_contacts {
	float: left;

	padding-top: 12px;
	padding-left: 8px;
	font-size: 9px;
	color: #616364;
}

#body_footer_pages {
	float: right;

	padding-top: 12px;
	padding-right: 8px;

	font-size: 9px;
}

#body_center_left {
	float: left;

	width: 23px;
	height: 100%;
}

#body_center_center {
	float: left;

	width: 804px;
	height: 100%;

	text-align: left;
}

#body_center_right {
	float: right;

	width: 23px;
	height: 100%;
}

#models_container {
	float: left;

	width: 70px;
	height: 111px;

	margin: 0px 3px 7px 3px;

	border: #dad9d9 1px solid;
}

#models_image {
	float: left;

	width: 60px;
	height: 86px;

	margin: 5px 5px 0px 5px;
}

#models_download_link {
	float: left;

	width: 60px;
	height: 15px;

	margin: 3px 5px 2px 5px;
}

#body_center_model_list {
	float: left;

	width: 804px; 
	height: 470px;

	padding: 0px 0px 0px 2px;

	background: url(../img/model_list.jpg) no-repeat;
}

#model_list_item {
	float: left;

	width: 102px;
	height: 118px;

	margin: 7px 6px 8px 6px;
}

#model_list_image {
	float: left;
	clear: both;
	overflow: hidden;

	width: 90px;
	height: 86px;

	margin: 6px 6px 0px 6px;
}

#model_list_name {
	float: left;
	clear: both;

	width: 90px;

	margin: 0px 6px 0px 6px;
	text-align: center;
}

#body_center_portfolio {
	float: left;

	width: 804px; 
	height: 444px;

	padding: 8px 0px 0px 9px;

	background: url(../img/portfolio_list.jpg) no-repeat;
}

#portfolio_item {
	float: left;

	width: 252px;
	height: 368px;

	margin: 0px 5px 0px 5px;
}

#portfolio_item_image {
	float: left;
	clear: both;
	overflow: hidden;

	width: 240px;
	height: 343px;

	margin: 6px 6px 0px 6px;
	text-align: center;
}

#portfolio_item_info {
	float: left;
	clear: both;

	width: 240px;

	margin: 0px 6px 0px 6px;
	text-align: center;
}

#portfolio_item_link {
	float: left;
}

#portfolio_item_photographer {
	float: right;
}

#pagination {
	float: left;
	
	color: #e33840;
	padding-left: 17px;
	padding-right: 3px;
}

#pagination A {
	color: #616263;
	text-decoration: none;
}

#portfolio_menu {
	float: right;
	width: 320px;

	text-align: right;
}

#compcard_nameimage {
	float: left;
	clear: both;
	position: relative;

	width: 346px;
}

#compcard_fullname {
	float: left;
	clear: both;
	position: relative;

	width: 346px;
	z-index: 10;

	text-align: center;
	font-family: Arial, Regular;
	font-size: 25px;

	margin-top: -37px;
	margin-bottom: -37px;
}

#compcard_table {
	float: left;
	clear: both;

	margin: 6px 6px 6px 6px;
}

#compcard_body {
	clear: both;

	width: 703px; 
	height: 503px; 
	border: 1px #dad9d9 solid; 

	background: white;

	font-family: Arial, Regular;
	font-size: 14px;
}

#compcard_name {
	float: left;
	
	width: 50px;
	padding-top: 5px;
	padding-bottom: -10px;
	margin-left: 14px;

	font-family: Arial, Regular;
	font-size: 12px;
}

#compcard_value {
	float: left;

	width: 90px;
	padding-top: 5px;
	padding-bottom: -10px;
	margin-right: 10px;

	text-align: right;
	font-family: Arial, Regular;
	font-size: 12px;
}

#compcard_contact {
	float: right;

	width: 155px;
	padding-top: 7px;
	font-family: Arial, Regular;
	font-size: 9px;
}

A {
	color: #616263;
	text-decoration: none;
}

TD {
	font-size: 10px;
	color: #616364;
}

INPUT {
	border: 1px solid #b7b7b8;
	width: 109px;
	font-family: Arial, Regular;
	font-size: 9px;
	line-height: 9px;
	color: #707071;
}

INPUT.short {
	width: 23px;
}

INPUT.long {
	width: 220px;
}

INPUT.checkbox {
}

SELECT {
	border: 1px solid #b7b7b8;
	height: 15px;
	font-family: Arial, Regular;
	font-size: 9px;
	line-height: 9px;
	color: #707071;
}

TEXTAREA {
	border: 1px solid #b7b7b8;
	font-family: Arial, Regular;
	font-size: 9px;
	line-height: 9px;
	color: #707071;
}
#casting {
	text-align:left;
	display:none;
	background: url(../img/casting/casting.gif) no-repeat;
	position: absolute;
	left: 0;
	bottom:0;
	width:819px;
	height:266px;
}
#casting .casting_button {
	display:none;
	position: absolute;
	top: 130px;
	left:676px;

}
#casting .printpdf_button {
	display:none;
	position: absolute;
	top: 100px;
	left:676px;

}