	body
	{
		margin: 0px;
		color: #676767;
		font-family: "droid-serif-1","droid-serif-2", Georgia, Serif;
		font-size: 11px;
		line-height: 16px;
		background-image: url(../_images/bg.gif);
		background-position: 50% 0;
	}
	
	#page
	{
		width: 968px;
		display: block;
		margin: 0px auto 25px auto;
	}
	
	#headerArea
	{
		width: 968px;
		height: 100px;
		display: block;
	}
	
	#headerArea h1
	{
		display: none;
	}
	
	#navigationArea
	{
		width: 351px;
		height: 130px;
		display: block;
		float: left;
		text-align: right;
		padding: 30px 0px 25px 49px;
	}
	
	#mainNavigation
	{
		margin: 0px;
		font-size: 18px;
		color: #676767;
	}
	
	#mainNavigation .selected
	{
		margin: 0px 0px 0px 6px;
		text-decoration: underline;
	}
	
	#mainNavigation a
	{
		margin: 0px 0px 0px 6px;
		color: #676767;
		text-decoration: none;
	}
	
	#mainNavigation a:hover
	{
		color: #b3af36;
		text-decoration: none;
	}
	
	#subNavigation
	{
		font-size: 9px;
		line-height: 18px;
		color: #676767;
		font-family: Arial;
		text-transform: uppercase;
	}
	
	#subNavigation a
	{
		color: #676767;
		text-decoration: none;
	}
	
	#subNavigation a:hover
	{
		color: #b3af36;
		text-decoration: none;
	}
	
	#navigationArea ul
	{
		width: 351px;
		list-style-type: none;
		border-width: 0px 0px 1px 0px;
		border-color: #676767;
		border-style: dotted;
		margin: 0px;
		padding: 0px;
		line-height: 20px;
	}
	
	#navigationArea ul li.listOff
	{
		border-width: 1px 0px 0px 0px;
		border-color: #2f2d2b;
		border-style: dotted;
	}
	
	#navigationArea ul li.listOn
	{
		border-width: 1px 0px 0px 0px;
		border-color: #2f2d2b;
		border-style: dotted;
		background-color: #b3af36;
		color: #eef0e6;
	}
	
	#navigationArea ul li.listOff a
	{
		color: #b3af36;
		text-decoration: none;
	}
	
	#navigationArea ul li.listOff a:hover
	{
		color: #676767;
		text-decoration: none;
	}
	
	#navigationArea ul li.listOn a
	{
		color: #676767;
		text-decoration: none;
	}
	
	#navigationArea ul li.listOn a:hover
	{
		color: #eef0e6;
		text-decoration: none;
	}
	
	#copyright
	{
		color: #676767;
	}
	
	#contentArea
	{
		width: 547px;
		display: block;
		float: left;
		margin: 0px 0px 0px 21px;
		padding: 0px 0px 25px 0px;
	}
	
	.articleDate
	{
		width: 547px;
		height: 20px;
		font-size: 18px;
		font-weight: bold;
		color: #676767;
	}
	
	.articleCategory
	{
		font-size: 10px;
		font-weight: normal;
		margin: 0px 0px 0px 10px;
	}
	
	.articleContent
	{
		width: 500px;
	}
	
	.socialSharing
	{
		width: 501px;
		border-width: 1px 0px 0px 0px;
		border-color: #676767;
		border-style: dotted;
	}
	
	.articleCommentPost
	{
		width: 501px;
		border-width: 1px 0px 0px 0px;
		border-color: #676767;
		border-style: dotted;
	}
	
	form input.text
	{
		width: 492px;
		background-color: transparent;
		border: 1px #676767 solid;
		margin: 0px;
		padding: 4px;
		color: #676767;
		font-family: Georgia, Serif;
		font-size: 11px;
		line-height: 16px;
	}
	
	form input.submit
	{
		background-color: transparent;
		border: 3px #676767 double;
		margin: 5px 0px;
		padding: 2px;
		color: #676767;
		font-family: Georgia, Serif;
		font-size: 11px;
		line-height: 16px;
	}
	
	form textarea
	{
		width: 492px;
		height: 100px;
		background-color: transparent;
		border: 1px #676767 solid;
		margin: 0px;
		padding: 4px;
		color: #676767;
		font-family: Georgia, Serif;
		font-size: 11px;
		line-height: 16px;
	}
	
	.hidden
	{
		display: none;
	}
	
	a img
	{
		border: 0px;
	}
	
	a
	{
		color: #b3af36;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #676767;
		text-decoration: none;
	}
	
	.strike { text-decoration: line-through; }
	
	.adsense
	{
		width: 501px;
		border-width: 1px 0px 0px 0px;
		border-color: #676767;
		border-style: dotted;
	}
	