*,html,body {
	margin: 0;
	padding: 0;
}

body{
	text-align: left;
	color: #666;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.75em;
	background: #fff;
}

ul.nav{
	text-transform: UPPERCASE;
	font-size: 1.2em;
	margin: 30px 0 30px 0;
	width: 785px;
	float: left;
}
ul.nav li{
	float: left;
	list-style: none;
	vertical-align: bottom;
	text-align: center;
	margin-right: 0;
}
ul.nav li.current{
	font-weight: bold;
}
ul.nav li a{
	display: block;
	height: 70px;
}
ul.nav li a span{
	display: none;
}
ul.nav li.current a:hover{
	cursor: default;
}
ul.nav li#bookkeepingnav a{
	width: 314px;
	height: 70px;
	background: url('../images/1-2-bookkeeping-inactive.jpg')
}
body#bookkeeping ul.nav li#bookkeepingnav a{
	width: 314px;
	height: 70px;
	background: url('../images/3-bookkeeping-active.jpg')
}
ul.nav li#homenav a{
	width: 266px;
	height: 70px;
	background: url('../images/2-3-home-inactive.jpg')
}
body#home ul.nav li#homenav a{
	width: 266px;
	height: 70px;
	background: url('../images/1-home-active.jpg')
}
ul.nav li#creditcontrolnav a{
	width: 205px;
	height: 70px;
	background: url('../images/1-credit-control-inactive.jpg')
}

body#creditcontrol ul.nav li#creditcontrolnav a{
	background: url('../images/2-credit-control-active.jpg')
}

body#bookkeeping ul.nav li#creditcontrolnav a{
	background: url('../images/3-credit-control-inactive.jpg')
}

h1,h2,h3,h4,h5,h6{
	color: #666;
	font-weight: bold;
}
* html div.page{
	height: 560px;
}
div.page{
	background: transparent url('../images/pencil.jpg') no-repeat top left;
	width: 785px;
	min-height: 560px;
	clear: left;
}

* html div.content{
	height: 330px;
}
div.content{
	margin-left: 120px;
	margin-right: 30px;
	min-height: 330px;
}

div.content p{
	margin-bottom: 1em;
}

div.left,div.right{
	float: left;
	width: 43%;
	margin: 2px 2px 2px 30px;
}
* html div.left,* html div.right{
	width: 40%;
}
div.right{
	float: right;
}

h1,h2{
	font-size: 1em;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #666666;
}

div.clearboth{
	clear: both;
	height: 0;
	width: auto;
}
* html div.footer{
	height: 100px;
}
div.footer{
	background: transparent url('../images/sharpener.jpg') no-repeat bottom right;
	padding-left: 90px;
	padding-right: 175px;
	margin-right: 30px;
	min-height: 100px;
	color: #000;
	font-size: 1.1em;
}

div.footer a{
	color: #000;
	text-decoration: none;
}

span.black{
	color: #000;
}

div.footer a:hover{
	text-decoration: underline;
}

a.email,div.registered{
	float: left;
	width: 45.5%;
}
div.registered{
	text-align: right;
	font-size: 0.7em;
	text-transform: UPPERCASE;
}

a.shine{
	font-size: 0.8em;
	float: right;
	margin: 2em 2em 0 0;
	text-decoration: none;
}
a.shine:hover{
	text-decoration: underline;
}