/*Style-sheet for index.php*/

#index-photobar-outer {
	width: 704px;
}

#index-photobar-inner {
	background: #BFEFFF url(/images/photobar-grad.gif) repeat-x;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14pt;
	border-right: 4px solid #0066cc;
}

#index-photobar-strip {
	padding-top: 10px;
	padding-bottom: 5px;
}

#index-photobar-strip img {
	border: 2px solid white;
	margin-left: 3px;
}

.index-option {
	clear: both;
	margin-top: 10px;
	margin-left: 80px;
}

.index-option img{
	display:block;
}
.index-option h2 {
	font-weight: normal;	
}

.index-option-col1 {
	float: left;
	width: 25%;
}

.index-option-col2 {
	float: left;
	width: 60%;
}