/**************************

BASIC 

***************************/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}

body {
  font: 76%/110% Georgia, Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  background:#000 url(../images/background1280.jpg) center fixed;
}

ul,li {
	list-style-type: none;
}

* html, body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other IE versions */
}

.clear {
  clear: both;
}

img {
  border: 0;
}	

.left {
  text-align: left;
}

.center {
  text-align: center;
}

A:link {color: #000; text-decoration: none;}
A:visited {color: #000; text-decoration: none;}
A:active {color: #000; text-decoration: none;}
A:hover {color: #fff; text-decoration: none;}

div.hr {
  margin-top: 5px;
  height: 1px;
  background: #fff url(../images/hr_lightGrey.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}


/**************************

BASIC 

***************************/

#content {
	width: 800px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 800px;
	height: 119px;
	}

#left {
	float: left;
	margin-bottom: 20px;
}

#news {
	margin: 20px 5px 0 14px;
	color: #acacac;
}

#news p {
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 17px;
}

#news p span {
	font-size: 100%;
	margin-bottom: 10px;
}

#news p h2 {
	font-size: 110%;
	margin-bottom: 10px;
}

#news div.hr {
  	margin: 5px -5px 0 -14px;
  	height: 30px;
  	background: #fff url(../images/news_hr.gif) no-repeat center;
}

#news div.hr hr {
	display: none;
}

#news ul {
	margin: 10px 0;
}

#news li {
	margin: 0 0 0 15px;
	list-style-type: square;
}

.content_bg {
	width: 100%;
	background: url(../images/content_bg.gif);
}

#right {
	width:256px;
	float: left;
	text-align: center;
}

#right p {
	margin: 3px 10px 20px 0;
	background: #deddde url(../images/coverage_bg.gif) no-repeat bottom right;
	height: 550px;
}

#right span {
	font-size: 80%;
	color: #acacac;
	
}

#right p img {
	margin: 0 0 10px 0;
}

#footer {
	position: relative;
	width: 790px;
	margin: 5px 0 0 5px;
	bottom: 5px;
	clear: both;
	color: #acacac;
}

#right a,
#footer a,
#news a {
	color: #acacac;
}

#right a:hover,
#footer a:hover,
#news a:hover {
	background-color: #6f6f6f ; 
	color: #fff;
}

