body, html {
	margin: 0 0 20px 0;
	padding: 0;
        background: #667175 url(../cssimages/body_bg_light.jpg) top left repeat-x;
        background-attachment: fixed;
        font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff;
        font-size: 11px;
        color:#000000;
}

.copyright {
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff; 
	font-size: 10px;
	color: #000000;
}

img {
	border:0
}

	
A:link {
	COLOR: #e6ffff
}
A:active {
	COLOR: #e6ffff
}
A:visited {
	COLOR: #e6ffff
}
A:hover {
	COLOR: #ecd237;
}

h1 {
	margin: 0 auto; font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff;  font-size: 11px; color: #ddf1f9; font-weight: bold; text-decoration: none; display: block; overflow: hidden;
}

#layout-header {
        width: 791px;
        height: 214px;
        background: url(../cssimages/header_light.jpg) top left no-repeat;
}

#layout-header ul {
	margin: 0;
	left:156px; 
	top:149px;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#layout-header li {
	margin: 0;
	padding: 0;
	float: left;
	}

#layout-header li a {
	text-decoration: none;
	text-indent: -1000em;
	outline: 0;
	}

#layout-footer {
        width: 791px;
        height: 32px;
        background: url(../cssimages/footer.png) top left no-repeat;
}
	
#navNews a {
	display: block;
	width: 98px;
	height: 32px;
	background: url(../cssimages/nav_news.gif) 0 0 no-repeat;
	}
#navNews a:hover {
	background: url(../cssimages/nav_news.gif) 0 -32px no-repeat;
	}
#navNews.selected a,
#navNews.selected a:hover {
	cursor: default;
	background: url(../cssimages/nav_news.gif) 0 -32px no-repeat;
	}
	
#navGames a {
	display: block;
	width: 117px;
	height: 32px;
	background: url(../cssimages/nav_games.gif) 0 0 no-repeat;
	}
#navGames a:hover {
	background: url(../cssimages/nav_games.gif) 0 -32px no-repeat;
	}
#navGames.selected a,
#navGames.selected a:hover {
	cursor: default;
	background: url(../cssimages/nav_games.gif) 0 -32px no-repeat;
	}

#navBusiness a {
	display: block;
	width: 138px;
	height: 32px;
	background: url(../cssimages/nav_business.gif) 0 0 no-repeat;
	}
#navBusiness a:hover {
	background: url(../cssimages/nav_business.gif) 0 -32px no-repeat;
	}
#navBusiness.selected a,
#navBusiness.selected a:hover {
	cursor: default;
	background: url(../cssimages/nav_business.gif) 0 -32px no-repeat;
	}
	
#navContact a {
	display: block;
	width: 138px;
	height: 32px;
	background: url(../cssimages/nav_contact.gif) 0 0 no-repeat;
	}
#navContact a:hover {
	background: url(../cssimages/nav_contact.gif) 0 -32px no-repeat;
	}
#navContact.selected a,
#navContact.selected a:hover {
	cursor: default;
	background: url(../cssimages/nav_contact.gif) 0 -32px no-repeat;
	}

#nav ul:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
	}
#nav ul{
	display: inline-block;
	}


#layout-body { margin: 0 auto; width: 791px; min-height: 1px; text-align: left; background: url(../cssimages/body_container_light.jpg) repeat-y left top; height: auto; }

#news-container { margin: 0 auto; width: 582px; min-height: 25px; text-align: left; background: url(../cssimages/news_container_light.jpg) repeat-y left top; height: auto; }

#news-header { margin: 0 auto; width: 582px; height: 37px; text-align: left; background: url(../cssimages/news_header_light.jpg) no-repeat left top; overflow: hidden;}

#news-footer { margin: 0 auto; width: 582px; min-height: 11px; text-align: left; background: url(../cssimages/news_footer_light.png) no-repeat left top; height: auto;}

.newsBlock {
	padding-right:25px;
	padding-left:10px;
	margin-bottom: 0px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff; 
	font-size: 11px;
	color: #000000;
	display: block;
	overflow: hidden;
	}
	
p {
	padding-right:25px;
	padding-left:10px;
	margin-bottom: 10px;
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff; 
	font-size: 11px;
	color: #000000;
	display: block;
	overflow: hidden;
}
	
.newsHeader { padding-right:5px; padding-left:5px; padding-top:5px; font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode, Verdana, sans-seriff;  font-size: 11px; color: #ddf1f9; font-weight: bold; text-decoration: none; display: block; overflow: hidden; }