/*-----------------------------------------------------
	cis - web css

	version: 1.4 
	date:    2005.03.02 author:  erational.org	
------------------------------------------------------*/


/* Main tags ------------------------------------*/

html, body {
  margin: 0;
  padding:0;
  background: #fff url(fond.gif) repeat;
  font:x-small  Arial, Verdana, sans-serif;  
  text-align: center; 
}

#main {
	margin: 10px auto;
	width: 721px;
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	text-align: left;
	
}

#content {
	position: relative;
	float: right;
	width: 350px;
	top: -100px;	
}

.spacer {
	clear: both;
}

li {
	list-style-type: none;
	padding: 0 0 0 25px;
	line-height: 125%;
}

a {
	font-size: 12px;
}
li a:hover {
	border-left: 3px solid #000;
	font-size: 18px;
	padding: 0 0 0 10px
}

.gray {color:#666;}
