@charset "utf-8";
/* CSS Document */

body {
	background-color:#E8ECEB;
	font-size:0.8em;
	font-family: Verdana, sans-serif;
	/* background-image: url(../images/background.jpg); 
	background-color:#cacfcd;
	font-family: Futura, sans-serif;*/
	background-repeat: no-repeat;
	background-position: center;

}


#Last-Time{
	width:70%;
	margin:auto;
	padding-bottom:25px;
}
img {
border: none;
}

a:link {
color:#a5c428;
text-decoration: none;
border:none;
outline: none;
}

a:visited {
color:#a5c428;
text-decoration: none;
border:none;
outline: none
}

a:Hover {
text-decoration: underline;
color:#a5c428;
border:none;
outline: none
}




#bar-top {
	background-color:#373737;
	height:100px;
	margin:10px 0 0 0;
}

#Container-Top{
	width:900px;
	margin:auto;
}

#Container {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto;
	padding-bottom: -200px;
}


#Footer {
	text-align:center;
	font-size:80%;
	padding: 15px 0 5px 0;
	padding-top: -200px; /* negative value of footer height */
	height: 200px;
	background-color:#373737;
	/*background-color:#373737;*/
	position:relative;
	} 
	
.clearfooter{
	padding-top:-450px;
	height: 450px;
}

	
#Header{
	height:150px;
	margin: 0px 300px 0px 0;
	padding: 30px 0 0px 00px;
}


div.Headright{
	float:right;
}

#Content {
	padding: 10px 15px 20px 15px;
}

#Content-Top{
	width:100%;
	margin: 20px 10px 10px 10px;
}
#Content-right {
	width:25%;
	float:right;
}

#right-login
{
	padding: 10px 10px 10px 10px;
	border: thin solid #CCC;	
		color:#606060;
}

#right-nano
{
	padding: 10px 10px 10px 10px;
	border: thin solid #CCC;
	margin: 15px 0 0 0;
}

#right-server
{
	padding: 10px 10px 10px 10px;
	border: thin solid #CCC;
	margin: 15px 0 0 0;
	color:#606060;
}

#right-ads
{
	padding: 10px 10px 10px 10px;
	border: thin solid #CCC;
	margin: 15px 0 0 0;
}

#Content-left {
	width:72%;
	padding: 0 0 0 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	padding: 35px 10px 0 0;
}


/* News */

#Content-news {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 5px 0 5px 0;
	color:#606060;
}

#Content-news-first {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 5px 0 5px 0;

	color:#606060;
}



}
/* Headings */

h1{
	font-size:225%;
	font-weight:bold;
	color:#FFF;
	padding: 0px 0 5px 5px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #C03;
	font-variant: small-caps;
}

h2{
	font-size:90%;
	padding: 0 0 0 15px;
}

h3{
	font-size:110%;
	font-weight:bold;
	padding: 0 0 5px 0;
}

h4 {
	font-size:19px;
	color: #a5c428;
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
}


h4 a:link {
	color: #000;
}

h4 a:visited {
	color: #000;
}

h4 a:Hover {
	text-decoration: underline;
}

h5 {
	font-size:14px;
	color: #a5c428;
	font-weight:bold;
	text-decoration: underline;
	text-transform: capitalize;
}

h6 {
	font-size:14px;
	color: #000;
	font-weight:bold;
	text-decoration: underline;
	text-transform: capitalize;
}


/* End Headings */


p.news-postedby{
	font-size:10px;
	color:#666;
}
/* Navigation  262626 */

#Nav {
/*	background-color:#373737; */
	margin: 0 0 0 150px;
	padding: 0 5px 0 0;
}

div#Nav ul {
	text-align:center;
	margin-left: 0px;
	line-height: 26px;
	white-space: nowrap;
	font-weight:bold;
	
	
}

div#Nav li {
	list-style-type: none;
	display: inline;
	font-size:80%;}

div#Nav li a {
	text-decoration: none;
	padding: 10px 10px;
	color:#373737;
	font-size:110%;
	font-weight:bold;
}

div#Nav li a:visited {
    color:#373737;
}

div#Nav li a:hover {
	font-weight: bold;
	color: #C03;
	text-decoration: underline;
}

/* End Navigation */

li {
	margin: 0 0 0 40px;
}


/* General Text */
#text
{
	color:#606060;
}

#textbold
{
	color:#606060;
	font-weight:bold;
}

#textboldred
{
	color:#F00;
	font-weight:bold;
}

.troll { position:absolute; top: 25px; left: 25px; z-index: 10; } 

