@charset "utf-8";
/* CSS Document */

BODY	{
	background-color: black;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#content	{
	padding-top: 5px;
	padding-left: 88px;
	padding-right: 140px;
	padding-bottom: 76px;
	z-index: 2;
}

#navbar	{
	width: 250px;
	height: 380px;
	z-index: 2;
}

#showbox	{
	width: 500px;
	height: 380px;
	z-index: 2;
}

#maintab	{
	width: 800px;
	background-color: white;
	padding: 8px;
	z-index: 2;
}

H1	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
}

P	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

li	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

td	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}

img	{
	border: none;
}

.feedback	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	font-stretch: expanded;
	line-height: 25px;
	text-indent: 25px;	
}

.overlay	{
	padding-top: 150px;
	padding-left: 150px;
	z-index: 1;
}

a.invisible:active	{
  outline: none;
}

a.invisible:visited	{
	outline: none;
}
