body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/** css menu starts here **/
ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/**
a{
	font: sans-serif;
	color: #000066;
	font-size: x-small;
}
**/

/** home **/
a.float{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** Contact Us **/
a.float2{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** Ken Gilbert **/
a.float3{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	border-right: 0px solid white;
	font-size: smaller; /*smaller*/
}

/** Multi-Rater (360°) **/
a.float4{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** "Leadership Circles" **/
a.float5{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** Critical Friends **/
a.float6{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** Clients and Projects **/
a.float7{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** Clients and Projects **/
a.float8{
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	text-decoration: none;
	color: #000066;
	padding: 0.2em 0.5em;
	font-size: smaller; /*smaller*/
}

/** background color for menu **/
a:hover{
	background-image: bg_b.gif;
	color: red;
}

li {
	display: inline
}

/** Border of main area **/
div.border{
	border-style: solid;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: white;
}

/** Border of footer area **/
div.borderfooterleft{
	border-style: solid;
	border-left-width: 10px;
	border-top-width: 10px;
	border-color: #990000;
}

div.borderfooterright{
	border-style: solid;
	border-right-width: 10px;
	border-top-width: 10px;
	border-color: #990000;
}