body {
	background:		#FFFFFF;
	margin:			0px;
	text-align:		center;
}

#content {
	width:			970px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:		0px;
	padding:		0px;
	text-align:		left;
}

#head {
	background:		#413E3C;
	padding:		5px;
	height:			90px;
	border-bottom:		10px solid #000000;
}

#left {
	padding:		20px 20px 20px 20px;
	width:			728px;
	float:			left;
	border-right:		1px solid #B7B7B7;
	border-bottom:		1px solid #B7B7B7;
	border-left:		1px solid #B7B7B7;
}

#right {
	padding:		20px 10px 20px 10px;
	width:			180px;
	float:			left;
	text-align:		left;
	border-bottom:		1px solid #CCCCCC;
	background:		#F7F7F7;
}

#aleft {
	float:			left;
	margin:			0px 22px 0px 0px;
}

#aright {
	text-align:		right;
}

#index-item {
	margin:			0px 0px 10px 0px;
	padding:		10px 10px 10px 10px;
	border:			1px solid #CCCCCC;
	clear:			both;
	background:		#FFFFFF;
}

#item-image {
	padding:		0px 10px 0px 0px;
	float:			left;
}

#item-footer {
	clear:			both;
}

#album-links {
	margin:			14px 14px 12px 7px;
}

#album-thumbs {
	margin:			14px 0px 0px 14px;
}

#album-data {
	margin:			14px 14px 0px 14px;
}

#photo-inter {
	margin:			14px 0px 0px 14px;
}

#photo-data {
	margin:			0px 11px 14px 11px;
	border:			solid 1px #e1e1e1;
	width:			630px;
	padding:		10px 10px 0px 10px;
	clear:			both;
}

#comment {
	margin:			0px 0px 10px 0px;
	width:			357px;
	padding:		11px 11px 1px 11px;
	background:		#e1e1e1;
}

#overlay {
	display:		none;
	position:		absolute;
	top:			0;
	left:			0;
	width:			100%;
	height:			100%;
	z-index:		1000;
	background-color:	#333333;
	-moz-opacity:		0.8;
	opacity:		.80;
	filter:			alpha(opacity=80);
}

.light {
	color:			#333333;
	display:		none;
	position:		absolute;
	top:			25%;
	left:			25%;
	width:			50%;
	height:			50%;
	padding:		1em;
	border:			2px solid #B8B8B8;
	background-color:	white;
	text-align:		left;
	z-index:		1001;
	overflow:		auto;	
}

/* fonts */

.content {
	font-size:		11px;
	font-family:		tahoma;
	color:			#000000;
	text-decoration:	none;
}
.content a:link {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:active {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}
.content a:visited {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:hover {
	font-size:		11px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}

/* elements */

p {
	margin:			0px 0px 10px 0px;
	font-weight:		normal;
}

p.table {
	margin:			10px 0px 10px 0px;
	font-weight:		normal;
}

ul {
	margin:			0px 0px 10px 10px;
	padding:		0px 0px 0px 10px;
	list-style:		square;
}

li {
	list-style:		square;
	color:			black;
	margin:			0px 0px 0px 0px;
	padding-left:		0px;
}

img {
	border:			0px;
}

img.thm {
	padding:		5px;
	border:			solid 1px #e1e1e1;
	margin:			0px 11px 14px 0px;
	vertical-align:		top;
}

img.photo {
	float:			left;
}

hr {
	color:			#B7B7B7;
	background-color:	#B7B7B7;
	height:			1px;
}

h1 {
	margin:			0px 0px 10px 0px;
	padding:		5px 5px 5px 5px;
  	font-weight:		bold;
	font-size:		14px;
	color:			#FFFFFF;
	background:		#000000;
}

h2 {
	margin:			0px 0px 10px 0px;
	padding:		0px 0px 5px 0px;
  	font-weight:		bold;
	font-size:		12px;	
	border-bottom:		solid 1px #B7B7B7;
}

h3 {
	margin:			0px 0px 10px 0px;
	padding:		0px 0px 5px 0px;
  	font-weight:		bold;
	font-size:		11px;	
	border-bottom:		solid 1px #B7B7B7;
}

form {
	margin:			0px 0px 0px 0px;
}

input {
	color:			#000000;
	font:			normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight:		none;
	text-decoration:	none;
	background:		#FFFFFF;
	border:			1px solid #BDC7D8;
}

textarea {
	color:			#000000;
	font:			normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight:		none;
	text-decoration:	none;
	background:		#FFFFFF;
	border:			1px solid #BDC7D8;
}

select {
	color:			#000000;
	font:			normal 8pt Tahoma, Arial, Helvetica, sans-serif;
	font-weight:		none;
	text-decoration:	none;
	background:		#FFFFFF;
	border:			1 solid #BDC7D8;
}