@charset "utf-8";

body {
	margin:0;
	padding:0;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
}

a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#333366;
	text-decoration:underline;
}
h5 {
	font-size:13px;
}

ul {
	padding: 0;
	margin:1em 0 1em 2em;
	list-style-type: none;
}
ul li {
	background:url(../images/gray_arrow.gif) 0 .25em no-repeat;
	padding:0 0 .3em .5em;
}

#footer {
	margin:20px 0 10px 0;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#999999;
}
#container {
	position:relative;
}
#orderPhotosButton {
	position:absolute;
	left:636px;
	top:60px;
	z-index:100;
}
#homeButton {
	position:absolute;
	left:855px;
	top:60px;
	z-index:101;
}
.bottomPad {
	padding-bottom:10px;
}