			body, html {
				background: #000;
				color: #666;
				font-family: "Lucida Grande", Arial, sans-serif;
				font-size: 12px;
				font-weight: 500;
			}
			
			#container {
				margin: 0 auto;
				padding:0;
				width: 999px;
			}
			
			#col1 {
				float:left;
				min-height:620px;
				width:337px;
				background: url(images/left_Sidebar.jpg) top left no-repeat;
				margin: 0;
				padding:0;
				display:inline;
				clear:none;
				position: relative;
			}
			
			#col1 img {
				float:right;
				margin: 0 20px 0 0;
				border:0;
			}
			
			#socialNetwork {
				position: absolute;
				bottom: 21px;
				left: 105px;
				margin:0;
				padding:0;
			}
			
			#col2 {
				float:left;
				width:298px;
				margin: 20px 0 0 33px;
				padding:0;
				display:inline;
				clear:none;
			}
			
			#col3 {
				float:left;
				width:298px;
				margin: 20px 0 0 33px;
				padding:0;
				display:inline;
				clear:none;
			}
			
			#col4 {
				float:left;
				width:636px;
				margin: 20px 0 0 20px;
				padding:0;
				display:inline;
				clear:none;
			}
			
			.content {
				margin: 0 0 33px 0;
				padding:0;
				width: 298px;
			}
			
			.contentHeader {
				margin: 0;
				height:28px;
				width: 298px;
				background: url(images/bird_Header.jpg) top left no-repeat;
				text-align: right;
			}
			
			.contentMain {
				max-width: 298px;
				background: url(images/content_BG.jpg) top left repeat-y;
				padding: 6px 12px;
				overflow: auto;
			}
			
			.contentFooter {
				height:7px;
				width: 298px;
				background: url(images/content_Bottom.jpg) top left repeat-y;
			}
			
			.contentBig {
				margin: 0 0 20px 0;
				padding:0;
				width: 636px;
			}
			
			.contentHeaderBig {
				margin: 0;
				height:28px;
				width: 636px;
				background: url(images/bird_Header_Big.jpg) top left no-repeat;
				text-align: right;
			}
			
			.contentMainBig {
				max-width: 636px;
				background: url(images/content_BG_Big.jpg) top left repeat-y;
				padding: 6px 12px;
				overflow: auto;
			}
			
			.contentFooterBig {
				height:7px;
				width: 636px;
				background: url(images/content_Bottom_Big.jpg) top left repeat-y;
			}
			
			#mp3Player .contentMain, #featuredVideo .contentMain {
				padding: 0 6px;
				overflow:hidden;
			}
			
			.tubepress_container {
				max-width: 612px !important;
			}
			
			.theforum {
				margin:0 !important;
				width: 636px;
				background: url(images/content_BG_Big.jpg) top left repeat-y;
				padding: 0 6px;
			}
			
			#sforum {
				margin:0 !important;
				max-width: 624px !important;
			}
			
			#footer {
				padding: 0 16px 0 0;
				clear:both;
				width: 997px;
				float:left;
				height: 50px;
				text-align: right;
			}
			
			/* TYPO */
			
			a {
				color: black;
				text-decoration: none;
			}
			
			a:hover {
				color: #f00;
				text-decoration: underline;
			}
			
			.contentHeader h1, .contentHeaderBig h1 {
				margin: 0 6px 0 0;
				text-transform: uppercase;
				color: #666;
				font-size: 16px;
				line-height: 28px;
				font-weight: 500;
			}
			
			p.postmetadata {
				margin-bottom: 15px;
			}
			
			#respond h3 {
				margin-top: 20px;
				font-weight:bold;
			}
			
			#footer a {
				color: #888;
			}
			
			/* NAVIGATION */
			
			#navigation {
				display: block;
				float: right;
				position: relative;
				margin: 0 2px 0 0;
				padding:0;
				width: 300px;
				list-style: none;
			}
			
			#navigation li a {
				clear:both;
				display: block;
 				float: right;
 				background: url(images/navigation_BG.jpg) top right no-repeat;
 				height: 38px;
 				color: #888;
 				letter-spacing: 12px;
 				text-transform:uppercase;
 				font-size: 20px;
 				line-height:38px;
 				font-weight:lighter;
 				width: 200px;
 				text-align:right;
			}

			#navigation li a:hover {	
				text-decoration:none;
				color: #f00;
				background-position: 6px -38px;