a 
{
	text-decoration		:	none;
	color				:	#bc9c8c;
}

a:hover 
{
	color				:	#bc7450;
}

body 
{
	background-color	:	#fff;
	font-family			:	verdana;
	font-size			:	10px;
	color				:	#232323;
	margin				:	0px;
	padding				:	0px;
}

ul.navigation 
{
	list-style			:	none;
	padding				:	0px;
	margin				:	0px;
}

ul.navigation  li
{
	display				:	inline;
	margin-right		:	5px;
	letter-spacing		:	1px;
	font-size			:	11px;
	font-weight			:	bold;
}

ul.navigation li.selected
{
	color				:	#444;
	border-bottom		:	2px solid #444;	
	cursor				:	default;
}

ul.navigation img
{
	border				:	0px;	
}

#page_holder
{
	position			:	absolute;
	width				:	770px;
	top					:	50%;
	left				:	50%;
	margin-top			:	-220px;
	margin-left			:	-385px;
}

#content
{
	position			:	relative;
	width				:	750px;
	height				:	380px;
	background			:	url('../images/background.gif');
	padding				:	10px;
}

#content #left
{
	width				:	220px;
	height				:	360px;
	float				:	left;
	margin-right		:	9px;
	overflow			:	hidden;
	padding				:	10px 0px 10px 10px;
}

#content #left .thumb
{
	border				:	1px solid #dfdfdf;
	padding				:	2px;
	float				:	left;
	margin				:	0px 6px 6px 0px;
}

#content #left .thumb
{
	width				:	60px;
}

#content #left .thumb img
{
	width				:	60px;
	height				:	60px;
}

#content #right
{
	background			:	url('../images/dummy.png');
	background-attachment:	scroll !important;
	background-attachment:	fixed;
	
	background-position	:	0px 0px;
	width				:	491px;
	height				:	360px;
	float				:	left;
	overflow			:	auto;
	padding				:	10px;
}

#content #title
{
	font-family			:	Verdana, arial, sans-serif;	
	font-size			:	2em;
	letter-spacing		:	0.07em;
	color				:	#BC7450;
	margin-bottom		:	5px;
}

#navigation
{
}

#gallery-body
{
	background-color	:	green;	
}

.standard-text
{
	font-family			:	verdana;
	font-size			:	10px;
	color				:	#232323;
	line-height			:	160%;
}

.comment-text
{
 	font-family			:	verdana;
 	font-size			:	10px;
	color				:	#232323;
	text-align			:	right;
}

.standard-text:first-letter
{
	font-size			:	22px;
	color				:	#bc7450;
	font-family			:	times;
}

#logo 
{
	position			:	absolute;
	top					:	70px;
	left				:	70px;
}

#ChristianFigur
{
	position			:	absolute;
	top					:	0px;
	left				:	449px;				
}

#links 
{
	position			:	absolute;
	top					:	140px;
	left				:	17px;
	width				:	300px;
	height				:	30px;
}

#gallery-thumbs
{
	position			:	absolute;
	left				:	10px;
	top					:	10px;
	width				:	230px;
	height				:	380px;
	border-width		:	0px;
}

#gallery-view
{
	position			:	absolute;
	left				:	250px;
	top					:	10px;
	width				:	511px;
	height				:	380px;
	border-width		:	0px;
	scrollbars			:	none;
}

#textHolder
{
	position			:	absolute;
	left				:	10px;
	top					:	10px;
	width				:	230px;
	height				:	380px;
	border-width		:	0px;
	
}

#largeImageHolder
{
	position			:	absolute;
	top					:	0px;
	left				:	0px;
}

#thumbnailHolder
{
	position			:	absolute;
	top					:	0px;
	left				:	20px;
	height				:	300px;
	width				:	194px;
}

#navHolder
{
	position			:	absolute;
	top					:	325px;
	left				:	20px;
	width				:	194px;
}

#image_text
{
	padding-top			:	5px;	
}

#commentHolder
{
	position			:	absolute;
	top					:	325px;
	left				:	20px;
	width				:	194px;
	height				:	55px;
}

.gallery_thumb_holder
{
 	margin				:	0px;
	width				:	89px;
	height				:	89px;
	overflow			:	hidden;
	margin-top			:	0px;
	margin-bottom		:	8px;
	margin-left			:	4px;
	margin-right		:	4px;
	float				:	left;
}

.gallery_thumb_cropper
{
	position			:	relative;
	height				:	89px;
	width				:	89px;
	margin				:	0px;
	display				:	block;
	overflow			:	hidden;
}

.gallery_thumb
{
	position			:	relative;
	width				:	89px;
	height				:	89px;
	border				:	0px;
	padding				:	0px;
}


