/* CSS Document */

body {
	
	background-color: #E4CA97;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0px;
	
}

a {color:#A7419D;}
a:link {color:#A7419D;}
a:visited {color:#A7419D;}
a:hover {text-decoration: none; color: #A7419D;}
a:active {color:#A7419D;}


.main_text {

	color: #666666;
	font-family: arial;
	font-size: 15px;
	line-height: 23px;
	
}

#main_frame {

	width: 100%;
	text-align: center;
	margin: 0px auto;
	
}

#center_frame {

	width: 960px;
	display: block;
	margin: 0px auto;
	background-color: #EBD5AE;
	
}

#outer_frame {

	width: 960px;
	display: block;
	float: left;
	margin: 0px auto;
	background-color: #EBD5AE;
	
}

#content_frame {

	width: 950px;
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin-left: 5px;
	text-align: left;

}

#header {

	display: block;
	float: left;
	width: 950px;
	height: 145px;
	background-image:url('../images/header-bg.jpg');
	
}

#logo {

	display: block;
	float: left;
	margin: 28px 0px 0px 25px;
	border: 0px;
	
}

#footer {

	width: 950px;
	height: 140px;
	display: block;
	float: left;
	margin-top: 40px;
	background-color: #903A8E;

}

#footer_links {

	width: 130px;
	display: block;
	float: left;
	margin-left: 25px;
	margin-top: 33px;
	line-height: 25px;
	
}

#footer_links a {

	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;

}

#footer_links a:hover {

	color: #D7AAD6;

}

#footer_social {

	color: #FFFFFF;
	width: 350px;
	display: block;
	float: right;
	margin: 25px;
	text-align: right;
	line-height: 28px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	
}

#footer_social a {

	color: #FFFFFF;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;

}

#footer_social a:hover {

	color: #D7AAD6;

}

#christopherbratt
{
  display: block;
  float:right;
  width: 144px;
  height: 23px;
  background: url("../images/christopherbratt.jpg") no-repeat 0 0;
  margin-left:10px;

}

#christopherbratt:hover
{ 
  background-position: 0 -23px;
}

#christopherbratt span
{
  display: none;
}

/* MENU 1 */

#menu_1 {

	display: block;
	width: 665px;
	float: right;
	margin-top: 25px;

}

#link-press-agency
{
  display: block;
  float:left;
  width: 161px;
  height: 18px;
  background: url("../images/link-press-agency.jpg") no-repeat 0 0;
  margin-left:23px;

}

#link-press-agency:hover
{ 
  background-position: 0 -18px;
}

#link-press-agency span
{
  display: none;
}


#link-events-promotions
{
  display: block;
  float:left;
  width: 242px;
  height: 18px;
  background: url("../images/link-events-promotions.jpg") no-repeat 0 0;
  margin-left:20px;

}

#link-events-promotions:hover
{ 
  background-position: 0 -18px;
}

#link-events-promotions span
{
  display: none;
}


#link-model-agency
{
  display: block;
  float:left;
  width: 173px;
  height: 18px;
  background: url("../images/link-model-agency.jpg") no-repeat 0 0;
  margin-left:20px;

}

#link-model-agency:hover
{ 
  background-position: 0 -18px;
}

#link-model-agency span
{
  display: none;
}

/* MENU 2 */

#menu_2 {

	display: block;
	width: 665px;
	height: 25px;
	margin-top: 27px;
	float: left;
	text-align: right;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #D54BB9;
	letter-spacing: 3px;

}

#menu_2 a {

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #D54BB9;
	text-decoration: none;
	letter-spacing: 0px;
	
}

#menu_2 a:hover {

	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #D54BB9;
	text-decoration: underline;
	
}

#menu_2 a:visited {

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #D54BB9;
	
}


/* HOME LINKS */

.photo {
	display: block;
	float: left;
	position:relative;
	font-family:arial;	
	overflow:hidden;
	width:275px;
	height:215px;
	margin: 19px 0px 0px 31px;
}	
	
.photo .caption {
	position:absolute;
	background:#fff;
	height:65px;
	width:275px;
	opacity:0.9;
}
		
.photo .caption { 		
	bottom:-28px;		
	left:0px;
}
		
.photo .caption span{
	line-height: 25px;
	color:#B055A7;	
	font-size:14px;
	color: #666666;
	display:block;
	padding:5px 10px 0 10px;
}