body
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
p, ul
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #565656;
}
h1, h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #310056;
	padding: 0;
	margin: 0;
}
	h1
	{
		font-size: 14pt;	
	}
	h2
	{
		font-size: 12pt;	
	}
hr
{
	color: #310056;
	background-color: #310056;
	border: none;
	clear: both;
	height: 1px;
}
a:link, a:visited
{
	color: #310056;
	text-decoration: none;
}
a:hover, a:active
{
	color: #310056;
	text-decoration: underline;
}
img
{
	border: none;
}
.rightImage
{
	float: right;
	margin: 0 0 10px 10px;
}
.leftImage
{
	float: left;
	margin: 0 10px 10px 0;
}
	#wrap
	{
		width: 761px;
		margin: 10px auto 15px auto;
	}
		#main
		{
			width: 761px;
			text-align: left;
			border: solid 2px #310056;
			float: left;
			margin-bottom: 15px;
		}
			#navColumn
			{
				width: 219px;
				border-right: solid 1px #CCCCCC;
				float: left;
			}
				#nav ul
				{
					list-style-type: none;
					padding: 0;
					margin: 0;
					float: left;
				}
					#nav li
					{
						padding: 0;
						margin: 0;
					}
					#nav li a
					{
						float: left;
						width: 219px;
						border-bottom:1px solid red;
					}
					#nav li span
					{
						display: none;
					}
					#nav .li1 a { background: url(../images/btnClients.gif); height: 30px; }
					#nav .li1 a:hover { background: url(../images/btnClients-over.gif); }
					#nav .li2 a { background: url(../images/btnCandidates.gif); height: 30px; }
					#nav .li2 a:hover { background: url(../images/btnCandidates-over.gif); }
					#nav .li3 a { background: url(../images/btnPositions.gif); height: 31px; }
					#nav .li3 a:hover { background: url(../images/btnPositions-over.gif); }
					#nav .li4 a { background: url(../images/btnResources.gif); height: 33px; }
					#nav .li4 a:hover { background: url(../images/btnResources-over.gif); }
					#nav .li5 a { background: url(../images/btnContact.gif); height: 36px; }
					#nav .li5 a:hover { background: url(../images/btnContact-over.gif); }
					#nav .li6 a { background: url(../images/btnHome.gif); height: 30px; }
					#nav .li6 a:hover { background: url(../images/btnHome-over.gif); }
					
					/* new nav */
					a.one { background: url(../images/btnClients.gif); height: 30px; display:block; width:219px; }
					a.one span{display:none;}
					a.one:hover { background: url(../images/btnClients-over.gif); }
					a.two { background: url(../images/btnCandidates.gif); height: 30px;display:block; width:219px; }
					a.two span{display:none;}
					a.two:hover { background: url(../images/btnCandidates-over.gif); }
					a.three { background: url(../images/btnPositions.gif); height: 31px; display:block; width:219px;}
					a.three span{display:none;}
					a.three:hover { background: url(../images/btnPositions-over.gif); }
					a.four { background: url(../images/btnResources.gif); height: 33px; display:block; width:219px;}
					a.four span{display:none;}
					a.four:hover { background: url(../images/btnResources-over.gif); }
					a.five { background: url(../images/btnContact.gif); height: 36px; display:block; width:219px;}
					a.five span{display:none;}
					a.five:hover { background: url(../images/btnContact-over.gif); }
					a.six { background: url(../images/btnHome.gif); height: 30px; display:block; width:219px;}
					a.six span{display:none;}
					a.six:hover { background: url(../images/btnHome-over.gif); }
					
					
					
			#mainColumn
			{
				float: left;
				width: 540px;
				border-left: solid 1px #310056;
			}
				#body
				{
					padding: 10px;
				}
				#footerMenu
				{
					width: 520px;
					background-color: #DDDDDD;
					padding: 10px;
					border-top: solid 1px #310056;
					font-family: arial, helvetica, sans-serif;
					font-size: 8pt;
					color: #585858;
					font-weight: normal;
					text-align: center;
				}
					#footerMenu ul
					{
						list-style-type: none;
						margin: 0;
						padding: 0 0 10px 0;
					}
						#footerMenu ul li
							{
								display: inline;
							}
					#footerMenu a:link, #footerMenu a:visited
					{
						font-size: 8pt;
						font-weight: normal;
						text-decoration: none;
					}
					#footerMenu a:hover, #footerMenu a:active
					{
						text-decoration: underline;
					}
	.tagline
	{
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		color: #310056;
	}