body {
	font-size: 101%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #383431;
	margin: 50px 0;
	/*
	margin: 0;
	padding: 0;
	*/
}

#global {

}

#wrap {
	/*
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -272px;
	margin-left: -420px;
	*/
	width: 841px;
	height: 544px;
	margin: auto;
	background-image: url("../img/wrap_bg.gif");
	background-repeat: no-repeat;
	text-align: left;
	font-size: 0.75em;
}

#bordl {
	width: 46px;
	float: left;
}

#logoAga {
	margin-top: 28px;
}

#left {
	width: 546px;
	float: left;
}



#pageMenu {
	height: 19px;
	font-size: 0.9em;
	width: 546px;
}

#pageMenu ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	
}

#pageMenu li {
	margin: 0 0.5em;
	float: left;
}

#pageMenu li a {
	color: #70614e;
	text-decoration: none;
}

#pageMenu li.current a {
	font-weight: bold;
	color: #1F1A15;
}

#pageMenu li.current a {
	font-weight: bold;
}

#content {
	position: relative;
	width: 546px;
	height: 444px;
	clear: left;
	background-image: url("../img/content_bg.png");
	background-repeat: no-repeat;
	

}

#content a {
	color: black;

}

#content .photo {
	position: absolute;
	top: 23px;
	left: 8px;
/* 	margin: 23px 8px 5px 8px; */
}

#contentBody {
	position: absolute;
	top: 50px;
	left: 70px;
	width: 400px;
}

h1.pageTitle {
	position: absolute;
	top: 10px; 
	left: 60px;
	margin: 0;
	padding: 0;
	font-size: 2em;
}

#photoCnt {
	position: absolute;
	left: 450px;
	top: 380px;
	width: 100px;
	margin: 0 10px 0 0;
}

#navigInfo {
	position: relative;
	width: 546px;
	height: 44px;
	margin-top: 10px;
	background-image: url("../img/navig_info_bg.gif");
	background-repeat: no-repeat;
	font-size: 0.9em;
	color: #999999;
}

#photoTitle {
	position: absolute;
	width: 300px;
	left: 150px;
	top: 5px;
	text-align: center;
}

.photoNav {
	position: absolute;
	top: 5px;
	width: 85px;
}

.photoNav a {
	/*color: #333333;*/
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.photoNav a img {
	border: 0;
	margin: 0 3px;
}

#photoLeftNav {
	left: 50px;
	text-align: right;
}

#photoRightNav {
	left: 473px;
}

#right {
	float: right;
	width: 215px;
	padding: 0;
	margin-right: 18px;
}

#galleries {
	height: 103px;
	background-image: url("../img/gallery_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 0.9em;
}

#galleries ul {
	list-style: none;
	margin: 20px 0 0 10px;
	padding: 0;
}

#galleries ul li {
	background-image:url("../img/gallery_arrow.gif");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
}

#galleries ul li a {
	color: #a8a8aa;
	text-decoration: none;
}

#galleries ul li.current a {
	color: #333333;
	font-weight: bold;
}

#albums {
	height: 148px;
	background-image: url("../img/album_bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 0.9em;
}

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

#albums ul li {
	padding: 0;
}

#albums ul li a {
	color: #a8a8aa;
	text-decoration: none;
}

#albums ul li.current a {
	color: #333333;
	font-weight: bold;
}


#photos {
	height: 180px;
	margin-bottom: 0;
	padding: 0;
	background-image: url("../img/photo_bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#photosContent {
	margin: 10px;
}

#photosContent a {
	display: block;
	float: left;
	width: 14px;
	height: 16px;
	background-image: url("../img/photoico_new.gif");
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	margin: 3px;
}

#photosContent a:visited {
	background-image: url("../img/photoico_seen.gif");
}

#photosContent a.current {
	background-image: url("../img/photoico_crr.gif");
}

.thumbDiv {
	position: absolute;
	/*
	width: 150px;
	height: 150px;
	margin-top: -272px;
	margin-left: -420px;
	*/
	padding: 5px;
	text-align: center;
	background-color: #4C4746;
	border: 1px solid #333333;
}

#albumInfo {
	height: 32px;
	padding: 0;
	margin: 0;
	background-image: url("../img/album_info_bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 0.85em;
	color: #999999;
}

#albumInfo p {
	margin: 5px 5px;
}

#linkLogos {
	text-align: center;
	margin-top: 10px;
}

.pager {
	width: 215px;
	text-align: center;
	color: #a8a8aa;
	font-size: 1.1em;
}

.pager a {
	text-decoration: none;
	color: #a8a8aa;
}

.pager a.current {
	font-weight: bold;
}

span.new {
	color: #7B0000;
	font-size: smaller;
	font-weight: normal;
}

#foot {
	clear: both;
	color: #70614E;
	font-size: 0.9em;
	width: 100%;
	padding-left: 250px;
}

