body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:90;
	padding:90;
}

body {
	font:normal 100%/160% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
	/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	color:#767676;
	min-width:720px;
	min-height:680px;
	background:white url("img/grli.png") no-repeat 75px top;
}

#site {
	position:relative;
	margin:0 auto 0 auto;
	font-size:80%;
}

#sitehead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:125px;
}

#sitelogo {
	font-size:300%;
	margin:80px 140px 0 140px;
	height:60px;
	border-bottom:2px solid #909090;
}


#sitebody {
	width:100%;
	position:absolute;
	top:0;
	margin:0 50 0 0;
}

#siteleft {
	position:absolute;
	top:0;
	left:-27px;
	margin:160px 0 40px 150px;
	width:auto;
	font-size:90%;
}

#sitemain {
	margin:0 75px 0 260px;
	padding:165px 75px 0 0;
	background:transparent url("img/grre.png") no-repeat right top;
}
	
#siteimp {
	clear:both;
	border-top:1px solid #909090;
	margin:.5em 140px 0 140px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:80%;
	line-height:1.1;
}
#siteimo p {
	margin:0;
	display:inline;
}

#psitenav {
	top:0;
	left:0;
	width:110px;
	position:absolute;
	background:transparent;
}
#sitenav ul {
	margin:0 20px 0 0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#sitenav ul li a, #sitenav ul #curlnk, #sitenav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#5C5C5C;
	border-bottom:1px solid white;
}
#sitenav ul li a:hover {
	color:#292525;
	width:auto;
	border-bottom:1px solid #434343;
}
#sitenav ul #curlnk {
	font-weight:bold;
}

.txtpost {
	width:160px;
	float:left;
	font-size:90%;
	line-height:1.2;
	color:#292525;
	border:1px outset #434343;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.txtpost p {
	margin:0 0 1em 0;
}
.txtpost :last-child {
	margin-bottom:0;
}
.imgpost {
	padding:5px;
	float:right;
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: auto;
	border-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color: #767676;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:none;
}
a:link {
	color:#767676;
}
a:visited {
	color:#434343;
}
a:hover, a:active {
	color:#003399;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
