body
{
	
	background: #fff;
	font-familiy: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	color: #666; 
}
/* typography */	

h1
{
	font-size: 1.6em;
	line-height: 1.8em;
}

h2
{
	font-size: 1.4em;
}

h3{
	font-size: 1em;
}

table td
{

	margin: 2px;
	padding: 3px;

}

/* general layout parameters */

div#header
{
	background: #FFF;

	border: 0;	
	border-bottom: 10px dotted #E91B20;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 120px;
	width: 750px;
}

div#menu
{
	/* float left */
	position: absolute;
	left: 0;
	padding: 0 5px 0 0;
	background: #FFF;	
	font-size: 0.9em;
	line-height: 14px;
	width: 150px;
}

div#contents
{
	border: 0;	
	padding: 10px;
	margin: 0;
	margin-left: 150px;
	width: 580px;
}

/*menu parameters*/

#menu ul
{
	list-style-type: none;	
	padding: 0;
	margin: 5px;
	text-indent: 10px;
}

#menu li
{	
	margin: 5px;
	margin-left: 0;
	border: 1px solid #B0E0E6;
	list-style-type: none;
	display: block;
	line-height: 20px;
}

#menu li.title
{
	background: #ccc;
	color: #fff;
	font-weight: bold;
}

#menu a 
{
	color: #666;
	text-decoration: none;
	display: block;
}

#menu a:link 
{
	color: #666; 
}

#menu a:visited 
{
	color: #666; 
}

#menu a:hover 
{
	text-decoration: none;
	color: #f60; 
}

#menu a:active 
{
	color: 666; 
	background: #666
}

