@charset "utf-8";
/* CSS Document */

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
/*	border: medium ridge #666;   */
	box-shadow: 2px 2px 4px 1px #4b4b49, -2px -2px 4px 1px #4b4b49;
}
#header {
	width: 958px;
	position: relative;
	border: thin none #666;
}
#content {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#left_content_spacer {
	float: left;
	height: 500px;
	width: 1px;
}
#spacer_nav {
	width: 960px;
	background-color: #212f4c;
	text-align: center;
	color: #FFF;
	_margin-right: -3px;
	margin: 0px;
	height: 25px;
	padding: 0px 0px 1px;

}
#footer {
	text-align: center;
	padding: 5px;
	background-color: #212F4C;
	color: #FFF;
	clear: both;
}
body {
	font-size: 0.875em;
	background: #fff url(../images/gray-gradient2.jpg) repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#next_link {
	width: 300px;
	text-align: center;
	float: right;
	margin-top: 5px;
	font-size: small;
}
#back_to_gallery_link {
	width: 300px;
	margin-top: 5px;
	float: left;
	text-align: center;
	font-size: small;
}
#photo_holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
