/*
	STYLE SHEET FOR HaassPhotoGraphics Friday Photo
	Author	:	Haass
	
*/
* {
	border:0;
	margin:auto;	/* setting this to 0 (zero) causes Firefox & Chrome to display the wholepage element left justified instead of centered! */
	padding:0;
	background:#fffafa;  /* background of page is snow */
}

/* general */
a {
	color:#696969;	/* dim gray */
	text-decoration:none;
}
a:hover {
	color:#ff9933;	/* haassPhotographics orange */
	text-decoration:underline;
}

/* body */
body 	{
	color:#000;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* whole page  - use to get liquid space on either side of columns */
div.wholepage
{
	width:100%;
	text-align:center;
}

/* header */
div.header
{
	width:520px;
	margin-top:15px;
	margin-bottom:5px;
}

/* main */
div.main
{
	width:520px;
	text-align:center;
}

div.main h1	/* use for title above photo align text left */
{
	border-bottom:1px solid #ff9933;
	color:#a9a9a9;	/* dark gray */
	font-size:100%;
	font-weight:bold;
	line-height:2;
	float:left;
	width:260px;
	text-align:left;
}

div.main h2	/* use for previous/subsequent links above photo align text right */
{
	border-bottom:1px solid #ff9933;
	color:silver;
	font-size:100%;
	font-weight:normal;
	line-height:2;
	float:right;
	width:260px;
	text-align:right;
}

div.main h3	/* use for caption under photo align text center with solid orange line below */
{
	border-bottom:1px solid #ff9933;
	color:#696969;	/* dim gray */
	font-size:100%;
	font-weight:normal;
	line-height:2;
	font-style:italic;
	text-align:center;
	width:520px;
}

div.main img
{
	margin-top:5px;
	margin-bottom:0px;
	border:1px solid #000;
}

/* footer */
div.footer	
{
	text-align: center;
	width:520px;
	margin-top:20px;
	margin-bottom:10px;
}