<!--
body {
	font-family:arial,sans-serif;
	background-color:#ffffff;
	color:#000000;
	margin:0px;
}
a {
	text-decoration:underline;
	color:#0000ff;
}
h3 {
	font-weight:bold;
}
td, li {
	text-align:left;
}
td {
	vertical-align:top;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:157px;
	text-align:center;
	background-color:#ffffff;
	z-index:1;
}
#logo a {
	width:100%;
	display:block;
}

#title {
	position:absolute;
	top:0px;
	left:0px;
	height:51px;
	background-color:#625681;
	color:#ffffff;
	width:100%;
}
#title h2 {
	font-weight:normal;
	margin:0px;
	padding:20px 20px 0px 167px;
}

#search {
	position:absolute;
	top:20px;
	right:10px;
	margin:0px;
	padding:0px;
}

#friendatwork {
	position:absolute;
	top:51px;
	left:0px;
	width:100%;
	background:url('../images/logo_friendatwork.gif') repeat-x;
	height:50px;
}

#phone {
	position:absolute;
	top:101px;
	left:0px;
	background-color:#271147;
	color:#ffffff;
	text-align:right;
	height:20px;
	width:100%;
}

#phone h3 {
	font-weight:normal;
	margin:0px;
	padding:1px 10px;
	white-space:nowrap;
	font-size:15px;
}

#menu {
	position:absolute;
	top:121px;
	left:0px;
	background-color:#99c494;
	width:210px;
	float:left;
	z-index:1;
	height:100%;
}
* html #menu{ /*IE only rule, to negate the padding below IE includes in menu width. */
	width:192px;
}
#menu ul {
	list-style:none;
	margin:20px 0px;
	padding:0px;
}
#menu a {
	padding:4px 4px 4px 8px;
	display:block;
	width:198px;
	color:#000000;
	text-decoration:none;
}
html>body #navigation a{ /*Non IE rule */
	width:auto;
}
#menu a:hover {
	background-color:#c8e0d8;
	color:#333333;
}


#content {
	position:absolute;
	top:140px;
	left:0px;
	right:60px;
	text-align:justify;
	border-left:210px solid #99c494;
	padding-left:25px;
}
#content h2, #content h3 {
	font-weight:normal;
	margin:0px;
}

#footer {
	text-align:right;
}

-->
