			.header-content {
				color: #000;
			}
			
			.header-content p {
			}
			
			blockquote {
				margin-left: 40px;
				margin-right: 40px;
			}
			
			#gttb_pop_div {
				position: absolute;
				display: none;
				border: 3px solid navy;
				top: 30%;
				left: 40%;
				z-index: 10;
				background: #FFF;
				width: 350px;
			}
			#gttb_pop_div table {
				display: block;
				padding-left: 20px;
				padding-top: 10px;
			}
			
			#gttb_pop_div tr {
				width: 295px;
			}
			
			#gttb_pop_div td {
				padding-top: 3px;
				padding-left: 5px;
			}
			
			#gttb_editor_container {
				position: absolute;
				top: -9999px;
				left: -9999px;
				border-right: 3px solid #EEE;
				border-left: 3px solid #EEE;
			}
			
			#gttb_content {
				margin 5px auto;
				padding: 5px;
				border-right: 3px solid #EEE;
				border-left: 3px solid #EEE;
				background-color: #EFEFFF;
			}
		
			#gttb_article_content {
				/* border-right: 3px solid #EEE; */
				border-left: 3px solid #EEE;
				
			}
			
			#gttb_article_content h4 {
				font-size: 16px; 
				font-weight: bold;
				text-align: justify;
				text-indent: 1em;
				padding-top: 2px;
				padding-bottom: 2px;
				color: #000066;
			}
			
			#gttb_article_content .notification {
				text-indent: 2em;
				padding-top: 1em;
				padding-bottom: 1em;
				color: #666;
			}
			
			#gttb_article_content a {
				text-decoration: none;
			}
			
			/* Overwrite the YUI CSS resets for lists... */
			#gttb_content ol li {
				list-style-type: decimal;
				text-align: left;
				margin-left: 20px;
			}
			
			#gttb_content ul li {
				list-style-type: disc;
				text-align: left;
				margin-left: 20px;
			}
			
			#articleUploadForm ul li {
				list-style-type: none;
				margin-left: 0px;
			}
			
			#thumbs_content {
				padding-bottom: 75px;
			}
			
			#thumbs_content ul li {
				list-style: none;
				text-align: center;
				margin-left:0px;
				margin-right: 10px;
				padding-left: 10px;
				padding-right: 10px;
				/* float: left; */
			}
			 #thumbs_content img {
				float: left;
		    }
		    
		    #thumbs_contet .whitespace {
		    	padding-top: 65px;
		    }
		    
		    .author ol li {
		    	list-style: disc;
		    	margin-left: 2em;
		    	padding-top: 3px;
		    	padding-bottom: 3px;
		    }
		    
		    .author strong {
		    	font-weight: bold;
		    	text-indent: 1em;
		    	padding-top: 5px;
		    }
		    
		    .main-article {
		    	margin-left: 20px;
		    	margin-right: 20px;
		    	min-height: 400px;
		    	/* Adding a minimum height for layout in the /articles/index.php page */
		    }
		    
		    .main-article h4 {
				font-size: 16px; 
				font-weight: bold;
				text-align: center;
				padding-top: 2px;
				padding-bottom: 2px;
				color: #000066;
		    }
		    
		    .main-article {
		    	line-height: 150%;
		    }
		    
		    .main-article p {
		    	/* text-indent: 2em; */
		    	padding-top: 3px;
		    	padding-bottom: 3px;
		    }
		    
		    .main-article ul li {
		    	list-style: disc;
		    	margin-left: 20px;
		    	padding-top:2px;
		    	padding-bottom:2px;
		    }
		    
		    .main-article ol li {
		    	list-style: decimal;
		    	margin-left: 20px;
		    	padding-top:2px;
		    	padding-bottom:2px;
		    }
		    
		    .main-article strong, b, em {
		    	font-weight: bold;
		    }
			 
			#gttb_main_user_content td {
				padding: 5px;
			}
			
			/* Beginning of the CSS styling for Image gallery */
			#photo.show{
				left:250px;
				top:120px;
			}
			.close{
				background:#006699;
				position:absolute;
				top:5px;
				right:10px;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
				padding:.2em .5em;
				text-align:right;
				display:block;
			}
			#photo{
				position:absolute;
				top:0;
				left:-30000px;
				border:3px solid #006699;
				background:#fff;
				padding:1em 100px;
				/* width:625px; */
				height:340px;
				z-index: 10;
			}
			html>body #photo{
				min-height:340px;
				height:auto;
			}
			/* #photo img{
				margin:0 auto;
				display:block;
			} */
			#main_photo {
				position: relative;
				/* width: 600px; */
			}
			#main_photo img {
				display: block;
				margin: 0 auto;
				/* border: 3px solid red; */
			}
			div#photo p.caption{
				margin:5px 0;
				padding:2px 5px;
				color:#fff;
				font-size:1.5em;
				text-align:center;
			}
			a.next{
				position:absolute;
				top:40%;
				right:10px;
				background:#fff;
				display:block;
				width:80px;
				height:55px;
				background:url(arrows.gif) top right transparent no-repeat;
			}
			a.prev{
				background:#666;
				position:absolute;
				top:40%;
				left:10px;
				display:block;
				width:80px;
				height:55px;
				background:url(arrows.gif) top left transparent no-repeat;
			}
			a.next.hide,a.prev.hide{
				left:-20000px;
			}
			
			a:visited {
				color: blue;
			}
			
			#downloadlink a {
				background: url('/images/download-btn.gif') left center no-repeat;
				text-indent: 5px;
				overflow: hidden;
				padding: 0 1em;
				*margin-left: 5em; /* IE only */
				_padding: 0 2em; /* IE < 7 only */
			}
        	