@charset "utf-8";
/* CSS Document */

body {
	background: url(images/bg_gradient.jpg) fixed top repeat-x #C9C9C9;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#bg {
	background: url(images/bg.jpg) fixed center top;
	background-repeat: no-repeat;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}

a {
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#banner {
	background-image: url(images/learn_banner.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 159px;
	font-family: verdana;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}

#button {
	background-image: url(images/light_bar.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 30px;
	font-family: verdana;
	font-size: 10px;
}

#body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 38px;
}

.footer_text {
	font-family: verdana;
	font-size: 11px;
	color: #8F8F8F;
	text-align: center;
}

.mainnavigation {
	background-repeat: no-repeat;
	text-align: center;
	color: #666666;
	font-family: verdana;
	size: 12px;
	font-weight: bold;
}
