/* Base style sheet, "252523.net Index"
 *
 */

/* General style */
* { margin: 0; padding: 0; } /* Resets all blocks */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: transparent url(lib/img/bg.png) left top repeat;
	color: #999;
	font-family: sans-serif;
	font-family: Verdana;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 140%;
	}
a:link { color: #ccc; }
a:visited { color: #ccc; }
a:hover { color: #fff; }

h2 { font-size: 1.4em; }
p { font-size: 80%; margin: .5em; }
#wrap {
	width: 700px;
	margin: 25px auto;
}
img {
	margin-bottom: 10px;
	}

h1 {
	background: transparent url(lib/img/head.jpg) left top no-repeat;
	width: 700px;
	height: 415px;
	display: block;
	border: none;
}
h1 span { display: none; }

div#content {
	padding: 30px 20px;
	line-height: 160%;
/*	background: transparent url(lib/img/duck.jpg) 75% center no-repeat; */
	font-size: 1.2em;
	}
div#content ul {
	padding: .3em 0 .5em 4.5em;
/*	font-size: 1.2em; */
	}
div#foot {
	background: transparent url(lib/img/foot.jpg) left top no-repeat;
	width: 700px;
	height: 90px;
	clear: both;
	}