@charset "utf-8";

body {
	font-family: "georgia", times, serif;
	line-height: 1.3;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	}

#body a	{
	font-size: 13px;
	border-bottom: 1px solid #999;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
	}

#body a:hover {
	color:#FFF;
	border-bottom: 1px solid #999;
	background-color: #000;
	cursor:pointer;
}


#content {
	font-family: "georgia", times, serif;
	line-height: 1.3;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	}
	
#content a	{
	font-size: 13px;
	
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
	}



#content a:hover {
	color:#FFF;
	background-color: #000;
	cursor:pointer;
}

.logolink a:hover {
	cursor:pointer;
	color:#FFF;
	background-color:#FFF;
	border: 0px;
	text-decoration: none;
	line-height: 1;
}

a.titlelink	{
	font-size: 13px;
	border-bottom: 1px solid #999;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	color:#000;
	}

a.titlelink:hover {
	color:#FFF;
	border-bottom: 1px solid #999;
	background-color: #000;
	cursor:pointer;
}

a.medialink	{
	font-size: 1px;
	border-bottom: 0px ;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	color:#000;
	}



.projecttype {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
} 

.projecttitle {
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	background-color: #000;
	color:#FFF;
} 

.smalltext {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	color:#FFF;
	background:#333;
	}

#fillTop {
	height: 70px;
	}

#menu {
	text-align: left;
	height: 350px;
	width: 199px;
	margin-top: 0px;
	margin-left: 0px;
	position:absolute;
}


ul li { margin: 0px -30px 4px;
		list-style:none;
		}

#footer {
	margin: 0px 0px 0px 10px;
	}





