body
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

a,
a:link,
a:visited
{
	color: #74a8f5;
}

a:active,
a:hover
{
	color: #fb9622;
}

#panel
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 270px;
	height: 75px;
	background-image: url("../../img/logosmall.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#panel #designinformation
{
	position: absolute;
	width: 240px;
	left: 90px;
	bottom: 43px;
}

#panel #designinformation h1
{
	font-size: 0.9em;
	color: #939393;
	margin: 0;
	padding: 0;
}

#panel #designinformation h1 strong
{
	color: #85c329;
}

#panel #designinformation h1 em
{
	font-style: normal;
	color: #636363;
}

#panel #navigation
{
	position: absolute;
	bottom: 13px;
	left: 90px;
	width: 140px;
}

#panel #navigation a
{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 0 0px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 26px;
	/*
	text-transform: lowercase;
	*/
}

#panel #navigation a#return,
#panel #navigation a#return:visited
{
	background-image: url("/img/return.gif");
	color: #636363;
}

#panel #navigation a#download,
#panel #navigation a#download:visited
{
	margin: 0 0px 0 0px;
	background-image: url("/img/download.gif");
	color: #636363;
	width: 80px;
}

#panel #navigation a#download:active,
#panel #navigation a#download:hover,
#panel #navigation a#return:active,
#panel #navigation a#return:hover
{
	color: #fb9622;
}

#panel #designinformation a#design,
#panel #designinformation a#design:link,
#panel #designinformation a#design:visited
{
	color: #85c329;
}

#panel #designinformation a#design:active,
#panel #designinformation a#design:hover
{
	color: #fb9622;
}

#advertisement
{
	position: absolute;
	left: 290px;
	bottom: 3px;
	border: 1px solid #c1c1c1;
	padding: 4px;
}

#comments
{
	position: absolute;
	width: 320px;
	left: 340px;
	bottom: 43px;
	font-weight: bold;
	color: #939393;
	font-size: 0.9em;
}

#makecomment
{
	position: absolute;
	bottom: 13px;
	left: 340px;
	width: 200px;
}

#makecomment a,
#makecomment a:visited
{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0 0 0 0px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 26px;
	background-image: url("/img/return.gif");
	color: #636363;
	width: 140px;
}

#makecomment a:hover,
#makecomment a:active
{
	color: #fb9622;
}

