/* CSS Document City Companions - Home */

body {
	color: #fff;
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*Blue*/
	background-image:url(../images/home_bg.jpg);
	background-color: #000000;
	background-position: center top;
}

div#header {
	height:147px;
	/*Blue*/
	background-image:url(../images/home_header.jpg);
}

div#top-fold {
	height:239px;
	/*Blue*/
	background-image:url(../images/home_topfold.jpg);
}

div#top-fold-text {
	padding:59px 0 0 34px;
	width:300px;
}

div#top-fold-text p {
	line-height:13px;
	padding-bottom:23px;
}

div#inner-footer {
	text-align:right;
	height:66px;
	background:url(../images/home_footergraphic.jpg) no-repeat left bottom;
}

div#inner-footer p {
	padding:45px 10px 0 0;
}

div#inner-footer a {
	text-decoration: none;
	color: #fff;
}

div#inner-footer a:hover, a.active {
	text-decoration: underline;
	color: #fff;
}

/* -----------------------------------------------------------
Editable Content Aread
----------------------------------------------------------- */

.dropdown {
	background:#cc6600;
	color:#fff;
	border:1px solid #fff;
	padding:1px;
	font-size:11px;
	margin:10px 0 0 23px;
}

.girls {/*Wraps around each girl*/
	width:130px;
	float:left;
	clear:right;
	margin-right:8px;
	margin-bottom:5px;
}

.girls img{
	border: 1px solid #fff;
	margin-bottom:5px;
}

.girls img.elite
{
	border: 1px solid #FF6600;
}

.girls span{
	color: #FF6600;
}
