@charset "UTF-8";
/* CSS Document */
/*
bodyBg01 = 
bodyBgGra = 
headBg = 
headColor = 
btnSize = 
btnBg = 
btnColor = 
*/


#over{
background: #;
}


#header{
	background:#;
}
#header p.desc{
	color:#;
}
#header p.siteTitle a{
	color:#;
}

#main h1.title{
	color: #;
	background: -moz-linear-gradient(
		top,
		#323232 0%,
		#323232 50%,
		# 51%,
		#);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#323232),
		color-stop(0.50, #323232),
		color-stop(0.51, #),
		to(#));
        
background: linear-gradient(
		#323232 0%,
		#323232 50%,
		# 51%,
		#);

        
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #;
}




#btnCont p{
	width:;
    font-size: ;
}
#btnCont p a{
	color: #;
	background: -moz-linear-gradient(
		top,
		#323232 0%,
		#323232 50%,
		# 51%,
		#);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#323232),
		color-stop(0.50, #323232),
		color-stop(0.51, #),
		to(#));

background: linear-gradient(
		#323232 0%,
		#323232 50%,
		# 51%,
		#);

	border: 1px solid #;
}
#btnCont p a:hover {
	background: -moz-linear-gradient(
		top,
		# 0%,
		# 50%,
		#323232 51%,
		#323232);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#),
		color-stop(0.50, #),
		color-stop(0.51, #323232),
		to(#323232));

background: linear-gradient(
		# 0%,
		# 50%,
		#323232 51%,
		#323232);
}



.home #over{
	background: #;
    }
   
.home #header{
	background: #FF0000;
    }
.home #header .siteTitle a{
	color: #FFFFFF;
    }
.home #header .desc{
	color: #FFFFFF;
    }
    
.home #main #sideCol h2{
background: #FF0000;
}
.home #main #sideCol ul li a:before {
background: #FF0000;
}

.category #over{
	background: #EEEEEE;
    }
    
.category #header{
	background: #333333;
    }
.category #main #sideCol h2{
background: #333333;
}
.category #main #sideCol ul li a:before {
background: #333333;
}    