@import "common.css";
@import "head.css";
@import "nav.css";
@import "main.css";
@import "meta.css";
@import "splash.css";
html {
	/* background:transparent url(../images/concept.jpg) no-repeat left top scroll; */
	background: #c0c0c0;	
}

#top {
   margin: 0 auto;
	background:#9ca9bf url(images/bg2.jpg) no-repeat left top scroll;	
	width:800px;
	border: solid black 1px;
	position:relative;
	
}

h3{
	font-family:"Times New Roman";
	font-size:14px;
	margin-bottom:0px;
}
.comments {display: none;}
.entry {font-size: 12px;}
.entry a:link, .entry a:visited {
	font-size: 12px;
	font-weight: bold;
}
.entry a:active, .entry a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.entry h2 {font-size: 18px;}
.title h2 {font-size: 24px;}
