body {
	margin: 0;
	background: #545e9f;
	
}

#wholewrapper {
	
	margin: 0 auto;
	width: 1050px;
	border-left: 2px solid #98AFC7;
	border-right: 2px solid #98AFC7;
	background-color: #fff;
	min-height: 800px;
	background: #FFFFCC;
	
}

#banner {
	background: url(images/logo2.jpg) top left no-repeat;
	min-height: 150px;
	background-color: #fff;
	border-bottom: 2px solid #545e9f;
	position: relative;
}

#googsearch {
	position: absolute;
	top: 15px;
	right: 5px;
}

#contentwrapper {
	padding: 10px;
	position: relative;
}

.logo {
	text-align: center;
}

h1 {
	color: #545e9f;
	margin-top: 0px;
	font-family: "century gothic", verdana;
}


.programs {
	width: 700px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background: #fff;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 0;
}

#lastprog.programs {
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}

.header {
	background: #545e9f;
	padding: 5px;
	color: #fff;
	border-bottom: 1px solid #000;
	margin-top: 0;
}

.screenshot img {
	float: left;
	padding-left: 10px;
	
}

.proginfo {
	margin-left: 100px;
	margin-right: 10px;
	
}

.progtab {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tabtop {
	font-weight: bold;
	background: #eee;
	padding-right: 0;
	border-bottom: 1px solid #ccc;
}

.proglink {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-right: 10px;
}

#footer {
	background: #545e9f;
	margin-bottom: 0;
	clear: both;
	
}

#footer a {
	text-decoration: none;
}

#footer p {
	text-align: center;
	padding-top: 5px;
	
	color: #fff;
}

a:link.footlink {
	color: #FFFFCC;
}

a:visited.footlink {
	color: #FFFFCC;
}

a:hover.footlink {
	color: #fff;
}


#yahoorss {
	float: right;
}