a:link  { 
		color: #000080;
}

a:visited { 
		color: #800000;
}

a:active, hover{ 
    	color: #008080;
}

hr {
   background-color: #FF0000;
}

h1 {
	font-family:  Times New Roman,Garamond,Helvetica,Arial;
	font-weight: bold;
	font-style: italic;
	color: maroon;
	font-size: 18pt;
	background: #FFCD66;
	margin-left:30px;
	margin-right:30px;
}

h2 {
	font-family:  Times New Roman,Garamond,Helvetica,Arial;
	font-weight: bold;
	font-style: italic;
	color: maroon;
	font-size: 16pt;
	vertical-align:middle;
	margin-left:30px;
	margin-right:30px;
}

h3 {
	font-family:  Times New Roman,Garamond,Helvetica,Arial;
	font-weight: bold;
	font-style: normal;
	color: maroon;
	font-size: 14pt;
	margin-left:0px;
	margin-right:0px;
}

body {
	FONT-SIZE: 14px;
	COLOR: #800000;
	font-family:"Times New Roman", Times, serif;
	color: #800000;
}

#leftLinks{
	margin: 0px;
	padding: 0px;	
	background-color: #FFCD66;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

#rightLinks{
	margin: 0px;
	padding: 0px;	
	background-color: #FFCD66;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 15px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story img{
	float: right;
	padding: 10px 10px 0px 0px;
}

.storynophoto img{
	float: none;
	padding: 10px 10px 0px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-image: url(photos/btiger.jpg)
}

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size:90%;
	color: #630;
	padding: 10px 10px 10px 10px;
	background-image: url(photos/btiger.jpg);
	text-align:center;		
}

#LeftNavBar{
	float: left;
	width: 10%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#RightNavBar{
	float: right;
	width: 10%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
   float: left;
   width: 79%;
}

/***********************************************/
/* Eliminare quando ho rifatto le pagine       */
/***********************************************/

.copyright {COLOR: #630; FONT-FAMILY: "Arial narrow",Arial,sans-serif; FONT-SIZE: xx-small}