@charset "UTF-8";
@font-face {
    font-family: 'news_cycleregular';
	src: url(../css/newscycle-regular-webfont.woff) format('woff'); 
	 font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HattoriHanzoLight';
	src: url(../css/Hattori_Hanzo-webfont.woff) format('woff'); 
	 font-weight: normal;
    font-style: normal;
}



body { 
	background-image : url(../Wallpaper.jpg);
	color:#330;
	font-family:  "Agency FB",Helvetica, Arial, sans-serif;
	font-size:16px;

}
a { color:#e5eb0b;
		font: bold 0.7em sans-serif;
		}
h1 {
   font: 400 50px/0.8 'Great Vibes', Helvetica, sans-serif;
  color: #fff;
  text-shadow: 4px 4px 3px rgba(0,0,0,0.2); 

	}
#container {
	width : 800px;
	margin-left: auto;
    margin-right: auto;
    padding: 0;
	
	border-radius: 0px 0px 10px;
	overflow:hidden;
	 }
#logo {
	width:770px;
	height:100px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	
		}
#left-links {float:left;
width:340px; position:relative; top: 40px;
word-spacing:1em;
z-index:999;}

#right-links {float:left;
	position: relative;
	width: 320px;
	top: 40px;	word-spacing: 1em;
	z-index:999;
}

#image {width:98px;
		height:100px;
		float:left;
		border-radius:49px;
		overflow:hidden;
		z-index:2;
		box-shadow: 0px 5px 5px 0px #333333;
		}
#logo_glass {
	border: 0px solid rgba(0,0,0,0.5);
	left: 0px;
	top: 65px;
	z-index: 3;
	position: absolute;
	height: 102px;
	width: 100%;
	background: rgba(0,0,0,0.01);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3); /*color: #69F*/
	;

	 }
#darkline {
	width: 100%;
	height: 60px;
	background: #627d4d; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #627d4d 0%,#1f3b08 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	left: 0px;
	top: 87px;
	position: absolute;
	z-index: -1;
	border-bottom: 1px solid #303442;
}
	
footer { text-align:center;
			color:#C5EB41;
			text-transform:capitalize; font-size:smaller; }
			
#topmost { width:800px;
			margin-left:auto;
			margin-right:auto;
}

p { font-family: HattoriHanzoLight; }