@charset "UTF-8";
body {
	font-size:62.5%;
/*	font-family: Arial, Times, serif; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	background-color: #000000;
	padding-top: 20px;
	color: #ccc;
	
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #ccc;
	text-decoration:underline;
}

hr {color:#ccc;}

a:hover {
	color: #000;
	text-decoration:none;
	background-color:#ccc
}


ul {
	list-style-type: none;
}
.clearfloats {
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 1px;
	display: block;
	clear: both;
	width: 100%;
	
}

#pagewrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 551px;
	border: 1px solid #000;
	background-color: #000000;
	
}

#flashwrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border: 1px solid #000;
	background-color: #000000;
	
}

h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size:30px;	
}

h1 a {text-decoration:none;}

h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size:14px;	
}

#lefttext { 
	font-size:12px;
	width:340px;
	clear:none;
	float:left;
	
	}

#orb {
	background-image:url(../img/homeorb.png);
	background-repeat:no-repeat;
	width:81px;
	height:81px;
	clear:none;
	float:left;
	margin:0px 15px 15px 15px;
}

#righttext {
	font-size:12px;
	width:340px;
	clear:none;
	float:right;
}

#footer {
	clear:all;
	width:800px;
	}
	
.copyright {font-size:8px;}