*{padding:0; margin:0;}
.clear{clear:both;}
hr{width:50%; margin:auto;}
img{border:1px solid black;}
a{color:black;}
h1{margin:10px; margin-bottom:0;}
h2{margin:10px; margin-top:0;}
p{margin-left:10px; margin-right:10px;}
.desc{margin-bottom:30px;}
.statcounter{border:none;}

html{
	height: 100%;
	width: 100%;
}
body{
	position: relative;
	width: 100%;
	height: auto;
	min-width: 900px;
	min-height: 100%;

	font: 11pt verdana,arial,helvetica;
	text-align: left;
	background: url(pg-gfx/gradient2.jpg) repeat-x;
	color: black;
}

/*---------------------------------------------*/

.links div{text-align:center;}
.links{
	z-index: 2;
	position: absolute;
	right: 0;
	top: 100px;
	width: 350px;
	height: 250px;
	line-height: 25px;
	background: url(pg-gfx/frozen-branches.jpg) top right no-repeat;
}
.content div{float:left; width:100%; border-top:1px dotted black; margin:5px;}
.content a img{border:1px solid; float:left; margin:2px;}
.content{
	position: relative;
	float: left;
	clear: left;
	padding-top: 10px;
	padding-right: 350px;
	padding-bottom: 50px;
	font-weight: bold;
}
.header{
	padding: 5px;
	padding-top: 10px;
	height: 80px;
	padding-left: 10px;
}
.footer, .footer-space{
	position: relative;
	width: 100%;
	height: 49px;
}
.footer-space{background:blue; float:left;}
.footer img{border:none;}
.footer div{margin:5px;}
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: none;
	background: white url(pg-gfx/footer-shadow.jpg) top center no-repeat;
	text-align: center;
	font-size: .7em;
}
