/* Winter Style */
body {
	background: #e6e6e9;
}
#outer {border:#f9f9fc 10px solid;}

#header
{
    background:#456 url(header.jpg) no-repeat center;
	border-top:#69b 5px solid;
	border-bottom:#69b 5px solid;
}
#header #logo * { color:#223355; }

#menu ul li a
{
	color:#ccd;
	border-right:#333344 1px solid;
}
#menu li.current_page_item a,
#menu li a:hover
{
    color:#fff;
   	background-color:#111122;
}
.titlearea 
{
    border-top:#e6e6f6 1px solid;
    background:#f6f6f6;    
    border-bottom:#f0f0f0 1px solid;        
}
.navigation
{
    border-top:#e6e6f6 1px solid;
    background:#ececec url(bar.gif) repeat-x bottom;
}
.postcat {    background:#ececec url(bar.gif) repeat-x bottom;}


