* {
	margin:0;
	padding:0;
	outline:0;
}

body {
	font-family:Verdana;
	font-size:8pt;
}

#ground {
	margin:auto;
	width:1000px;
}

#header {
	height:155px;
	background-image:url(top.gif);
}

#menu-top {
	padding-top:10px;
	padding-left:780px;
	height:40px;
}
ul.top {
	list-style:none;
}
ul.top li {
	display:inline;
	float:left;
	color:#fff;
	padding-left:15px;
}
ul.top li a {
	color:#fff;
	text-decoration:none;
	display:block;
}
ul.top li a:hover {
	color:#000;
	text-decoration:underline;
}

#menu {
	padding:3px 0 0 29px;
	height:42px;
}


.top-stories {
	padding:14px 40px 0 40px;	
}


#container {
	padding:5px 22px 0 30px;
}
html > body #container {
	min-height:290px;
	height:100%;
}

.box {
	width:100%;
}
html > body .box {
	min-height:60px;
	height:100%;
}

.news, .adv {
	width:300px;
	margin-left:5px;
	margin-right:6px;
	margin-bottom:10px;
	float:left;
	display:inline;
	border:1px solid #bababa;
}
html > body .news {
	min-height:250px;
	height:100%;
}
.adv-long {
	margin-bottom:10px;
	float:left;
	display:inline;
}
.news {
	padding-bottom:5px;
	background-image:url(news-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
.adv {
	text-align:center;
}


#foot {
	background-image:url(foot.gif);
	min-height:51px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding:10px 50px 5px 50px;
}
#foot a {
	text-decoration:none;
	color:#000;
}
#foot a:hover {
	color:#fff;
}

h2 {
	color:#ff0000;
	font-size:10pt;
	padding-bottom:3px;
	border-bottom:1px solid red;
	padding-top:3px;
}
h3, h1 {
	color:#fff;
	font-size:11pt;
	margin-top:6px;
}
h2, h3, h1 {
	font-weight:bold;
	padding-left:5px;
}

ul.linky {

	list-style:none;
}
ul.linky li {	
	padding:5px 5px 0 5px;

}
ul.linky li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
ul.linky li a:hover {
	color:red;
	text-devoration:none;
}

img {
	border:0;
}