@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START page layout styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ---------->>> START TOP LEFT INFO <<<-----------------------------------------------------------*/
#topleft {
	background:url(../presskit/images/photos_left.png) no-repeat #FFF;
	background-position:right top;
	width: 485px;
	height: 830px;
	/* ---------->>>height: 510px; ---*/
	position:relative;
	float:left;
	color:#666;
}
a.topleft:link {
	color: #ff0356;
	text-decoration: none;
}
a.topleft:visited {
	color: #ff0356;
	text-decoration: none;
}
a.topleft:hover {
	color: #ff0356;
	text-decoration: underline;
}
a.topleft:active {
	color: #ff0356;
	text-decoration: underline;
}
#topleft .content {
	margin: 10px 0px 10px 0px;
	width:465px;
}
#topwhite .title {
	margin: 15px 0 0 0;
}
#topwhite .h1 {
	color: #fff;
	font-size: 18px;
	line-height:20px;
	margin: 0px;
	padding:0 0 0px 0;
	font-weight:bold;
}
/* ---------->>> END TOP LEFT INFO <<<-----------------------------------------------------------*/


/* ---------->>> START TOP RIGHT INFO <<<-----------------------------------------------------------*/

#topright {
	background:url(../presskit/images/photos_right.png) no-repeat #ff0356;
	background-position:left top;
	width: 477px;
	height: 910px;
	/* ---------->>>height: 510px; ---*/
	position:relative;
	float:right;
	border-right:#ff0356 solid 6px;
	border-left: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFFFFF;
}
a.topright:link {
	color: #aaa;
	text-decoration: none;
}
a.topright:visited {
	color: #aaa;
	text-decoration: none;
}
a.topright:hover {
	color: #fff;
	text-decoration: underline;
}
a.topright:active {
	color: #fff;
	text-decoration: underline;
}
#topright .content {
	margin: 14px 10px 0px 10px;
	float:right;
	width: 321px;
	text-align:right;
}
#toppink .title {
	margin: 10px 6px 0 10px;
	float:right;
}
#toppink .h1 {
	color: #666;
	font-size: 18px;
	line-height:20px;
	margin: 0px;
	padding:0 0 0px 0;
	font-weight:bold;
}

/* ---------->>> END TOP RIGHT INFO <<<-----------------------------------------------------------*/

