/*-----------------------------------------------------------------------------
Main Style Sheet

version:   1.0
author:    pepper matrix
website:   http://www.peppermatrix.com/
-----------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1B2B33;
}

img {
	text-decoration: none;
	border: none;
}

a{
	text-decoration: none;
}
#entry a {
	background-repeat: no-repeat;
	background-position: center top;
	}
a:link{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#entry { 
	text-align: center;
	padding-top: 260px;
}
#flashcontent embed, #flashcontent object {
	margin-top: 0%;
}
#instruct {
	text-align: center;
	padding-top: 60px;
}
#siteInfo {
	width: 100%;
	float: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 270px 0px 5px 5px;
	color: #fff;
}

#copyright {
	float: left;
	padding: 0px;
	display: block;
	width: 300px;
	clear: right;
}
#tele{
	float: right;
	display: block;
	white-space: nowrap;
	text-align: right;
	margin-right: 5px;
	width: 200px;
}

/* ****/
.content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#entry p, #instruct p {
	color: #fff;
	font-family: Tahoma, Vendana, sans-serif;
	font-size: 11px;
}

#instruct a {
	color: #D7D7D7;
	text-decoration: underline;
}
#instruct a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
#instruct a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

	
