@charset "utf-8";

/* CSS Document */



	body

	{

		background:#917850;

		font-family:Georgia, "Times New Roman", Times, serif;

		font-weight:bold;

		font-style:italic;

		color:#DDDDDD;

	}

	

	a

	{

		text-decoration:none;

	}

	

	img

	{	border:none;

	}

	

	#albums

	{

		float:left;

		width:130px;

		text-align:center;

	}

	

	#caption

	{

		max-width:400px;

		float:left;

		margin:0px 0px 0px 10px;

	}

	

	#main

	{

		float:left;

		height:590px;

		width:718px;

		background:url('/images/bk_main.jpg');

	}

	

	#large

	{

		display:none;

	}

	

	.thumb

	{

		text-align:center;

		vertical-align:middle;

		height:125px;

		width:125px;

		background:url('/images/frame.png') no-repeat;

	}

	

	#page

	{

		margin:1em auto;

		width:800px;

	}

	

	#header

	{

		background:url('/images/logo.jpg') no-repeat;

		height:162px;

		width:800px;

	}

	

	#left

	{

		height:590px;

		width:56px;

		background:url('/images/margin_left.jpg') no-repeat;

		float:left;

	}

	

	#right

	{

		height:590px;

		width:26px;

		background:url('/images/margin_right.jpg') no-repeat;

		float:left;

	}