html, body	{height: 100%; width: 100%}
* {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100.01%;
   	font-style: normal;
	text-align: left;
	color: #000;
	line-height: 1.25;
}
body	{
	font-size: 14px;
	background-color: #ffffff;
}
/* @group all */
.comment	{
	font-size: 10px;
	margin:	0px;
}
.ctr	{
	text-align: center;
}
/* @end */

/* @group boxes */
div.main	{
	width: 1024px;
}
div.header	{
	height: 227px;
}
div.contentbox	{
	width: 744px;
	float: right;
	margin-left: 60px;
	font-size: 1.3em;
}
div.contentbox p	{
	margin: 40px 0px 0px 0px;
}
div.contentbox p+p	{
	margin: 6px 0px 0px 0px;
}
div.contentbox p b	{
	font-size: 1.4em;
	color: #a60602;
}
div.footer	{
	clear: both;
	height: 14px;
	width: 1024px;
	text-align: left;
	font-size: 0.7em;
	color: #444444;
	margin-left: 280px;
}

/* @end */

/* @group navigation */
div.navibox	{
	width: 220px;
	float: left;
	font-size: 1.4em;
}
div.navibox ul	{
	list-style-type: none;
	margin-left: 20px;
}
div.navibox ul li	{
	margin-top: 20px;
	margin-bottom: 5px;
	height: 25px;
	text-shadow: 0.1em 0.1em 0.2em #666;
}
div.navibox ul li+li	{
	margin-top: 5px;
	margin-bottom: 5px;
}
div.navibox a, div.navibox a:visited	{
	color: #ff4944;
	text-decoration: none;
}
div.navibox a:focus, div.navibox a:hover	{
	color: #a60602;
	text-decoration: none;
}
div.navibox div	{
	margin: 20px 20px;
	border: 0px;
}
div.contentbox>a, div.contentbox>a:visited	{
	display: block;
	color: #ff4944;
	text-shadow: 0.1em 0.1em 0.2em #666;
	margin: 20px 0px -30px 630px;
	text-decoration: none;
}
div.contentbox>a:focus, div.contentbox>a:hover	{
	color: #a60602;
	text-decoration: none;
}
/* @end */

/* @group tags */
img.dwnld	{
	margin-top: 4px;
	margin-bottom: 4px;
	border: 3px;
	border-color: #9d8d71;
	border-style: groove;
}
/* @end */