#mainwrapper {
	background: black;
}
#maincontent {
	margin-right: 185px;
	min-height: 400px;
width: 550px;
margin-right: 0;
}
* html #maincontent {
	height: 400px;
	width: 547px;
	/*padding: 15px 10px;*/
}
#rightblock {
	width: 185px;
	margin: 0;
	padding: 0;
}
#rightblock IMG {
	display: block;
	margin: 0;
}

#menuwrapper {
	background-color: #000000;
	margin-bottom: 10px;
	width: 100%;
}
#menuwrapper a:link,
#menuwrapper a:visited {
	text-decoration: none;
	color: white;
}
#menuwrapper a:hover {
	text-decoration: underline;
	color: white;
}


#PGtig #maincontent {
	min-height: 600px;
}
* html #PGtig #maincontent {
	height: 600px;
}

#PGstick #maincontent H3 {
	background: #339933;
	color: White;
	clear: left;
	padding: 3px 3px 2px;
}
