@import "layout.css";
@import url('layout.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	margin:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #b7b9bb;
	background: #000000 url(images/page_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	line-height:20px;
	/* word-spacing:0.1em; */
}

a {
  outline: none;
}

a:link{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height:20px;
	 outline: none;
}

a:visited{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height:20px;
	 outline: none;
}

a:hover{
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 11px;
	color: #eeeeee;
	text-decoration: none;
	line-height:20px;
	 outline: none;
}

a:active {
  outline: none;
}

.latestnews{
	margin:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 9px;
	line-height:14px;
	color: #b7b9bb;
}

h1{
	margin:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,Tahoma,sans-serif;
	font-size: 14px;
	line-height:14px;
	color: #ffffff;
}

li{
list-style-image: url(images/bullet.gif);
}

input{
	background-color: #000000;
	color:#cccccc;
	border:1px solid #555555;
}
