	html 
	{
		height: 				100%;
		overflow: 				hidden;
	}
	html.comments
	{
		height: 				100%;
		overflow: 				visible;
	}
	
	#flashcontent 
	{
		margin-top: 			55px;
		height: 				100%;
	}
	/* end hide */

	body 
	{
		font-family: 			Helvetica, Verdana, Arial, sans-serif;
		font-size: 				12px;
		margin-bottom: 			0;
		height: 				100%;
		padding: 				0;
		background-color: 		#333333 		;
		color:					#ffffff;
		background-image:		url('../images/header.png');
		background-repeat:		no-repeat;
		background-position:	10px 10px;		
	}
	div.menu 
	{
		position: 				relative;
		left: 					4px;
		top: 					55px;
		text-align: 			left;
		width:					100%;
		
	}
	div.menu a
	{
		text-decoration: none;
	}
	a img
	{
		border: none;
	}
	div.copyright
	{
		
		margin-top: 14px;
		
		position: 				relative;
		top: 					55px;
		width:					100%;
		text-align:	 			right;
		display: 				inline;
		font-size: 				x-small;
	}
	div.content
	{
		position: 				relative;
		left: 					4px;
		top: 					70px;
		width:					1200px;	
		margin: 				0 auto;
	}
	img.frontpage
	{
		max-width: 				640px;
		max-height: 			480px; 
		border-style: 			solid;
		border-width: 			4px;
		border-color: 			white;
	}
	div.rightcolumn
	{
		width: 800px;
		float: right;
	}
	div.leftcolumn
	{
		width: 300px;
		float: left;
	
	}
	div.leftcolumn-content
	{
		border-top: 2px;
		border-bottom: 2px;
		border-left-style: none;
		border-bottom-style: solid;
		border-right-style: none;
		border-color: white;
		border-top-style: solid;
	}
	div.adsense
	{
		margin-top: 10px;
	}
	div.social
	{
		margin-top: 20px;
	}
	div.content a
	{
		text-decoration: 		underline;
		color: 					#ffffff;
		font-family: 			Helvetica, Verdana, Arial, sans-serif;
	}
	div.content a:hover
	{
		color: rgb(125, 125, 125);
	}
	div.share
	{
		position: 	absolute;
		bottom:		100px;
		left:		15px;
	}
	div.share a
	{
		text-decoration: 		underline;
		color: 					#ffffff;
	}
	div.share a img
	{
		vertical-align: bottom;
	}
	div.wholePage
	{
		visibility: hidden;
	}
	div.spinner
	{
		position: 				absolute;
		top: 					50%;
		left:					50%;

	}
	div.comments
	{
		border-top-color: white;
		border-top-width: 1px;
		border-top-style: solid;
		position: 				relative;
		left: 					4px;
		top: 					70px;
		width:					90%;
	}
	div.comments a
	{
		text-decoration: 		none;
		color: 					#ffffff;
		font-family: 			Helvetica, Verdana, Arial, sans-serif;
		font-size: 				14px;
	}
	#disqus_thread
	{
		margin-left: 50px;
	}
	.dsq-brlink
	{
		display: none;
	}
	.dsq-panel div a
	{
		color: #696969
	}
		

