body{
	overflow: hidden;
}

#template_table{
	height: 500px;
	width: 950px;
}

#main_manu_content{
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 70px;
}

#left_cell{

}

#content_div{
	border: 0px solid silver;
}

#left_cell{
   width: 1%;
}

#right_cell{
	width: 99%
}


a{
	color: silver;
	text-decoration: none;
	font-family: Verdana;
}

a:hover{
	color: black;
}

#main_manu_content a{
	font-size: 10px;
}

#content_div h1{
	font-family: verdana;
	font-size: 12px;
}
#content_div li{
	font-family: verdana;
	font-size: 11px;	
	color: gray;
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
}

#content_div ul{
	list-style-type: none;


}

.project_info{
	text-align: right;
	color: #808080;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}


