/* ALL CSS STYLES */


/*	index.tpl	*/

body{	font-family:Verdana, Arial;
	background-color:#fdf5e6;
	font-size:1.1em;
	margin:0px;
	padding:0px;
}

#head{	font-size:1em;
	width:100%;
	height:100px;
	text-align:left;
	vertical-align:center;
	background-color:#FFFAF0;
	line-height:200%;
	border-bottom:1px solid black;
}

#funza{	font-size:0.7em;
}

.submenu{	font-size:1em;
	bottom:0px;
}
#menu{	float:left;
	width:250px;
	padding:10px;
}
#right_menu{	width:250px;
	float:right;
}
#copyright{
	width:100%;
	text-align:center;
	background-color:#FFFAF0;
	border-top:1px solid black;
}

/*Block with article*/

#content{
	margin-left:251px;
	margin-right:251px;
	border-right:1px solid black;
	border-left:1px solid black;
	padding:10px;
}

.all{
	text-indent:30px;
	margin-bottom:40px;
}
.title{	font-weight:bold;
	fpnt-size:1.2em;

}
.description{	font-size:1em;
}
.data{	text-align:right;
	line-height:40%;
}
.link{	line-height:40%;
}
.metro{	
	font-style:italic;
	line-height:100%;
}

/* Feedback.php */
td.error-message{
	color: red;
	font-size:0.9em;
}

/* ChangeMetro.php */

.line{
	font-weight:bold;
	font-style:italic;
}

/* Addnote.php */
#addnote{
	width:750px;
	text-align:left;
}

