@import url("headermenu.css");
@import url("footer.css");

body {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	color: #BBB;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#page {
	position: absolute;
	left: 50%;
	width: 926px;
	margin: 10px 0 0 -463px;
}

table, td {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
}

a { text-decoration: none;}

img {border: none;}

div.detail { margin: 0 auto; width: 926px !important; }

div.row { clear: both; width: 926px !important; margin: 0px;}

#content { margin-top: 8px; }

#previous, #current, #next { font-size: 0.8em; }

#index { font-size: 1.5em; }

#previous, #current { float: left; }

#current { margin-top: 5px; }

#next, #index { float: right; }

#previous a, #previous a:active, #previous a:visited {
	padding-left: 15px;
	padding-bottom: 0.3em;
	color: #BBB;
	background: url(../img/previous.gif) no-repeat center left;
}

#previous a:hover {
	color: #444;
	background: url(../img/previous_active.gif) no-repeat center left;
}

#next a, #next a:active, #next a:visited {
	padding-right: 15px;
	padding-bottom: 0.3em;
	color: #BBB;
	background: url(../img/next.gif) no-repeat center right;
}

#next a:hover {
	color: #444;
	background: url(../img/next_active.gif) no-repeat center right;
}

#index a, #index a:active, #index a:visited {
	padding: 0 0 0.1em 25px;
	color: #BBB;
	background: url(../img/index.gif) no-repeat center left;
}

#index a:hover {
	color: #444;
	background: url(../img/index_active.gif) no-repeat center left;
}

.imgInfo {
	font-size: 0.8em;
	color: #777;
	margin: 0px 0px 10px 0px;
}

#photo {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	/*border-left: 1px #ddd solid;*/
}

#photo img {  padding: 12px; background-color: #ccc; border: 1px solid #666; }

#photoInfo {
	font-size: 1em;
	text-align: left;
	color: #BBB;
	margin: 0 0 15px 0;
	padding: 0px;
	clear: both;
}

ul.clean {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	text-align: left;
}

ul.clean li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

.MetaNameClass,
.MetaValueClass {
	font: .9em "Courier New", Courier, mono;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.MetaValueClass {
	font-style: italic;
}
