body {
	font-family: Verdana, Courier, serif;
	background-color: #ffffff;
	font-weight: 600;
	color: #8a8a8a;
	background-position: center;
}

#wallpaper {
	height: 600px;
	background-image: url(Images/Orange_BG.jpg);
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	width: 600px;
}

#Dots {
	position: absolute;
	color: #ff0000;
	background-color: transparent;
	horizontal-position: center;
	background-position: left center;
	z-index: 1;
}

#Photo_title {
	padding: 10px;
	letter-spacing: 10%;
	border-color: #800000;
	top: 304px;
	font-size: medium;
	position: absolute;
	width: 250px;
	background-position: center;
	left: 5%;
	border-width: 1px;
	z-index: 2;
	border-style: solid;
	font-variant: small-caps;
	font-weight: 600;
}

#Photo_galleries {
	float: left;
	position: absolute;
	display: table;
	width: 250px;
	border-color: #800000;
	z-index: 2;
	left: 40%;
	top: 150px;
}

#Home_dot {
	top: 500px;
	position: absolute;
	left: 66%;
	z-index: 2;
	width: 50px;
	padding: 10px;
}

#Photo_galleries_entry {
	background-position: center;
	border-width: 1px;
	z-index: 1;
	margin-bottom: 10px;
	padding: 5px;
	border-style: solid;
	width: 300px;
	font-variant: small-caps;
	display: table-cell;
	margin-top: 10px;
	height: 40px;
	float: left;
	border-color: #800000;
	text-transform: none;
	letter-spacing: 5%;
}

a:link {
	text-decoration: none;
	color: #8a8a8a;
}

#Photo_index_detail {
	float: left;
	padding: 5px;
	margin: 5px;
}

a:visited {
	color: #800080;
	text-decoration: none;
}