/*
* {
	outline: red solid thin;
}*/


body, div, p, ul, h1, h2, h3, h4, h5, h6, form, a, img, hr {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: white;
	background-color: black;
	background-image: url(/zenit/web.nsf/pages/background/$file/bg-page2.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

a, a:hover, a:active, a:visited { 
	color: white;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

p#skip {
	position: absolute;
	left: -500px;
	top: -100px;
}

/* page */

div#pagewrapper {
	width: 95%;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#page {
	padding: 0 0 53px 0;
	background-image: url(/zenit/web.nsf/pages/background/$file/bg-page.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* header */

div#header {

}

h1 {
	position: absolute;
	top: 100px;
	left: 770px;
}

h1.home  {
	position: absolute;
	top: 170px;
	left: 760px;
}

h1 span {
	display: none;
}


/* content 

see content.css

*/

p#totop {
	padding: 15px 0 40px 0;
}

p#totop a {
	display: block;
	/* 	
		image replacement - http://kryogenix.org/code/browser/lir/
		(requires box model hack for IE 5.X)
	*/
	padding-top: 13px; /* height of the replacement image */
    height: 0;
    overflow: hidden;
    background-image: url(/zenit/web.nsf/pages/totop/$file/totop.gif);
    background-repeat: no-repeat;
    margin: 0 0 0 18px;
	width: 20px;
}

