body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color:#532F17; margin:0px;
}

td {
	font-family:arial; font-size:12px; color:#000000;
	line-height:20px;
}

.smallfont {
	font-size:10px; color:#cccccc;
}

.redheader {
	font-family:"Georgia"; font-size:24px; color:#CE171F;
}

.blackheader {
	font-family:"Georgia"; font-size:24px; color:#000000;
}

.grayheader {
	font-family:"Myriad Pro"; font-size:16px; color:#CCCCCC;
	font-weight:bold;
}

.whiteheader {
	font-family:"Myriad Pro"; font-size:16px; color:#ffffff;
	font-weight:bold;
}

.nav_bg {
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x; height:43px;
}

.black_bg  {
	background-image:url(images/black_bg.jpg);
	background-repeat:repeat-x; height:29px;
	border:solid 1px #4b4b4b;
}

.play_bg {
	background-image:url(images/play_bg.jpg);
	background-repeat:repeat-x; height:27px;
	border:solid 1px #7E4A25;
}

.visit_bg {
	background-image:url(images/visit_bg.jpg);
	background-repeat:repeat-x; height:23px;
	border:solid 1px #dfdfdf;
}

.grayborder {
	border:solid 1px #DFDFDF;
	padding:5px;
}


.footer_bg {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x; height:50px;
}

.welcome_bg {
	background-image:url(images/welcome_bg.jpg);
	background-repeat:repeat-x; background-color:#FFFFFF;
	padding:5px;
}

.skillgames_bg {
	background-image:url(images/skillgames_bg.png);
	background-repeat:repeat-x; background-color:#FFFFFF;
	border:solid 1px #d6d6d6;	
}

.latestblack {
	font-family:"Trebuchet MS"; font-size:12px; color:#000000; line-height:16px;
	font-weight:bold;
}

.latestred {
	font-family:"Trebuchet MS"; font-size:12px; color:#ff0000; line-height:16px;
	font-weight:bold;
}

.redlink:link {
	font-family:"Trebuchet MS"; font-size:12px; color:#ff0000; line-height:16px;
	font-weight:bold; text-decoration:none;
}

.redlink:visited {
	font-family:"Trebuchet MS"; font-size:12px; color:#ff0000; line-height:16px;
	font-weight:bold; text-decoration:none;
}

.redlink:hover {
	font-family:"Trebuchet MS"; font-size:12px; color:#000000; line-height:16px;
	font-weight:bold; text-decoration:underline;
}

.navlink:link {
	font-family:"Myriad Pro"; font-size:15px;
	font-weight:bold; color:#CCCCCC;
	text-decoration:none;
}

.navlink:visited {
	font-family:"Myriad Pro"; font-size:15px;
	font-weight:bold; color:#CCCCCC;
	text-decoration:none;
}

.navlink:hover {
	font-family:"Myriad Pro"; font-size:15px;
	font-weight:bold; color:#ffcc00;
	text-decoration:none;
}
	


