div.addthis-button a
{
      border:none;
}
a img
{
	border-bottom:none;
}
img.alignleft
{
	margin-right:10px;
	float:left;
}
img.alignright
{
	margin-left:10px;
	float:right;
}

body#home
{
	background:url("bg.jpg") no-repeat #000000;
	color:#B6B6B6;
	font-family:"Arial";
	font-size:12px;
}

	div#page-wrapper
	{  
	}
		
		div.item-navigation
		{
			background:url("transparent.png");
			border:1px solid #333333;
			border-top:none;
			border-bottom:none;
			width:962px;
			position:relative;
			margin-bottom:40px;
			margin-top:-25px;
		}
		
		div.item-navigation div.item-top
		{
			background:url("home-body-top.png");
			height:11px;
			left:-1px;
			position:absolute;
			top:-11px;
			width:964px;
		}
		
		div.item-navigation div.item-bottom
		{
			background:url("home-body-bottom.png");
			height:11px;
			left:-1px;
			position:absolute;
			bottom:-11px;
			width:964px;
		}
		
		div.item-navigation div.main
		{
			padding:10px 23px 1px 23px;
		}
		
		div#navigation
		{	
			width:100%;
			height:40px;
			/*background: #736b50;
			border-bottom:1px solid #a66d24;*/
		}		
		
			div#navigation ul.categories
			{	
				position:absolute;
				display:inline;
				margin:9px 0px 0px -460px;
				left:50%;
				width:964px;
			}		
			
				ul.categories li
				{	
					display:inline;
					margin-right:0px;
				}	
				
					ul.categories li a
					{	
						font-family:"Arial";
						font-size:14px;
						font-weight:bold;
						text-decoration:none;
						color:#EEE;
						padding:11px 15px 11px 15px;
						border:none;
					}		
				
					ul.categories li a:hover
					{	
						background:#c1af70;
					}
				
				ul.categories li.separator
				{	
					font-family:"Arial";
					font-size:14px;
					font-weight:bold;
					text-decoration:none;
					color:#555;
					padding:10px 17px 10px 17px;
				}		
		
				
			
		div#container
		{
			left:50%;
			margin-left:-482px;
			position:absolute;
			width:964px;
			display:block;
			height:auto;
		}
		
			div#container div#header
			{
				/*background:url("header.png");*/
				height:227px;
				position:absolute;
				top:30px;
				width:100%;
			}
			
				div#container div#header img#logo
				{
					left:60px;
					position:absolute;
					top:50px;
				}
			
				div#container div#header div
				{
					position:absolute;
					top:0px;
					left:20px;
				}
			
					
		div#footer
		{	
			width:100%;
			position:relative;
			float:right;
			margin:20px 0px 40px 0px;
		}	
		
			div#footer ul.sitemap
			{	
				text-align:center;
				margin-bottom:25px;
			}			
				
				div#footer ul.sitemap li
				{	
					display:inline;
					margin-left:15px;
				}
									
					div#footer ul.sitemap li a
					{	
						color:#999;
						text-decoration:none;
						border-bottom:none;
					}
									
					div#footer ul.sitemap li a:hover
					{	
						color:#EEE;
						border-bottom:1px solid #EEE;
					}
				
			div#footer p
			{	
				text-align:center;
				line-height:18px;
				color:#444;
			}
				
				div#footer p a
				{	
					color:#444;
					text-decoration:none;
					border-bottom:1px solid #444;
				}
				
				div#footer p a.munchpunch
				{	
					color:#900000;
					text-decoration:none;
					border-bottom:1px solid #900000;
				}
				
				div#footer p a:hover
				{	
					color:#EEE;
					border-bottom:1px solid #EEE;
				}
		
		div#musicplayer
		{
			background:#111;
			border-top:1px solid #222;
			height:20px;
			width:100%;
			left:0px;
			bottom:0px;
			position:fixed;
		}
				
				
h4
{
	font-family:"Trebuchet MS";
	font-size:16px;
	margin-bottom:12px;
}

a
{
	color:#a66d24;
	text-decoration:none;
	border-bottom:1px solid #a66d24;
}

a:hover
{
	color:#c3904f;
	border-bottom:1px solid #c3904f;
}