html
{
	overflow-y:scroll;	
}

body
{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#ececec;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#323232;
	background-image:url('../images/background.png');
	background-repeat:repeat-x;
}

#container
{
	width:1000px;
	position:relative;
	margin:auto;
}

#logo
{
	width:260px;
	height:50px;
	background-image:url('../images/logo.png');
	position:absolute;
	left:10px;
	top:0px;	
}
	#logo a
	{
		position:absolute;
		width:260px;
		height:50px;
	}
	
#droplist_container
{
	width:209px;
	height:47px;
	color:#323232;
	position:absolute;
	right:10px;
	top:0px;
}

#droplist_left
{
	width:22px;
	height:47px;
	background-image:url('../images/menu_left_cap.png');
	float:left;
}
#droplist_body
{
	width:155px;
	height:32px;
	background-image:url('../images/menu_background.png');
	float:left;
	padding-top:15px;
	cursor:pointer;
}

	#droplist_body ul
	{
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	
		#droplist_body ul li
		{
			position:relative
			margin:0px;
			padding:0px 0px 10px 0px;
		}
		
		#droplist_body ul li ul li
		{
			padding:0px;
			float:left;
			display:block;
		}
		
#droplist_right
{
	width:32px;
	height:47px;
	background-image:url('../images/menu_right_cap.png');
	float:left;
	position:relative;
}

#droplist_go
{
	height:26px;
	width:26px;
	position:absolute;
	top:14px;
	right:10px;
	cursor:pointer;
}

#poplist
{
	width:194px;
	position:absolute;
	z-index:1000;
	top:40px;
	left:8px;
	display:none;
	background-color:transparent;
}

#poplist_top
{
	margin:0px;
	padding:0px;
	height:11px;
	width:194px;
	background-image:url('../images/poplist_top.png');
	overflow:hidden;
	display:block;
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;
}
#poplist_bottom
{
	margin:0px;
	width:194px;
	height:11px;
	background-image:url('../images/poplist_bottom.png');
	overflow:hidden;
	display:block;
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;

}

.poplist_body
{
	margin:0px;
	padding:0px;
	width:194px;
	background-image:url('../images/poplist_body.png');
}

.poplist_body a
{
	width:177px;
	height:18px;
	color:#323232;
	margin:auto;
	padding:2px 0px 0px 5px;
	display:block;
	text-decoration:none;
}

.poplist_body a:hover
{
	width:177px;
	height:18px;
	margin:auto;
	color:#ececec;
	background-image:url('../images/selected.png');
	padding:2px 0px 0px 5px;
	display:block;
}

#content
{
	padding-top:60px;
}

h1
{
	text-align:center;
	font-size:22px;
	font-weight:normal;
}

h2
{
	margin:0px 5px 5px 5px;
	padding:4px;
	font-size:18px;
	font-weight:normal;
	color:#a1a1a1;
}

.photo_album
{
	width:756px;
	margin:0px auto;
	padding-bottom:20px;
	text-align:left;
}

	.photo_album img
	{
		margin:5px;
		padding:2px;
		border:1px solid #555555;
		
	}
	
	.photo_album a
	{
		text-decoration:none;
	}

.more_info
{
	text-align:right;
	padding-right:5px;
}	
	.more_info a
	{
		color: #ececec;
		text-decoration:underline;
	}

.years
{
	width:742px;
	margin:0px auto 30px auto;
}
	.years a
	{
		color: #ececec;
		text-decoration:underline;
	}

.photos
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#return_link a
{
	color:#ececec;
	text-align:center;
}