/***********************************************   Styles for rounded corners ***********************************************/
b.rtop, b.rbottom {
	display:block
	}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;    
	overflow: hidden; 
	background: #FFF
}
b.r1 {
	margin: 0 5px
}
b.r2 {
	margin: 0 3px
}
b.r3 {
	margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
/***************************************************   HTML Element Styles ***************************************************/
body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #a3ffff;
	background-image:url(../images/earthbg.jpg);
	background-position:left;
	background-attachment:fixed;
	background-color: #000;
	background-repeat: repeat-y;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	color: #a3ffff;
	height: 20px;
	background: url(../images/lpanbg1.png) repeat-x center left;
}
h2 {  
	font-size: 13px;  
	font-weight: bold;  
	color: #81fffb;
}
h3 {  
	font-size: 11px;  
	font-weight: bold;  
	color: #81fffb;
	height: 18px;
	background: url(../images/lpanbg1.png) repeat-x center left;
}
.title {  
	margin-top: 240px;  
	margin-left: -50px;  
	background: #FFF;
	background: url(../images/border-top.png);
}
.ltop {  
	margin-top: 240px;  
	margin-left: -50px;  
	background: #FFF;
	background: url(../images/border-top.png);
}
.subtitle {  
	font-size: 12px;  
	font-weight: bold;  
	color: #A3FFFF;  
	padding-left: 10px;  
	padding-right: 10px;  
	background: #000;
}
#lpanel .heading {  
	background-color: #690;  
	font-size: 20px;  
	font-weight: bold;  
	color: #FFF;  
	padding: 0px;  
}
#lpanel a {
	color: #81fffb;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/lpanbg1.png) repeat-x center left;
}
#lpanel a:hover {
	color: #b2f8f6;
	background: url(../images/lpanbg2.png) repeat-x center left;
}
a {  
	color: #e5fafa;  
	text-decoration: none;  
	padding: 1px; 
	font-weight: bold;
}
a:hover {  
	color: #e2f8f8;   
}
img {
	padding: 2px;
	background-color: #80dddd;
	border: 8px #002525 solid;;
	border-left: 8px #001616 solid;
}
img.rt {
	float: right;
	padding: 2px;
	background-color: #80dddd;
	border: 8px #002525 solid;
	border-right: 8px #001616 solid;
}
img.cen {    
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 2px #80dddd solid;
}
p.postInfo {
  	text-align: right;
 	font-size: 10px;
  	color: #a3FFFF;
  	background:inherit;
}
/* Search Styles
---------------------------------- */
#SearchForm .searchbox {
	padding: 0px;
  	/*border: 1px solid #80dddd;*/
  	color: #002525;
}

/***************************************************   Site Layout Containers ***************************************************/
#header {
	z-index: 2; 
	top: 0px;
	position: absolute;
	width: 1024px;
	height: 200px;
	background: url(../images/banner.jpg) no-repeat;
}
#title {
	z-index: 1;
	top: 200px;
	position: absolute;
	width: 1024px;
	height: 100px;
	background: url(../images/border-top.png) no-repeat;
	text-align:center;
}
#lpanel {
	z-index: 2;
	position: absolute;
	top: 200px;
	text-align: center;
	line-height: 40px;
	width: 214px;
	height: 355px;
	vertical-align: middle;
	background: url(../images/menu-bg.png) no-repeat;
}
#adpanel {
	z-index: 2;
	position: absolute;
	top: 555px;
	width: 214px;
	height: 640px;
	background: url(../images/ad-bg.png) no-repeat top left;
}
#ads {
	position:inherit;
	margin: 25px 0px 0px 33px;
}
#top-bg {
	z-index: 1;
	position: absolute;
	top: 300px;
	min-height: 195px;
	background: url(../images/border-right.png) repeat-y;
}
#top-left {
	width: 362px;
	margin-left: 240px; 
	/*min-height: 170px;
	max-height: 175px;*/
}
#top-right {
	z-index: 2;
	position: absolute;
	top: 300px;
	width: 362px;
	margin-left: 602px; 
}
#con-bg {
	z-index: 1;
	position: absolute;
	top: 495px;
	background: url(../images/border-right.png) repeat-y;
}
#stretch {
	position: relative;
	width: 1024px;
}
#content {
	width: 724px;
	margin-left: 240px; 
	min-height: 900px;
}
#footer {
	position: absolute;
	z-index: 1;
	width: 1024px;
	height: 100px;
	background: url(../images/border-bottom.png) no-repeat;
}
#footerpad {
	margin-right: 45px;
	text-align: right;
}

