/*************************** CONTENT CONTAINER SECTION ****************************/

body
{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 70%/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #000;
}


/* keeps all the elements centered */
#centered
{
	position: absolute;
	padding: 0px;
	border: 0px;
	width: 988px;
	height: 442px;
	top: 50%;
	left: 50%;
	margin-left: -494px;
	margin-top: -221px;
	background: url(../img/sitebg.jpg);
}

#centeredhome
{
	position: absolute;
	padding: 0px;
	border: 0px;
	width: 988px;
	height: 442px;
	top: 50%;
	left: 50%;
	margin-left: -494px;
	margin-top: -221px;
	background: url(../img/sitebghome.jpg);
}

#border
{
	position: absolute;
	padding: 0px;
	border: 20px solid #00CC00;
	width: 760px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -200px;
	background: url(../img/sitebg.jpg);
}


#textblock
{
	position: relative;
	display: block;
	margin-top: 50px;
	margin-left: 24px;
	font: 110%/1.2 Verdana, Arial, Helvetica, sans-serif;

}
#textblock a
{
	color: #000;
	height: 26px;
	font-weight: bold;

}
#textblock a:hover
{
	color: #FF0000;
	height: 26px;
	font-weight: bold;

}
#textblock td
{
	width: 914px;
	height: 20px;
	border-bottom: 1px dotted #000;
}

#textblock tr
{
}

#textblock2
{
	position: relative;
	display: block;
	width: 730px;
	margin-top: 10px;
	margin-left: 46px;
}
#textblock2 a
{
	color: #000;
	height: 26px;
	font-weight: bold;

}
#textblock2 a:hover
{
	color: #FF0000;
	height: 26px;
	font-weight: bold;

}

#textblock3
{
	position: relative;
	display: block;
	width: 500px;
	margin-top: 12px;
	margin-left: 46px;
	font: 110%/1.2 Verdana, Arial, Helvetica, sans-serif;

}

#button a {
	display: block;
	width: 100px;
	color: #FFFF00;
	height: 20px;
	font-weight: bold;
	background: #00CC00;
	float: right;
	border: 4px solid #FFFF00;
	margin: 2px;
	text-align: center;
}
#button a:hover {
	display: block;
	width: 100px;
	color: #FFdd00;
	height: 20px;
	font-weight: bold;
	background: #00CC00;
	float: right;
	border: 4px solid #00CC00;
	text-align: center;
}

#textblockhome
{
	position: absolute;
	display: block;
	width: 730px;
	height: 20px;
	top: 350px;
	left: 332px;

	margin-top: 12px;
	margin-left: 56px;
	color: #000;
	height: 20px;
	font-weight: bold;
}
#textblockhome a
{
	color: #000;
	height: 26px;
	font-weight: bold;

}
#textblockhome a:hover
{
	color: #FF0000;
	height: 26px;
	font-weight: bold;

}
#button1 {
	position: absolute;
	display: block;
	left: 700px;
	top: 20px;
	width: 112px;
	height: 16px;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
#button1:hover {
	background: #000;
	color: #fff;
}

#button2 {
	position: absolute;
	display: block;
	left: 830px;
	top: 20px;
	width: 112px;
	height: 16px;
	text-align: center;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	background: #fff;
}
#button2:hover {
	background: #000;
	color: #fff;
}

