body {
	margin: 0;
	padding: 0;
	background: #fcfcfc url(images/background.jpg) repeat-x top left;
	font-family: verdana, arial, sans-serif;	
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 35px;
	display: inline;
	float: right;
	margin-right: 75px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #74cedc;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(images/menudivider.jpg) no-repeat center right;
}

#menu a.current-page {
	color: #fff;
}

#menu a.last {
	background: none;
}

#menu a:hover {
	text-decoration: underline;
}

img.block {
	display: block;
}


#header {
	background: url(images/header.jpg) no-repeat top left;
	width: 1000px;
	height: 144px;
}

#subheader {
	background: url(images/subheader.jpg) no-repeat top left;
	width: 1000px;
	height: 103px;
}

#submiddle {
	width: 1000px;
	height: 475px;
	float: left;
	background: url(images/submiddle.jpg) no-repeat top left;
}

table.subcontent {
	width: 700px;
	margin-left: 175px;
}

#clicktoplay {
	float: right;
	margin-right: 140px;
	border: 0;
}

#left {
	float: left;
	background: url(images/left.jpg) no-repeat top left;
	width: 579px;
	height: 459px;
}

#left .content {
	color: #3f7884;
	padding-left: 165px;
	padding-right: 60px;
	line-height: 18px;
}

a {
	color: #3f7884;
}

table#quadrants {
	border-collapse: collapse;
}

#quadrants td {
	margin: 0;
	padding: 0;
}

#quadrants img {
	border: 0;
}

#right {
	float: right;
	background: url(images/right.jpg) no-repeat top left;	
	width: 421px;
	/* height: 459px; */
}

#right img {
	border: 0;
}

#right .content {
	padding-left: 3px;
}

#right #showcase {
	background: url(images/showcase-background.jpg) no-repeat top left;
	width: 268px;
	height: 117px;

}

#right #showcase .content {
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 20px;
}

#right #showcase .content a {
	color: #488a96;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

#copyright {
	color: #626262;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 11px;
}

.toggle {
	display: block;
	text-decoration: none;
	color: #75cedc;
	font-size: 18px;
	font-weight: bold;
}

#bmenu {
	height: 35px;
	text-align: center;
}

#bmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bmenu li {
	display: inline;
}

#bmenu a {
	color: #505050;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bmenu a.current-page {
	color: #fff;
}

#bmenu a.last {
	background: none;
}

#bmenu a:hover {
	text-decoration: underline;
}

td {
	vertical-align: top;
}

.error {
	color: red;
}

.program {
	background-color: #f1f5f8;
	padding: 20px;
	border-top: solid #ff003a 3px;
	margin-bottom: 20px;
}

