body {
	background-color: #ECE9D8;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

li {
	list-style-type: none;
}

#galleryAjx {
	position: absolute;
	left:  -100px;
	top:   150px;
	height: auto;
	width: auto;
}

#preloadAjx {
	position: absolute;
	left:  200px;
	top:   300px;
	height: auto;
	width: auto;
}

#forwardAjx {
	position: absolute;
	left:  60%;
	top:   35px;
	height: auto;
	width: auto;
}

#reverseAjx {
	position: absolute;
	left:  40%;
	top:   35px;
	height: auto;
	width: auto;
}

#accessAjx {
	position: absolute;
	left:  0px;
	top:   20px;
	height: auto;
	width: auto;
}

#titleAjx {
	position: absolute;
	left:  34%;
	top:   0px;
	height: auto;
	width: auto;
}

#captionAjx {
	position: absolute;
	left:  400px;
	top:   70px;
	height: auto;
	width: auto;
}

.title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #333333;
}

.desctitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #333333;
}

.descmain {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333300;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #A2B38F;
	text-decoration: underline;
}

