/*****************************************************************************/
/** Homepage formatting.													**/

.flash_wrapper {
	width: 365px;
	height: 274px;
	
	margin-bottom: 15px;
}

/*.temp_one {  You won't need this anymore. In fact, you can also remove 'temp_one' from the index.html file too.
	background: url(../images/flash_temp.jpg);
} */

.temp_two {
	background: url(../images/flash_temp_2.jpg);
}

#home h2 {
	font-size: 1.25em;
}

/*****************************************************************************/
/** About page formatting.													**/

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited {
	color: #BFBFBF;
	margin-bottom: 0;
}

/*****************************************************************************/
/** Medium-sized arrows.													**/

.med_arrow_right, .med_arrow_left {
	display: block;
	width: 55px;
	height: 17px;
	float: left;
	margin: 1px;
}

.med_arrow_right {
	background: url(../images/med_arrow_right.gif);
}

.med_arrow_left {
	background: url(../images/med_arrow_left.gif);
}

p.controls {
	width: 114px;
	float: right;
	margin-top: 0;
	margin-bottom: 1.5em;
}
