/*
	Antropy Consulting Limited CSS File
*/

/*
	Redefinition
*/
body
{
	background: #959595 url(../images/bg_grey.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 16px;
}
h2
{
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 14px;
}
h3
{
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 12px;
}
p
{
	margin: 0 0 12px 0;
	padding: 0;
}
a img
{
	border: none;
}

/*
	Layout
*/
#container
{
	width: 940px;
	margin: 0 auto;
}
#header
{
	background: url(../images/header.jpg) no-repeat;
	width: 940px;
	height: 158px;
	margin: 0 0 0 0;
}
#header #logo
{
	float: left;
	width: 340px;
	height: 128px;
	margin: 30px 0 0 20px;
	text-indent: -3141px;
	overflow: hidden;
}

/*
	Nav
*/
#nav
{
	background: url(../images/bg_nav_grey.gif) no-repeat;
	width: 940px;
	height: 42px;
}
#nav ul
{
	text-align: center;
	margin: 0;
	padding: 0;
}
#nav ul li
{
	display: inline;
	margin: 0;
	padding: 0 10px 0 7px;
	border-left: 2px solid white;
}
#nav ul li.first
{
	border-left: none;
}
#nav ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}
#nav ul li a:hover
{
	text-decoration: underline;
}

.feature
{
	margin: 0 0 10px 0;
	background: #e9e9e9;
}

/*
	Content
*/
#content
{
	float: left;
	background: url(../images/bg_page_grey.gif) repeat-y;
	padding: 0px 30px 0px 30px;
	width: 880px;
}

/*
	Left Column
*/
#left-col
{
	float: left;
	width: 145px;
	margin: 0 10px 5px 0;
}

/*
	Center Column
*/
#center-col
{
	float: left;
	width: 570px;
	margin: 0 10px 5px 0;
}

/*
	Right Column
*/
#right-col
{
	float: left;
	width: 145px;
	margin: 0 0 5px 0;
}

/*
	Footer
*/
#footer
{
	float: left;
	background: url(../images/bg_footer.gif) no-repeat;
	width: 940px;
	height: 40px;
	text-align: center;
}
#footer ul
{
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 26px;
}
#footer ul li
{
	display: inline;
	margin: 0;
	padding: 0 7px 0 10px;
	border-left: 2px solid white;
}
#footer ul li.first
{
	border-left: none;
}
#footer ul li a
{
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}
#footer ul li a:hover
{
	text-decoration: underline;
}














