#menu {
	font-family: "anivers", Arial, Helvetica, sans-serif;;
}

p, #home, #footer {
	font-family: Arial, Helvetica, sans-serif;
}

/* #menu, #header, #home, #footer { width: 900px; } */
body {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 40px;
}

/* h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/

h1{
	font-size: 20px;
}

h2{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #91A5BA;
	margin-left: 5px;
}

#menu {
	background-color: black;
}

#menu ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#menu li {
	float: left;
	width: 180px;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:visited, #menu a:link  {
	color: white;
	text-decoration: none;
}

#menu a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover,
#homepage #homepagelink,
#softdev #softdevlink,
#webdev #webdevlink,
#itserv #itservlink,
#contactus #contactuslink
{
	color: grey;
//	background-color: #C8C8C8;
}

#home {
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	margin-left: 15px;
	margin-right: 15px;

}

#footer {
	text-align: center;
	color: #858585;
}

td.table_head {
	font-weight: bold;
	vertical-align: top;
}

