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

#content {
	width:			968px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:		0px;
	padding:		0px;
	text-align:		left;
	background-image:	url(/images/background.gif);
	background-repeat:	repeat-y;
}

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

#logo {
	float:			left;
	margin:			0px 0px 0px 10px;
}

#search {
	padding:		33px 60px 0px 0px;	
	text-align:		right;
}

#banner {
	text-align:		right;
}

#ads {
	clear:			both;
	background:		#000000;
	padding:		5px;
	text-align:		center;
}

#left {
	padding:		20px;
	width:			728px;
	float:			left;
	background:		#FFFFFF;
}

#right {
	padding:		20px;
	width:			160px;
	float:			left;
	text-align:		left;
	background:		#E3E3E3;
}

#footer {
	clear:			both;
	background:		#000000;
	padding:		5px;
	text-align:		center;
}

#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;
}

#album-data-ads {
	float:			left;
	margin:			0px 10px 0px 0px;
}

#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:		12px;
	font-family:		tahoma;
	color:			#000000;
	text-decoration:	none;
}
.content a:link {
	font-size:		12px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:active {
	font-size:		12px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}
.content a:visited {
	font-size:		12px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	none;
}
.content a:hover {
	font-size:		12px;
	font-family:		tahoma;
	color:			#3B5998;
	text-decoration:	underline;
}

.right {
	font-size:		11px;
	font-family:		arial;
	color:			#000000;
	text-decoration:	none;
}
.right a:link {
	font-size:		11px;
	font-family:		arial;
	color:			#000000;
	text-decoration:	none;
}
.right a:active {
	font-size:		11px;
	font-family:		arial;
	color:			#000000;
	text-decoration:	underline;
}
.right a:visited {
	font-size:		11px;
	font-family:		arial;
	color:			#000000;
	text-decoration:	none;
}
.right a:hover {
	font-size:		11px;
	font-family:		arial;
	color:			#000000;
	text-decoration:	underline;
}

.album-links {
	font-size:		12px;
	font-family:		tahoma;
	color:			#000000;
	text-decoration:	none;
}
.album-links a:link {
	font-size:		12px;
	font-family:		tahoma;
  	font-weight:		bold;
	color:			#333333;
	text-decoration:	none;
}
.album-links a:active {
	font-size:		12px;
	font-family:		tahoma;
  	font-weight:		bold;
	color:			#333333;
	text-decoration:	underline;
}
.album-links a:visited {
	font-size:		12px;
	font-family:		tahoma;
  	font-weight:		bold;
	color:			#333333;
	text-decoration:	none;
}
.album-links a:hover {
	font-size:		12px;
	font-family:		tahoma;
  	font-weight:		bold;
	color:			#333333;
	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 3px;
	padding:		0px 0px 0px 10px;
	list-style:		square;
}

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

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

img {
	border:			0px;
}

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

img.index-thumb {
	padding:		5px;
	border:			solid 1px #e1e1e1;
	margin:			5px;
	vertical-align:		top;
}

img.photo {
	float:			left;
}

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

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

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

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

table {
	width:			100%;
	border-collapse:	collapse;
	padding:		0px;
}

td {
	border:			solid 0px;
	padding:		0px;
	text-align:		center;
	vertical-align:		middle;
}

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