
#leftcontent {
		float:left;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px; 
		COLOR: #000;
		width:400px;
		background:#fff;
		margin-right:15px;
		}
		
#rightcontent {
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
		background:#FFF;
		
		}		

.blogarea {
		border:2px dashed #00CCFF;
		padding:10px;
		}
	

.top {
	width:660px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	padding-top: 20px;
	padding-left: 115px;
    }

.topText {
	margin-top: 10px;
	margin-bottom: 20px;
	}    
    
.titlePaper {
	color: #000;    
	font-size: 22px;
	padding: 5px;
	border-top: #00CCFF 2px dashed;
	border-bottom: #00CCFF 2px dashed;
	border-left: #00CCFF 2px dashed;
	}
	
.titleFish {
	background: #00CCFF;
	color: #FFF;    
	font-size: 22px;
	padding: 5px;
	border: #00CCFF 2px solid;
	}	


BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	COLOR: #000000;
	}
	
.entryDate {
	font-size: 10px;
	margin:2px;
	}
	
.entryTitle {
	font-weight: bold;
	}				
	 
A:link {
	COLOR: #00CCFF; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
A:visited {
	COLOR: #00CCFF;
	TEXT-DECORATION: none; 
	FONT-WEIGHT: bold;
}
A:active {
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	FONT-WEIGHT: bold;
	border-bottom:dotted 1px;
}
A:hover {
	BACKGROUND:#00CCFF;
	COLOR: #FFF; 
	TEXT-DECORATION: none; 
	FONT-WEIGHT: bold;
	border-bottom:dotted 1px;
}

/* Calendar */

.calendarMonthName {
	/* Used to display the month and year. */
   font-size: 12px;
   font-weight: bold;   
}

.calendarDayOfWeek {
	/* Used to display the name of days of the week. */
   font-size: 10px;
   font-weight: bold;  
}

.calendarDate {
	/* Used to display the a date (possibly linked to the list of
	entries for that date) */
   font-size: 10px;
   font-weight: normal;  
}


.center {
	TEXT-ALIGN: center
}
.right {
	TEXT-ALIGN: right
}
.left {
	TEXT-ALIGN: left
}
.fl {
	FLOAT: left;
	clear: left;
	}







