BODY {
	/*Added because horizontal scrollbar appeared sometimes*/
	overflow:hidden;
	background: #000000;
	width: 780px;
	height: 560px;
	scrollbar-face-color: #3C8545;
	padding: 0;
	margin: 0
	}
	
img 	{
	border-width:0
	}
		
a{
	text-decoration:none;
	font-style:italic;
	color: #161610;
	}

a:hover{
	font-style:italic;
	color: #DDDDDD;
	}

a.popup:hover {
   	text-decoration: none;
	background-color: transparent;
   	}
   	
a.popup span {
	display: none;
	text-decoration: none;
	color: #ffffff;
	}

a.popup:hover span {
	display: block;
	position: absolute;
	overflow: hidden;
	text-decoration: none;
	font-family:Verdana;
	color:#DDFFFF;
	font-size: 15px;
	top: 415px;
	left: 160px;
	width: 500px;
	text-align: center;
  	}
	
#main {
	overflow:auto; 
	width:500px; 
	height:440px;
	z-index:1;
	}

#main a.thumbnail:hover {
   	text-decoration: none;
	background-color: #000000;
   	}
   
#main a.thumbnail span {
	display: none;
	}

#main a.thumbnail:hover span {
	display: block;
	position: absolute;
	z-index:101;
	overflow: hidden;
	text-decoration: none;
	color: #EEEEEE;
	top: 290px;
	right: 68px;
	width: 360px;
  	font: 10px;
  	font-family: Arial, sans-serif; 
  	text-align: center;
  	}
  	
#leftbartitle {
	padding: 5px 4px 0 4px;
	width: 120px;
	height: 40px;
	overflow:hidden;
	font-family: Arial;
	font-size: 12px;
	color: #DDDDDD;
	text-align: center;
 	}
 
#leftbardesc {
	width: 120px;
	height: 70px;
	overflow:hidden;
	padding: 0 10px 0 10px;
	font-family: Comic Sans MS;
	line-height: 13px;
	font-size: 11px;
	color: #cccc00;
	text-align: center;
 	}
 	
#leftbardisc {
	width:120px;
	height:100px;
	overflow:hidden;
	padding: 3px 5px 10px 5px;
	font-family: Arial;
	font-size: 9px;
	Line-height: 8px;
	color: #00aa33;
	text-align: center;
 	}

img.boardpic{
	position:absolute;
	top:410px;
	left:597px;
	}
	
#counter {
	visibility: hidden;
	}

img.ficpic{
	height:100px;
	width:100px;
	margin:10px;
	}
	
#update {
	padding: 10px 0 0 0;
	width:500px;
	overflow:hidden;
	text-align:center;
	}

#update p{
	padding: 0 15px 10px 30px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #494940;
	text-align:justify;
	}
	
#title{
	font-family: Monotype Corsiva, Comic Sans MS, Times New Roman, Verdana, Arial;
	letter-spacing:2px;
	font-size: 24px;
	color: #343430;
	text-align:center;
	}

#date{
	font-family: Arial;
	font-size: 11px;
	color: #494940;
	}
	
#oldnews {
	font-size: 11px;
	color: #494940;
	margin: 0 0 0 380px;
	}
	
#gtitle {
	width:150px;
	font-family: Comic Sans MS, Arial;
	font-size: 14px;
	text-alignment:center;
	color: #494940;
	/*Added to keep gallery update date on the same height*/
	height:50px;
	padding-top:10px;
	}
	
#gdate {
	width:150px;
	font-family: Arial;
	font-size: 12px;
	color: #DDDDDD;
	}

#leftgalldesc {
	/* Deleted due to the new layout */
	width:350px;
	padding: 0 15px 0 0;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #494940;
	text-align:justify;
	}

#leftgalltitle {
	/* Deleted due to the new layout */
	width:350px;
	padding: 0 0 10px 0;
	font-family: Monotype Corsiva, Comic Sans MS, Times New Roman, Verdana, Arial;
	font-size: 22px;
	color: #494940;
	text-align:center;
	}
	
#leftgalldesc img {
	margin:5px;
	float:left;
	}

#pageid {
	margin:3px 0 0 0;
	padding:1px 1px 1px 1px;
	width:45px;
	height:16px;
	background-color:#000000;
	color:#DDDDDD;
	font-family:Arial,Times New Roman;
	text-align:center;
	font-size:11px;
	font-style:italic;
	}

#fictitle {
	font-family: Monotype Corsiva, Comic Sans MS, Times New Roman, Verdana, Arial;
	font-size: 22px;
	color: #494940;
	text-align:center;
	}
	
#ficdesc {
	/*Modified to make it look better*/
	padding: 5px 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #494940;
	/*Added to make it look better*/
	text-align:justify;
	}
	
#ficinfo {
	width:100%;
	padding: 5px 5px 0 5px;
	font-family: Verdana, Arial;
	font-style:italic;
	font-size: 10px;
	line-height:14px;
	text-align:center;
	color: #232320;
	}
	
#ficlinks {
	width:100%;
	padding:0 10px 0 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #AAAAAA;
	text-align:center;
	}

#update img.updateimg { 
  	float: left;
  	margin: 0 10px 0 0;
  	padding:5px;
	}
