/* Home page specific styles */
h1{
	text-transform:uppercase;
	text-align:justify;
	font-size:1.2em;
	padding:0.3em 0 0.5em 0;
}
h1 a:link, h1 a:visited{
	color:#5e6471;
}
h1 a:hover{
	color:#2c8eda;
}
#content{
	width:42em;
	padding-top:1.4em;
	background:url(../img/home.jpg) no-repeat bottom right;
}
#photostack{	
	padding:10px 15px 18px 12px;
	background:#FFF url(../img/bg_photostack.jpg) no-repeat top left;
	width:679px;
	height: 354px;
	margin-left:-0.6em;
}