@charset "utf-8";
/* CSS Document */
body{
	background:black url(../skins/black_tan/body_bg.jpg) top center no-repeat;
}
/*header*/
#header .search{
	background: url(../skins/black_tan/search_bg.jpg) left no-repeat;
}
/*tabs*/
#tab_home a{
	background:url(../skins/black_tan/tabs/tab_home.jpg) left no-repeat;
}
#tab_home a:hover{
	background:url(../skins/black_tan/tabs/tab_home.jpg) right no-repeat;
}
#tab_home .selected{
	background:url(../skins/black_tan/tabs/tab_home_selected.jpg) left no-repeat;
}
#tab_footbag a{
	background:url(../skins/black_tan/tabs/tab_footbag.jpg) left no-repeat;
}
#tab_footbag a:hover{
	background:url(../skins/black_tan/tabs/tab_footbag.jpg) right no-repeat;
}
#tab_footbag .selected{
	background:url(../skins/black_tan/tabs/tab_footbag_selected.jpg) left no-repeat;
}
#tab_webdesign a{
	background:url(../skins/black_tan/tabs/tab_webdesign.jpg) left no-repeat;
}
#tab_webdesign a:hover{
	background:url(../skins/black_tan/tabs/tab_webdesign.jpg) right no-repeat;
}
#tab_webdesign .selected{
	background:url(../skins/black_tan/tabs/tab_webdesign_selected.jpg) left no-repeat;
}
#tab_doityourself a{
	background:url(../skins/black_tan/tabs/tab_doityourself.jpg) left no-repeat;
}
#tab_doityourself a:hover{
	background:url(../skins/black_tan/tabs/tab_doityourself.jpg) right no-repeat;
}
#tab_doityourself .selected{
	background:url(../skins/black_tan/tabs/tab_doityourself_selected.jpg) left no-repeat;
}
#tab_games a{
	background:url(../skins/black_tan/tabs/tab_games.jpg) left no-repeat;
}
#tab_games a:hover{
	background:url(../skins/black_tan/tabs/tab_games.jpg) right no-repeat;
}
#tab_games .selected{
	background:url(../skins/black_tan/tabs/tab_games_selected.jpg) left no-repeat;
}
#tab_misc a{
	background:url(../skins/black_tan/tabs/tab_misc.jpg) left no-repeat;
}
#tab_misc a:hover{
	background:url(../skins/black_tan/tabs/tab_misc.jpg) right no-repeat;
}
#tab_misc .selected{
	background:url(../skins/black_tan/tabs/tab_misc_selected.jpg) left no-repeat;
}
/*content*/
#content_wrapper{
	background:url(../skins/black_tan/content_bg_repeat.gif) top repeat-y;
}
#content_container{
	background:url(../skins/black_tan/content_bg.gif) top no-repeat;
}
.by{
	color:black;
}
.author{
	color:#e7c85b;
}
#content_top{
	background:url(../skins/black_tan/content_bg_top.gif) no-repeat;
}
#content_btm{
	background:url(../skins/black_tan/content_bg_btm.gif) no-repeat;
}
/*left_column*/
#left_nav{
	background:url(../skins/black_tan/nav_bg.gif) left repeat-y;
}
#left_nav_top{
	background:url(../skins/black_tan/nav_title_bg.gif);
}
#left_nav .title{
	color:white;
}
#left_nav_btn_up a{
	background:url(../skins/black_tan/button_up.gif) left no-repeat;
}
#left_nav_btn_up a:hover{
	background:url(../skins/black_tan/button_up.gif) right no-repeat;
}
#left_nav_btn_down a{
	background:url(../skins/black_tan/button_down.gif) left no-repeat;
}
#left_nav_btn_down a:hover{
	background:url(../skins/black_tan/button_down.gif) right no-repeat;
}
#left_nav_btn_selected{
	background:url(../skins/black_tan/button_selected.gif) left no-repeat;
}
#left_nav_btm{
	background:url(../skins/black_tan/nav_bg_btm.gif) no-repeat;
}
/*footer*/
#footer{
	color:white;
}
#footer a{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color:white;
	text-decoration:underline;
}
