
 #aboutContent {
	position: absolute;
	top: 120px;
	left: 328px;
	overflow: hidden;
	border:0;
	margin:0;
	padding:0;
	font-size: 10px;
	letter-spacing: 1px;
	line-height:15px;
}

 #btn_curriculum 
 {
	position: absolute;
	top: 40px;
	left: 320px;
}
#btn_text 
 {
	position: absolute;
	top: 40px;
	left: 510px;
}
#btn_link 
 {
	position: absolute;
	top: 40px;
	left: 700px;
	font-size: 11px;
}


.links
{
	text-align:center;
	width:150px;
	border:solid 1px #333;
	padding-top:5px;
	padding-bottom:5px;
}
.links_active
{
	width:150px;
	border:solid 1px #fff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


.btn_links a:link, a:visited
{
	color:#000;
	width:150px;
	font-size: 11px;
}
.btn_links a:hover, a:active
{
	color:#ff0000;
	font-size: 11px;
}
 #aboutContent a:link, a:visited
{
	color:#000;
	width:150px;
}
 #aboutContent a:hover, a:active
{
	font-size: 11px;
	color:#ff0000;
	width:150px;
}
li {
	list-style-type:square;
	font-size: 11px;
}