/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	text-align: center;
	background-color: #333;
}

div {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #AAA;
}

#outer {
	min-height:100%;
	width: 800px;
	margin:auto;
	text-align:left;
	position:relative;
}

* html #outer {
height:100%
} 

#header { 
padding-top: 20px;
padding-bottom: 60px
}

.colWidth {
	width: 10px;
}

td {
	text-align: left;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height: 30px;
	width: 98%;
	margin-left:1%;
	margin-right:1%;
	color: #FFF;
	font-size: 11px;
	color: #666;
}

#clearfooter {
	clear: both;
	height: 40px;
}
/*needed to make room for footer*/

/* Misc */

ul	{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li	{
	float: left;
}

/* Links */

a#home img {background-image: url(../images/ah_home.gif);}
a#home:hover img {background-image: url(../images/ah_home_over.gif);}

a#maternity img {background-image: url(../images/ah_maternity.gif);}
a#maternity:hover img {background-image: url(../images/ah_maternity_over.gif);}

a#portrait img {background-image: url(../images/ah_portrait.gif);}
a#portrait:hover img {background-image: url(../images/ah_portrait_over.gif);}

a#wedding img {background-image: url(../images/ah_wedding.gif);}
a#wedding:hover img {background-image: url(../images/ah_wedding_over.gif);}

a#lifestyle img {background-image: url(../images/ah_lifestyle.gif);}
a#lifestyle:hover img {background-image: url(../images/ah_lifestyle_over.gif);}

a#about img {background-image: url(../images/ah_about.gif);}
a#about:hover img {background-image: url(../images/ah_about_over.gif);}

a {
	color: #da4c8f;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Thumbnails */

#photos li {
	padding-right: 8px;
	padding-bottom: 8px;
}

#photos img {
	border: 1px solid #333;
}

#photos img:hover {
	border: 1px solid #727272;
}