#TOP {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	width: 800px;
	height: 40px;
	
	margin-left: auto;
	margin-right: auto;

	padding-top: 0px;
	padding-bottom: 10px;
}

#setLogo {
	float: left;
	border-width: 0px;
}

#title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;

	position: relative;
	padding-top: 20px;
}

#NAVIGATOR {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;

	border-style: solid;

	border-top-color: red;
	border-bottom-color: black;

	width: 800px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;

	position: relative;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	font-size: 12px;
}

#CONTENT {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	width: 800px;

	margin-left: auto;
	margin-right: auto;

	position: relative;
	margin-top: 10px;
	padding: 10px;

	font-size: 12px;
	line-height: 20px;
}

#BOTTOM {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;

	border-style: solid;

	border-top-color: red;
	border-bottom-color: black;

	width: 800px;
	height: 31px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;

	position: relative;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	font-size: 12px;
}

body {
	background-image: url("../images/bg_keyboard_.jpg");
	background-repeat: no-repeat;
	background-position: 70% 100%;
	background-attachment: fixed;
}

h1 {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	width: 800px;
	
	margin-left: auto;
	margin-right: auto;

	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;

	padding-top: 10px;
	padding-bottom: 0px;

	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	border-width: 0px;
	border-style: solid;
	border-color: black;

	width: 800px;
	
	margin-left: auto;
	margin-right: auto;

	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;

	padding-top: 10px;
	padding-bottom: 0px;

	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}


A:link    {color:#555555;text-decoration:none;}
A:visited {color:#555555;text-decoration:none;}
A:active  {color:#555555;text-decoration:none;}
A:hover  {color:red;text-decoration:none;}


a.strong {
	color: red;
}

.strong {
	color: red;
}


img {
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

img.limitWidth
{
	width: 500px;
}

li {
	line-height: 25px;
}

table.thin
{
	border-width:1px;
	border-style:solid;
	border-spacing:1px;
	
	background-color:black;
	
}

tr.thin
{
	background-color:white;
}

td.thin
{
	border:1px solid #000000;
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

th.thin
{
	border:1px solid #000000;
	padding-top:5px;
	padding-bottom:5px;
}