body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1, h2 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #777777;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

a:link, a:visited {
	color: #f0007c;
}

a:hover, a:active {
	text-decoration: none;
}

.container { 
	max-width: 1000px;
	text-align: left;
	}

.top_bar {
	text-align: center;
	background-color:#00a9ef;
	/*
	background-image: url(/fhgs/pics/layout/top_bar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	*/
	padding:20px;
	border-radius:10px;
}

.top_bar h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

p.main_description {
	font-size: 16px;
	text-align: justify;
	margin-top: 10px;
}

.content {
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}

.thumbnail { margin-top:15px; }

.flash_player {
	padding: 9px;
	background-color: #f6f6f6;
	border: solid 1px #d5d5d5;
}

.section_titles {
	font-size: 20px;
	margin-top: 15px;
}

.model_spacings {
	margin-right: 26px;
	margin-top: 15px;
	float: left;	
}

.model_thumbs {
	padding: 4px;
	background-color: #f6f6f6;
	border: solid 1px #d5d5d5;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: #777777;
	margin: 30px;
}

/* This is for the Pic (1) FHGs */
.photo_thumbs_bg {
	margin-right: 40px;
	margin-top: 15px;
	display: inline-block;
	/* float: left;	*/
}

.photo_thumbs {
	padding: 5px;
	/*background-image: url(/fhgs/pics/layout/thumbs_bg.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.photo_thumbs_portraits {
	padding: 5px;
	/*background-image: url(/fhgs/pics/layout/thumbs_portrait_bg.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* This is for the Movie (2) FHGs */
.movie_frame_captures {
	margin-left: 38px;
	margin-right: 38px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;	
	text-align: center;
}

/* This is for the Flash (3) FHGs */
#mediaspace {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.btn-text { color:#FFF !important; text-transform:uppercase; }
a:hover img.thumbnail { opacity:.8; }
.modal-body { text-align:center; }
.modal-body img { display:inline-block !important; text-align:center; }