	* { padding: 0; margin: 0; }
	
	html { font-family: Arial, Tahoma, Verdana, Arial, sans-serif; background: url('../../img/site/page_bg.jpg') 0 7px; color: #c5c5c5; height: 100%; }
	body { font-size: 1em; position: relative; min-width: 998px; min-height: 100%; height: 100%; background: url('../../img/site/body_bg.jpg') no-repeat top left; }	
	a img { border: 0; }	
	a { text-decoration: underline; color: #7a7a7a; }
	a:hover { color: #ad0000; }
	
	input, textarea, select	{ font-family: inherit; font-size: inherit; }	
	.clear { clear: both; height: 0; font-size: 0; line-height: 0%; }
	#clearfooter { height: 170px; position: relative; clear: both; }
	
	/* CONTENT STYLES */	
	#container { width: 998px; position: relative; min-height: 100%; }
		
	#footer	{ height: 151px; position: relative; margin-top: -151px; }
	#left_decoration { width: 383px; height: 151px; position: absolute; left: 165px; bottom: 0; background: url('../../img/site/decoration_left.png'); }
	#left_decoration1 { width: 165px; height: 280px; position: absolute; left: 0; top: -129px; background: url('../../img/site/decoration_left1.png');}
	#right_decoration { width: 350px; height: 151px; position: absolute; right: 100px; bottom: 0; background: url('../../img/site/decoration_right.png'); }
	#right_decoration1 { width: 100px; height: 280px; position: absolute; right: 0; top: -129px; background: url('../../img/site/decoration_right1.png'); }
	#copy { width: 330px; height: 151px; position: absolute; bottom: 0; left: 380px; background: url('../../img/site/bottom_skull.png');}
	#copy p { text-align: center; font-size: 0.75em; color: #999999; padding-top: 130px;}
	#copy a { text-decoration: none; }
	
	#header { position: relative; height: 173px; }
	#logo { position: absolute; top: 20px; left: 300px; }
	#menu { position: absolute; top: 95px; left: 250px; }
	#menu a { display: block; float: left; position: relative; }
	#menu_0 { width: 154px; height: 83px; background: url('../../img/site/menu.png') 0 0; }
	#menu_0:hover, #menu_0.active { background-position: 0 -83px; }
	#menu_1 { width: 132px; height: 83px; background: url('../../img/site/menu.png') -154px 0; }
	#menu_1:hover, #menu_1.active { background-position: -154px -83px; }
	#menu_2 { width: 152px; height: 83px; background: url('../../img/site/menu.png') -286px 0; }
	#menu_2:hover, #menu_2.active { background-position: -286px -83px; }
	#menu_3 { width: 163px; height: 83px; background: url('../../img/site/menu.png') -438px 0; }
	#menu_3:hover, #menu_3.active { background-position: -438px -83px; }
	
	#right_bike { width: 319px; height: 192px; position: absolute; top: 0; right: 0; background: url('../../img/site/bike_top_right.png') no-repeat;}
	#left_bike { width: 704px; height: 222px; position: absolute; top: 0; left: 0; background: url('../../img/site/bike_top_left.png') no-repeat;}
	#sign { width: 229px; height: 319px; position: absolute; top: 10px; left: 15px; background: url('../../img/site/sign.png'); }
	#skull { width: 192px; height: 194px; position: absolute; top: 330px; left: 40px; background: url('../../img/site/skull.png'); }
	
	/* CENTER STYLES */
	
	#content { font-size: 0.9375em; width: 650px; float: left; margin-left: 242px; padding-top: 30px;  }	
	#content p { padding: 0.5em 0; }
	
	/* GALLERY STYLES */
	
	#album_list { text-align: center; }
	#album_list a { text-align: center; font-weight: bold; display: block; color: #7a7a7a; text-decoration: none; padding: 0.2em 0; }
	#album_list a:hover { color: #ad0000; }
	
	.photo_row
	{		
		clear: both;
		padding-bottom: 10px;
	}
	
	.photo_box
	{
		width: 100px;
		height: 100px;
		position: relative;
		float: left;
		margin-left: 23px;
	}
	
	.photo_box table
	{
		height: 100%;
		width: 100%;
	}
	
	.photo_box table td
	{
		font-size: 0;
		line-height: 0%;
		text-align: center;
		vertical-align: middle;
		position: relative;
	}
	
	.photo_box table img 
	{
		border: solid 1px #bebdb0;
	}
	
	.gallery_row
	{
		margin: 0 auto;
		padding-bottom: 20px;
		width: 400px;
	}
	
	.gallery_row .photo_box
	{
		float: right;
		margin-left: 0;
		padding-left: 20px;
		background-position: top right;
	}
	
	.gallery_row a
	{
		font-weight: bold;
		
	}
	
	.pages_container
	{
		width: 99px;
		margin: 0 auto;
		position: relative;
		height: 40px;
	}
	
	.pages_container a#paging_left
	{
		position: absolute;
		left: 2px;
		top: 0;
		width: 30px;
		height: 31px;
		background: url('../../img/site/paging_left.png') no-repeat;
		display: block;
	}
	
	.pages_container a#paging_right
	{
		position: absolute;
		right: 2px;
		top: 0;
		width: 32px;
		height: 31px;
		background: url('../../img/site/paging_right.png') no-repeat;
		display: block;
	}
	
	.pages_container a#paging_up
	{
		position: absolute;
		left: 32px;
		top: 1px;
		width: 35px;
		height: 31px;
		background: url('../../img/site/paging_up.png') no-repeat;
		display: block;
	}